Search Criteria
Package Details: raspberrypi-userland-aarch64-git r768.a246147-1
Git Clone URL: | https://aur.archlinux.org/raspberrypi-userland-aarch64-git.git (read-only, click to copy) |
---|---|
Package Base: | raspberrypi-userland-aarch64-git |
Description: | aarch64-compatible bits of /opt/vc for Raspberry Pi (vcgencmd, tvservice, etc.) |
Upstream URL: | https://github.com/raspberrypi/userland |
Licenses: | |
Provides: | |
Submitter: | hotaru |
Maintainer: | hotaru |
Last Packager: | hotaru |
Votes: | 13 |
Popularity: | 0.82 |
First Submitted: | 2019-02-28 02:04 |
Last Updated: | 2020-04-11 21:21 |
Required by (12)
- argonone-git (requires raspberrypi-firmware)
- dispmanx_vnc (requires raspberrypi-firmware)
- ffmpeg-mmal (requires raspberrypi-firmware)
- python-picamera (requires raspberrypi-firmware)
- retroarch-rbp (requires raspberrypi-firmware)
- retroarch-rbp-git (requires raspberrypi-firmware)
- rpi-eeprom (requires raspberrypi-userland-aarch64) (optional)
- rpi-eeprom (requires raspberrypi-firmware) (optional)
- rpi-eeprom-beta (requires raspberrypi-userland-aarch64) (optional)
- rpi-eeprom-beta (requires raspberrypi-firmware) (optional)
- rpi-eeprom-git (requires raspberrypi-userland-aarch64) (optional)
- rpi-eeprom-git (requires raspberrypi-firmware) (optional)
Latest Comments
« First ‹ Previous 1 2
fryfrog commented on 2020-02-27 17:40
Would it be crazy for this to
provides=('raspberrypi-firmware')
? A comment on myrpi-eeprom
package indicatesraspberrypi-firmware
isn't right on aarch64 Pis, but this one will fulfill. Otherwise, I can just make both optional.kirillnow commented on 2020-01-12 17:09
To fix errors like this: ... libfdt/libfdt_env.h:64: error: "__bitwise" redefined [-Werror] Add to prepare(): sed -i 's/-Werror//' $(grep -rsl "-Werror" *)
GeorgeRaven commented on 2019-05-24 15:17
Hey, just a minor thing, could you also add cmake to the build dependencies as aarch64 arm does not have it by default.
Edit: Thanks!
zommuter commented on 2019-04-16 13:05
Thanks! I tried this on Manjaro (
Linux pi 5.0.7-1-MANJARO-ARM #1 SMP Sat Apr 6 16:08:35 UTC 2019 aarch64 GNU/Linux
). Three easy fixes are needed to get started compiling at all (https://github.com/zommuter/rasperrypi-userland-aarch64-git/compare/upstream...master, namelyarch
is to be replaced byuname -m
, a conditionalARM64=ON
was missing and a makedep ofcmake
is missing). The files are then in/opt/vc
, but not itsbin
inPATH
and I have to useLD_LIBRARY_PATH=/opt/vc/lib
...Masken commented on 2019-03-07 22:27
Worked for me, fantastic! Thanks.
hotaru commented on 2019-03-07 20:56
should be fixed now. just needed a file in /etc/ld.so.conf.d for it to be able to find the libraries.
Masken commented on 2019-03-07 20:17
Is it working or do you still have issues? Because I can't get vcgencmd to load libvchiq_arm.so