Hi there,
I have installed DietPi_RPi-ARMv8-Bullseye on my Pi 2 version 1.2, when I
cat /proc/cpuinfo
I get
Hardware : BCM2835
Revision : a02082
Serial : 0000000009c6431c
Model : Raspberry Pi 3 Model B Rev 1.2
Any ideas?
Thanks
Jason
Jappe
June 22, 2023, 10:30am
2
Hm interesting, what is the output of cat /sys/firmware/devicetree/base/model
?
Looks like you have a RPi3B
Raspberry Pi 3 Model B Rev 1.2
Wifi and bluetooth are missing!
They would need to be enabled on dietpi-config
first.
Firmware itself identifies as RPI3. Something we are not influencing. For testing, you could install plain RPI OS and crosscheck.
1 Like
Jappe
June 22, 2023, 3:08pm
9
What is written on the SBC itself?
Maybe it’s a 3 with broken BCM43143 chip (wifi and bt)?
The RPi2 1.2 has a Cortex-A53, like the Pi3. The early Pi2 models can only run Armv7, where as the last iteration of the Pi2 can run both Armv7 and Armv8.
armhf: bcm2709-rpi-2-b.dtb
arm64: bcm2710-rpi-2-b.dtb
1 Like