It seems the newest Raspberry Pi OS 32bit versions use the 64bit kernel but the v8+/build directory is missing, so I had to add arm_64bit=0 to /boot/config.txt and reboot so that the v7l+/build directory is used. As said here.
I think it would be helpful to add some hint for this in the README?
It seems the newest Raspberry Pi OS 32bit versions use the 64bit kernel but the v8+/build directory is missing, so I had to add
arm_64bit=0
to/boot/config.txt
and reboot so that the v7l+/build directory is used. As said here. I think it would be helpful to add some hint for this in the README?