Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve support for RPi1 revisions #33

Open
picosonic opened this issue Sep 15, 2022 · 0 comments
Open

Improve support for RPi1 revisions #33

picosonic opened this issue Sep 15, 2022 · 0 comments
Assignees

Comments

@picosonic
Copy link
Owner

RPi1 B - 26-pin GPIO header had some pinout changes between revision 1 and 2.

Currently all detected RPi1 revision codes are treated the same.

However the 26 pins of the B board revision 2 match the 40 pin GPIO pinouts of later models.

Pin 3 was GPIO0 on Rev 1 and GPIO2 on Rev 2
PIn 13 was GPIO21 on Rev 1 and GPIO27 on Rev 2

https://www.raspberrypi.com/documentation/computers/raspberry-pi.html#raspberry-pi-revision-codes

This means revision codes found in /proc/cpuinfo of 0002 and 0003 might need to be treated differently to all other RPi1 pinouts.

This does need testing on actual hardware.

@picosonic picosonic self-assigned this Sep 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant