Hi,
I'm trying to get Raspi Check to work with a RPi4 running Manjaro ARM.
I'm getting an error about vcgencmd
not being present, this package helps with the android widget broadcasting temperature and workload etc. After a quick search I found this forum post:
https://archlinuxarm.org/forum/viewtopic.php?f=60&t=12746
Basically, there's an option on Ubuntu called libraspberrypi-bin
and the archlinux equivalent is called raspberrypi-firmware
but trying to install it using pacman gave me the usual "it's not available for you architecture" shpiel.
sudo pacman -Syy
Returned core, extra and community but no multilib
So I added
[multilib]
SigLevel = PackageRequired
Include = /etc/pacman.d/mirrorlist
to
/etc/pacman.conf
as per the previously mentioned post.
and then
sudo pacman -Syyu raspberrypi-firmware
but just got error with regards to multilib:
error: failed retrieving file 'multilib.db' from manjaro-arm.moson.eu : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirrors.dotsrc.org : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from y0sh.co : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from www.uex.dk : The requested URL returned error: 404
error: failed retrieving file 'multilib.db' from mirror.scachemaille.ch : The requested URL returned error: 404
error: failed to update multilib (failed to retrieve some files)
error: failed to synchronize all databases
I also tried without the SigLevel = PackageRequired
line in the .conf with the same results.
Is arm8 not backwards compatible with arm7?
Is there any way to get this package on an RPi4?
In general, is there multilib support for Manjaro ARM?
Sorry if I'm noobish but couldn't find anything about this on ARM specifically.
Cheers!