Hello,
I have a raspberry pi 4 and I have installed aarch64
[code]
uname -a
Linux rasp 6.9.12-2-aarch64-ARCH #1 SMP PREEMPT_DYNAMIC Sat Jul 27 13:48:15 MDT 2024 aarch64 GNU/Linux
[/code]
I know that the aarch64 does not support the closed source libraries. I am trying to run the vcgencmd as root, and i get:
[code]
#vcgencmd
Can't open device file: /dev/vcio
Try creating a device file with: sudo mknod /dev/vcio c 100 0
[/code]
Is this something that I would expect in aarch64, or am I missing something?