detect-rpi icon indicating copy to clipboard operation
detect-rpi copied to clipboard

Raspberry Pi 4 Model B Rev 1.1 not recognised

Open voidbrain opened this issue 1 year ago • 4 comments

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

voidbrain avatar Aug 14 '24 19:08 voidbrain

Hi, thank you for reaching out.

Can you please provide the complete output of cat /proc/cpuinfo?

fourcube avatar Aug 15 '24 08:08 fourcube

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

MaartenBent avatar Aug 20 '24 14:08 MaartenBent

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

GregWildman avatar Jan 16 '25 11:01 GregWildman

Bumping this to inform of fork with fix.

a pull request that improves the detection on bookworm os has been made.

oxmc avatar Oct 31 '25 14:10 oxmc