I am looking for a 32 bit Raspian OS. I do not see it here Index of /ci/raspbian/11/ or here Index of /ci/raspbian/10/.
Is there another place to look?
You didn’t look carefully: Index of /ci/raspbian/10/
I installed 2022-09-22-raspbian-buster-armhf+roc-rk3328-cc.img.xz
after installing, this is what I found
pi@raspberrypi:/usr/local/src $ getconf LONG_BIT
32
pi@raspberrypi:/usr/local/src $ hostnamectl
Static hostname: raspberrypi
Icon name: computer-desktop
Chassis: desktop
Machine ID: e42339adb7b6418889ea9fe1601a71a1
Boot ID: 3723a016b7554ba5a001a52fbae8b7a7
Operating System: Raspbian GNU/Linux 10 (buster)
Kernel: Linux 6.0.12-00858-gb98721ea4575
Architecture: arm64
pi@raspberrypi:/usr/local/src $ uname -m
aarch64
I am getting conflicting results on 32 bit vs 64 bit…
I am trying to install some software that will only run on the 32 bit version. It does not want to run in this instance.
On my other raspberry Pi’s 32 bit (either buster or bullseye) it runs fine
Kernels for 64-bit SoCs are all 64-bit with 32-bit userspace if you are using Raspbian 10. Otherwise it is all 64-bit.