Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 5477

General • How to get "Hardware" and "Revision" equivalents on a Pi Pico?

$
0
0
On a Raspberry Pi, looking in "/proc/cpuinfo" we can find details like:
```
Hardware: BCM2835
Revision: c03131
Serial: 100000001d582c8e
Model: Raspberry Pi 400 Rev 1.1
```

I would like to get the equivalent (if it exists) for the Raspberry Pi Pico (W).

I already have Model and Serial number, so would like to know if the equivalent exists on a Pi Pico for:

- Hardware, this would be the chipset (SoC) I guess. My code would run on Pi Pico W or Pico 2 W - is there a difference in chipset and how can I query it?

- Revision - is there an equivalent on Pi Pico and how could I query it?

Statistics: Posted by andrewdmackenzie — Tue Oct 29, 2024 1:39 pm



Viewing all articles
Browse latest Browse all 5477

Trending Articles