The issue is that your ar running a 64-bit kernel with 32-bit userspace. This is the default if you install the 32-bit Raspberry Pi OS on a Pi that can run 64-bit code.
The two easiest options are to a) use a 32-bit kernel by putting arm_64bit=0 in config.txt, or b) build the kernel drivers on a full 64-bit install (on a spare SD card) and copy them over to your 32-bit system when done.
The two easiest options are to a) use a 32-bit kernel by putting arm_64bit=0 in config.txt, or b) build the kernel drivers on a full 64-bit install (on a spare SD card) and copy them over to your 32-bit system when done.
Statistics: Posted by rpdom — Fri Jul 26, 2024 3:08 pm