We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
picosonic
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: