Broadcom Version on RPi

According to https://www.raspberrypi.org/products/raspberry-pi-4-model-b/specifications/ RPi4 uses Broadcom BCM2711 but when you look at /proc/cpuinfo you get a BCM2835 ?

$ grep Hardware /proc/cpuinfo
Hardware : BCM2835

It seems normal because even on an old raspbian Rpi3 I get the same answer when I should get BCM2837 so how to get “directly” the correct answer ? (without computation if it is possible)

I answer to myself

Raspberry Pi revision codes - Raspberry Pi Documentation says

Note: As of the 4.9 kernel, all Pis report BCM2835, even those with BCM2836, BCM2837 and BCM2711 processors. You should not use this string to detect the processor. Decode the revision code using the information below

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.