Skip to content

cat /proc/cpuinfo | grep Hardware on a Pi 4 returns BCM2835, should be BCM2711? #3022

@Gadgetoid

Description

@Gadgetoid

Grepping for the hardware version in /proc/cpuinfo reveals BCM2835 on a Pi 4. Should this not be BCM2711?

To reproduce simply: cat /proc/cpuinfo | grep Hardware

This should? show: Hardware : BCM2711

But instead shows: Hardware : BCM2835

pi@raspberrypi:~ $ uname -a
Linux raspberrypi 4.19.50-v7l+ #895 SMP Thu Jun 20 16:03:42 BST 2019 armv7l GNU/Linux
pi@raspberrypi:~ $ cat /proc/cpuinfo | grep Revision
Revision        : c03111
pi@raspberrypi:~ $ cat /etc/os-release
PRETTY_NAME="Raspbian GNU/Linux 10 (buster)"
NAME="Raspbian GNU/Linux"
VERSION_ID="10"
VERSION="10 (buster)"
VERSION_CODENAME=buster
ID=raspbian
ID_LIKE=debian
HOME_URL="http://www.raspbian.org/"
SUPPORT_URL="http://www.raspbian.org/RaspbianForums"
BUG_REPORT_URL="http://www.raspbian.org/RaspbianBugs"
pi@raspberrypi:~ $ vcgencmd version
Jun 20 2019 16:04:31
Copyright (c) 2012 Broadcom
version 407b1da8fa3d1a7108cb1d250f5064a3420d2b7d (clean) (release) (start)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions