Hi, I realise that Beta6 on Bookworm is unsupported. I still gave it a go and think I found an issue to be looked into at some point in the future. This was on a clean install of the Lite OS from raspberrypi.com.
The installer detects the Raspberry Pi 2 as Arm6 instead of Arm7. The install fails when trying to create the Gravity DB. It gives a floating point error.
If I run this from the master install.sh:
(uname -m | sed "s/[^0-9]//g;")
I get 7.
If I run this from the v6 branch:
(readelf -A "$(command -v sh)" | grep Tag_CPU_arch | awk '{ print $2 }')
I get v6.
If I run arch I get:
armv7l
I hope this helps, apologies if I’ve misread the code.
Kind regards,
Paul.
When RPi Foundation started to offer 64bit OSs, they switched to using the name RaspberryPi OS for all their OSs.
So RPi OS 64bit images are based on Debian, while the 32bit images remain based on Raspbian.
Hi, I wanted to update this following on from this thread:
I edited basic-install.sh on my device so that regardless of the version detected, it downloaded and installed the armv7 FTL build. It installed and ran without issue.
I'm aware ( now ) Raspbian still isn't supported, but if I can help test at any point, please let me know.
Thanks,
Paul.
has just been merged so any future pulls will automatically install the correct binary without needing an edit of the basic-install.sh. You may need to undo the change before you can update.