Raspberry Pi 4 Model B Rev 1.1 not recognised
cat /proc/cpuinfo doesn't show me the Hardware entry or the microprocessor model.
'Raspberry Pi 4 Model B Rev 1.1' is readable on Model so it should be included to the PI_MODEL_NO array.
'BCM2711', // Raspberry Pi 4B
'Raspberry Pi 4 Model B Rev 1.1', // Raspberry Pi 4 Model B Rev 1.1
'BCM2712' // Raspberry Pi 5
Hi, thank you for reaching out.
Can you please provide the complete output of cat /proc/cpuinfo?
I encountered the same problem. Apparently /proc/cpuinfo doesn't include Hardware anymore for 64bit Raspberry Pi OS Bookworm.
https://forums.raspberrypi.com/viewtopic.php?t=361462
https://github.com/raspberrypi/bookworm-feedback/issues/129
Hi, thank you for reaching out.
Can you please provide the complete output of
cat /proc/cpuinfo?
Hi, having similar issue detecting Zero 2 W hardware.
processor : 0
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 1
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 2
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
processor : 3
BogoMIPS : 38.40
Features : fp asimd evtstrm crc32 cpuid
CPU implementer : 0x41
CPU architecture: 8
CPU variant : 0x0
CPU part : 0xd03
CPU revision : 4
Revision : 902120
Serial : 000000004b597f5c
Model : Raspberry Pi Zero 2 W Rev 1.0
Bumping this to inform of fork with fix.
a pull request that improves the detection on bookworm os has been made.