Details of the upcoming Raspberry Pi board revision have been released – read on for details.
This is what was posted on the Raspberry Pi blog:
Check out what happened at the Q&A session with the Raspberry Pi FoundationUpdate: A lot of people are asking when revision 2.0 boards will appear in the wild. They’ll be filtering out over the next month as the last stocks of the revision 1.0 at each distributor and in each geography are exhausted. I’m aware of at least one person who has received a revision 2.0 board already (from Farnell, in the UK).
We don’t believe that the changes are large enough to make it worth “holding on” for revision 2.0, unless you have a specific requirement to add an audio codec or you need mounting holes for some industrial application.
In the six months since we launched Raspberry Pi, we’ve received a lot of feedback about the original board design. Over the next few weeks, we’ll be gradually rolling out a new revision 2.0 PCB which incorporates some of the most popular suggestions. You can determine which board revision you have by typing cat /proc/cpuinfo at the command line and looking up the hardware revision code in the following table:
MODEL AND REVISION CODE(S)
Model B Revision 1.0 2
Model B Revision 1.0 + ECN0001 (no fuses, D14 removed) 3
Model B Revision 2.0 4, 5, 6
There has been a small change to the GPIO pin out of revision 2.0, to add ARM JTAG support and to present a different I2C peripheral from that which is (heavily) used on the camera interface. Users wishing to produce portable GPIO code should either avoid using the these pins, or add code to check the board revision and behave appropriately.Reset
A reset circuit has been implemented, although in the standard build the required header is not fitted. Users wishing to use this circuit should fit an appropriate header to P6. Shorting P6 pin 1 to P6 pin 2 will cause the BCM2835 to reset.
USB Output Power
The resetable fuses protecting the USB outputs have been removed. This feature was implemented on some later revision 1.0 PCBs by replacing the fuses with links; revision 2.0 permanently implements this modification. It is now possible to reliably power the RPI from a USB hub that back feeds power, but it is important that the chosen hub cannot supply more than 2.5A under fault conditions.
JTAG Debug Support
Two GPIO pins have been interchanged to allow a missing debug signal (ARM_TMS) to appear on P1 pin 13.
Originally the connections were:
CAM_GPIO [BCM2835/GPIO27] routed to S5 pin 11
GPIO_GEN2 [BCM2835/GPIO21] routed to P1 pin 13
The new connections are:CAM_GPIO [BCM2835/GPIO21] routed to S5 pin 11
GPIO_GEN2 [BCM2835/GPIO27] routed to P1 pin 13
I2C Support on P1/P6The primary and secondary I2C channels have been reversed.
Originally the connections were:
SCL0 [BCM2835/GPIO1] routed to P1 pin 5
SDA0 [BCM2835/GPIO0] routed to P1 pin 3
SCL1 [BCM2835/GPIO3] routed to S5 pin 13
SDA1 [BCM2835/GPIO2] routed to S5 pin 14
The new connections are:SCL0 [BCM2835/GPIO1] routed to S5 pin 13
SDA0 [BCM2835/GPIO0] routed to S5 pin 14
SCL1 [BCM2835/GPIO3] routed to P1 pin 5
SDA1 [BCM2835/GPIO2] routed to P1 pin 3
Version Identification LinksThe four GPIO signals originally used for version identification have been removed. These were never read by the system software and were redundant.
Additional I/O Expansion
To utilise GPIO signals released by the removal of the version identification links, a new connector site P5 has been added. This carries the four GPIO signals [BCM2835/GPIO28 – BCM2835/GPIO31] named GPIO7 – GPIO10 respectively, along with +5V0, +3V3 and two 0V. Currently this connector is not populated.
This GPIO allocation provides access to one of:
SDA0, SCL0 (Operating independently of P1 SDA1, SCL1); or
PCM_CLK, PCM_FS, PCM_DIN, PCM_DOUT or I2S; or
Four GPIO signals.
This connector is intended to be a suitable attachment point for third-party clock and audio codec boards, and is pinned to be mounted (ideally) on the underside due to connector clash. Pin 1 is marked with the square pad (top left – looking from the top).+5V0 Leakage from HDMI
Some users have found that connecting an unpowered Raspberry Pi to an HDMI television interferes with the correct operation of CEC for other connected devices. This was fixed on some later revision 1.0 PCBs by removing the ESD protection diode D14; revision 2.0 fixes this issue by connecting the top side of the diode to +5V0_HDMI.
SMSC +1V8
The SMSC 1V8 power has been disconnected from the system supply.
Mounting Holes!
Two 2.5mm (drilled 2.9mm for M2.5 screw) non plated mounting holes have been provided to assist with ATE test mounting. Positions of these holes relative to the bottom left of the PCB (Power Input Corner) are:
Corner: 0.0mm,0.0mm
First Mount: 25.5mm,18.0mm
Second Mount: 80.1mm, 43.6mm
Warning: If used to permanently mount the PCB – do not over tighten screws or drill out to fit larger screws, as this will lead to damage to the PCB.LED Marking
Two minor changes have been made to the silk screen:
D9 (Yellow LED) graphic changed from the incorrect 10M to 100
D5 (Green LED) graphic changed from OK to ACT (Activity)
Let us know if you get a revision 2 board by leaving a comment below.
Comments are closed.