Difference between revisions of "RPi HardwareHistory"

From eLinux.org
Jump to: navigation, search
(Raspberry Pi Model-B Full Production Board)
(Board Revision History)
(17 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
[[Category:RaspberryPi]]
 
[[Category:RaspberryPi]]
 
{{Template:RPi_Hardware}}
 
{{Template:RPi_Hardware}}
 +
 +
==Board Revision History==
 +
Find out your board revision with the following command:
 +
cat /proc/cpuinfo
 +
You will see your device data including:
 +
  Hardware : BCM2708
 +
  Revision : 0003
 +
 +
Newest revision at the top of the list.
 +
 +
{| border="1"
 +
! Release Date
 +
! Model A/B
 +
! PCB Revision
 +
! Build Revision
 +
! Notes
 +
 +
|-
 +
| Q4 2012
 +
| B
 +
| 2.0
 +
| 0005 (?) 000f
 +
| 512MB RAM
 +
|-
 +
| Q3 2012
 +
| B
 +
| 2.0
 +
| 0004
 +
|
 +
|-
 +
| Q3 2012
 +
| B
 +
| 1.0
 +
| 0003
 +
| ECN0001
 +
|-
 +
| Q1 2012
 +
| B
 +
| 1.0
 +
| 0002
 +
|
 +
|-
 +
| Q1 2012
 +
| B
 +
| Beta
 +
| Beta
 +
| Beta Board
 +
|}
 +
 +
===Model B Revision 2.0===
 +
Based on a new PCB layout that includes previous build fixes from ECN0001 such us removal of the poly-fuses in series with the +5V power for USB devices, and other fixes reported by the community such as the erroneous connection of the LAN9512 VDD18CORE pins to the +1V8 power plane, addition of the 8-pin P5 header (non-populated) for extra GPIO pins, addition to the 2-pin P6 header (non-populated) for a RESET button, and other changes and improvements reported in more detail <ref name="REV2.0">[http://www.raspberrypi.org/archives/1929 Upcoming Board Revision]</ref>.
 +
 +
===ECN0001===
 +
ECN0001 is the request to not fit D14 and replace F1 and F2 with 0 ohm.
 +
====D14 Removal====
 +
D14 can interfere with some CEC devices if the Pi is left plugged in and unpowered.  The benefits of having it are minimal so it was removed.<ref name="D14">[http://www.raspberrypi.org/phpBB3/viewtopic.php?f=63&t=16365 New Pi missing D14]</ref>
 +
 +
====F1 & F2 Replacement/Removal====
 +
F1 & F2 can cause problems with some USB devices which draw high current.  In particular due to the recovery characteristics of the Poly-fuses, it can take a while to recover their low resistance state afterwards, adding additional problems for other devices (lower voltage on the USB bus).
  
 
==Raspberry Pi Model-A Full Production Board ==
 
==Raspberry Pi Model-A Full Production Board ==
* Announced: Not Yet (as of 16March12)
+
* Announced: Not Yet (as of 16 June 2012)
 
* Board will now have 256Mb of RAM rather than the originally planned 128Mb<ref name="postSale">[http://www.raspberrypi.org/archives/723 Post-Launch - And breathe…]</ref>
 
* Board will now have 256Mb of RAM rather than the originally planned 128Mb<ref name="postSale">[http://www.raspberrypi.org/archives/723 Post-Launch - And breathe…]</ref>
 
* Foundation will probably produce a small Beta batch before handing manufacturing over to RS and Farnell
 
* Foundation will probably produce a small Beta batch before handing manufacturing over to RS and Farnell
 
  
 
==Raspberry Pi Model-B Full Production Board ==
 
==Raspberry Pi Model-B Full Production Board ==
[[File:RaspiFront.JPG|250px|thumb|right|The Rpi full production board (model B)]]
+
[[File:RaspiFront.JPG|250px|thumb|right|The Rpi full production board (model B Rev 2.0)]]
 
* Announced: April 2012, first orders sent out June 2012.
 
* Announced: April 2012, first orders sent out June 2012.
 
* Manufacturing and Orders will be made through RS and Farnell
 
* Manufacturing and Orders will be made through RS and Farnell
 
* This means a much higher volume of units will be produced and made available.
 
* This means a much higher volume of units will be produced and made available.
 
* Additional detail is available about the manufacturing and distribution agreement here [http://hardware.slashdot.org/story/12/02/28/2347222/raspberry-pi-now-has-distributors----and-will-soon-have-boards-for-all-video video interview between Eben Upton and SlashDot here (28/02/12)].
 
* Additional detail is available about the manufacturing and distribution agreement here [http://hardware.slashdot.org/story/12/02/28/2347222/raspberry-pi-now-has-distributors----and-will-soon-have-boards-for-all-video video interview between Eben Upton and SlashDot here (28/02/12)].
 +
* Announced: September 2012, Raspberry Pi Model B Rev 2.0 is now manufactured at Sony's manufacturing plant on Pencoed, South Wales. [http://www.raspberrypi.org/archives/1925 Full announcement from the Raspberry Pi Foundation], [http://www.element14.com/community/thread/19738?tstart=0 Element14 announcement on Raspberry Pi discussion board].
  
 
==Raspberry Pi 1st Production Board ==
 
==Raspberry Pi 1st Production Board ==
Line 25: Line 84:
  
 
==Raspberry Pi Beta Production Board ==
 
==Raspberry Pi Beta Production Board ==
[[File:RpiFront.jpg|250px|thumb|right|The Rpi beta board (model B)]]
 
 
* Announced: December 2011<ref name="#Beta">[http://www.raspberrypi.org/archives/422 Populated boards: an update on where we are]</ref>
 
* Announced: December 2011<ref name="#Beta">[http://www.raspberrypi.org/archives/422 Populated boards: an update on where we are]</ref>
 
* Credit-Card Format
 
* Credit-Card Format

Revision as of 23:00, 19 January 2013


RaspPi.png Back to the Hub


Hardware & Peripherals:

Hardware - detailed information about the Raspberry Pi boards.

Hardware History - guide to the Raspberry Pi models.

Low-level Peripherals - using the GPIO and other connectors.

Expansion Boards - GPIO plug-in boards providing additional functionality.

Screens - attaching a screen to the Raspberry Pi.

Cases - lots of nice cases to protect the Raspberry Pi.

Other Peripherals - all sorts of peripherals used with the Raspberry Pi.

Board Revision History

Find out your board revision with the following command:
cat /proc/cpuinfo
You will see your device data including:
 Hardware	: BCM2708
 Revision	: 0003

Newest revision at the top of the list.

Release Date Model A/B PCB Revision Build Revision Notes
Q4 2012 B 2.0 0005 (?) 000f 512MB RAM
Q3 2012 B 2.0 0004
Q3 2012 B 1.0 0003 ECN0001
Q1 2012 B 1.0 0002
Q1 2012 B Beta Beta Beta Board

Model B Revision 2.0

Based on a new PCB layout that includes previous build fixes from ECN0001 such us removal of the poly-fuses in series with the +5V power for USB devices, and other fixes reported by the community such as the erroneous connection of the LAN9512 VDD18CORE pins to the +1V8 power plane, addition of the 8-pin P5 header (non-populated) for extra GPIO pins, addition to the 2-pin P6 header (non-populated) for a RESET button, and other changes and improvements reported in more detail [1].

ECN0001

ECN0001 is the request to not fit D14 and replace F1 and F2 with 0 ohm.

D14 Removal

D14 can interfere with some CEC devices if the Pi is left plugged in and unpowered. The benefits of having it are minimal so it was removed.[2]

F1 & F2 Replacement/Removal

F1 & F2 can cause problems with some USB devices which draw high current. In particular due to the recovery characteristics of the Poly-fuses, it can take a while to recover their low resistance state afterwards, adding additional problems for other devices (lower voltage on the USB bus).

Raspberry Pi Model-A Full Production Board

  • Announced: Not Yet (as of 16 June 2012)
  • Board will now have 256Mb of RAM rather than the originally planned 128Mb[3]
  • Foundation will probably produce a small Beta batch before handing manufacturing over to RS and Farnell

Raspberry Pi Model-B Full Production Board

The Rpi full production board (model B Rev 2.0)

Raspberry Pi 1st Production Board

  • Announced: 29th Feb 2012 - Start of Sale Only[3]
  • Credit-card Format
  • Initial 10k Batch (All Model-B's) Manufactured in China (Jan/Feb 2012)[4]
  • Should look identical to the Raspberry Pi Beta Board below (except different SDCard holder).
  • The board has a yellow RCA connector, rather than the black one used in the Beta's.
  • Nokia/Qt Development group has donated vouchers for 400 RPi units for developers[5]
  • The batch was delayed several weeks due to the RJ45 network connector being substituted for the wrong part[6] and also so the board could undergo compliance testing[7]

Raspberry Pi Beta Production Board

  • Announced: December 2011[8]
  • Credit-Card Format
  • Manufactured in UK
  • Produced 100[9] PCBs
  • Characteristic feature of hand-modded correction to PCB [10]
  • See the blog post which includes a video explaining how the production units will differ from the beta boards.



eBay Auction

10 of the completed Model-B boards were auctioned on eBay (Started on 1st Jan 2012) [11])

SerialNo: #1 #2 #3 #4 #5 #6 #7[12] #8[13] #9 #10
Date: 11-Jan-2012 11-Jan-2012 10-Jan-2012 10-Jan-2012 09-Jan-2012 09-Jan-2012 08-Jan-2012 08-Jan-2012 07-Jan-2012 07-Jan-2012
Sold For: £3,500 £2,150 £2,257 £1,550 £1,040 £1,000 £989 £1,020 £930 £1,900

Board #7 was anonymously (and generously) donated to Centre for Computing History[12] (also spotted here..)!

Board #8 Owned by Tech Blogger, Paul Maunders, see his blog for details[13]

Raspberry Pi Alpha Board

RPi Alpha Board
  • Announced: August 2011[14]
  • Large Format for debugging (Model-B)
  • Populated with headers for GPIO, JTAG, DSI, CSI, as well as switches and LEDs for I/O testing.


Raspberry Pi USB Prototype Board

RPi USB Prototype Board
  • Announced: May 2011
  • The "Computer On A USB Stick" Format
  • Included built-in camera
  • HDMI one end and single USB the other
  • Introduced the RPi Foundation to the world (any earlier links appreciated), featured by BBC Online Video.






Raspberry Pi Concept 2006 edition

Raspberry Pi Concept 2006 edition
  • Vero-board Prototype & PCB Version
  • Atmel ATmega644 microcontroller clocked at 22.1MHz[15]

See Also

Video

Audio

References