element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
    About the element14 Community
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Raspberry Pi
  • Products
  • More
Raspberry Pi
Raspberry Pi Forum RPi rev 2.0 explained
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Raspberry Pi to participate - click to join for free!
Featured Articles
Announcing Pi
Technical Specifications
Raspberry Pi FAQs
Win a Pi
Raspberry Pi Wishlist
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 55 replies
  • Subscribers 687 subscribers
  • Views 7425 views
  • Users 0 members are here
Related

RPi rev 2.0 explained

Former Member
Former Member over 13 years ago

Eben has a front-page story up explaining rev 2.0.

It does fix the 1.8V problem, although no credit where

credit is due to Jamodio or any of the others here for

finding, characterizing, and reporting the problem.

 

No mention that I can see of FCC/CE residential

certification.  I assume the needed minor pcb changes

were made, but perhaps certification has not been

done yet.

 

http://www.raspberrypi.org/archives/1929

 

p.s.

   hopefully element14 will explain to their customers

how to be sure to get rev 2.0 when ordering.

  • Sign in to reply
  • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Former Member

    I think this is the right Samsung part, and it does say it's

    in mass production (since April, according to the press release).

     

    http://www.samsung.com/global/business/semiconductor/product/mobile-dram/detail?productId=7609&iaId=747

    http://www.samsung.com/us/news/newsPreviewRead.do?news_seq=20175

     

    Hynix also has been showing mass production for a while on

    its 4Gb lpddr2 parts:

     

    http://www.skhynix.com/products/mobile/mobile.jsp?info.ramCategory=&info.ramKind=28&info.eol=NOT&posMap=MobileDDR2

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wallarug
    wallarug over 13 years ago

    I think a great use for the P5 header is a 16x2 display.  The display only needs 4 lines, 5v, 3v3 and a GND - Perfect!

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to Former Member

    coder27 wrote:

     

    http://www.samsung.com/global/business/semiconductor/product/mobile-dram/detail?productId=7609&iaId=747

     

    http://www.skhynix.com/products/mobile/mobile.jsp?info.ramCategory=&info.ramKind=28&info.eol=NOT&posMap=MobileDDR2

    Yes, that seems to be the right samsung part.  I think I was looking at this page, which on reinspection seems to date from around the time of the transition to 46nm: http://www.samsung.com/global/business/semiconductor/minisite/Greenmemory/Products/LPDDR2/LPDDR2_Lineup.html

     

    I did find that hynix page, but I could not tell whether the 4Gbit part had one die or two.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 13 years ago in reply to wallarug

    For a typical parallel interface with a HD44780 or equivalent controller you need more than four, besides d0-d3 you also need two control signals

    for enable and register/data selection.

     

    -J

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • wallarug
    wallarug over 13 years ago in reply to jamodio

    jamodio wrote:

     

    For a typical parallel interface with a HD44780 or equivalent controller you need more than four, besides d0-d3 you also need two control signals

    for enable and register/data selection.

     

    -J

    You are right. image It is 6 GPIO lanes, 5v and GND.  Should have checked my facts. http://learn.adafruit.com/drive-a-16x2-lcd-directly-with-a-raspberry-pi

     

    srry.

     

    Still an extra 4 GPIOs and a 5v will help the cause. image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 13 years ago

    Here is another view of the Rev 2 board ...

    image

    -J

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • johnbeetem
    johnbeetem over 13 years ago in reply to jamodio

    jamodio wrote:

     

    BTW, what is their interpretation of a major revision ? Calling this new board 2.0 is a big joke.

    I would think that anything that affects software is a major revision.  Substituting Ohmless links for F1 and F2 and removing D14 doesn't, though it it useful to know which board is which for fault analysis.  OTOH, when you're moving I2C channels around and adding I2S, some software needs to know which rev it's running on and apologize profusely if it can't run on rev 1.x.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • jamodio
    jamodio over 13 years ago in reply to johnbeetem

    IMHO a major revision is when you make major changes. It is very positive that finally they admited that the first production version had issues that needed to be fixed, and some of the fixes required some changes on the PCB layout.

     

    Even switching the I2C is not really a major change. Some open issues that call for a major revision could be for example a better power management design, get rid of the micro USB connector, better layout with connectors in line and not all around the board, add more GPIO/interfaces from the SoC, RTCC, switch to a microSD, etc.

     

    Still one thing I find hard to understand is why they keep releasing information in small bits, where is the new schematics, gerbers, etc. It is quite interesting that for-profit companies like Olimex give you complete access to their designs, while a non-profit organization such as RPF does not.

     

    One thumb up for the changes, but still work to do ...

     

    BTW, Amazon released yesterday the e-book version of the User's Guide, which now is outdated image

     

    -J

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to jamodio

    As far as I can tell, the minimum increment on their version number seems to be 1 (not something like 0.5), so this is a rev 2, a minor revision. And they must have been working on it for while, since some are already in punters hands, so thinking back, the board changes must be probably 2-3 months old at least (to get through re-design, prototyping and testing etc), so even though they didn't announce anything, they have been working behind the scene to fix stuff for a while.  I guess that's how most companies work - can't think of many companies that actively announce problems in their product they are going to fix until after the event.

     

    BB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 13 years ago in reply to johnbeetem

    OTOH, when you're moving I2C channels around and adding I2S, some software needs to know which rev it's running on and apologize profusely if it can't run on rev 1.x.

    Not just software, it'll be a problem for hardware too

     

    Has anyone seen any proper explanation of the reasoning behind moving the I2C channels ?  Not sure if I missed something, but I don't see anything in the datasheet to suggest there's any difference between them, so not clear why the switch was necessary.

     

    Did a pinout of P5 get posted ?  Or do we have to wait for someone with a new board and a multimeter ?

     

    It seems such a pity that they didn't align the network & usb sockets with this respin. My feeling is that this will never be fixed now, possibly so that they don't annoy case designers.

     

    And to think I just dropped in to see if anyone knew if the lan9512 1.8v supply had been fixed.

     

    Oh well, at least I don't feel so guilty about wanting to cast one in clear resin like http://runawaybrainz.blogspot.co.uk/2012/04/audio-crystal-cmoy-freeform-headphone.html anymore image

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
<>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2026 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube