Willem Hoffman

Results 4 comments of Willem Hoffman

I just did another fresh install but made sure to _not_ update linux to v6 and the script runs fine. ```txt 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022...

Sorry should have mentioned that, yes I did. Summary: works ```bash pi@raspberrypi:~ $ uname -a Linux raspberrypi 5.10.92-v7l+ #1514 SMP Mon Jan 17 17:38:03 GMT 2022 armv7l GNU/Linux pi@raspberrypi:~ $...

I did just notice that the older kernel is `armv71` and the newer kernel is `aarch64`. Perhaps that is the issue?

@zariiii9003 That ended up being it. Upon googling, apparently new Raspbian on PI4s will prefer 64bit to 32bit kernel. I added `arm_64bit=0` to `boot/config.txt` based on [this](https://forums.raspberrypi.com/viewtopic.php?t=349070) and rebooted and...