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

Schematic for RPi 2 Model B #235

Closed
mtippett opened this issue Jun 27, 2015 · 25 comments
Closed

Schematic for RPi 2 Model B #235

mtippett opened this issue Jun 27, 2015 · 25 comments

Comments

@mtippett
Copy link

Seems to be missing from the collection.

In particular, I am wanting to look at the layout to determine if the USB (power) port, can be connected to a PC and appear as a device.

@ghollingworth
Copy link
Contributor

No you cannot do this with a model B since the hub is not by-passable

@lurch
Copy link
Contributor

lurch commented Jun 29, 2015

I guess this is possibly a duplicate of (or at least overlaps with) #224 #193 #188 #182

@mtippett
Copy link
Author

I'm fine with it not being possible to do what I was intending/hoping. However, this issue itself is highlighting the gap in the RPi2 schematics. If they are not released yet (or will not be released) the RPi schematic page should indicate as such.

@ihartwig
Copy link

This would be really nice to see. It has been months. Can we work out the legalize? I am part of a university group that would like to develop low level ARM/embedded coursework around this board, and it is kind of hard to do that without the documentation.

@JamesH65
Copy link
Contributor

What specifically do you need that isn't covered by the pinouts and the
existing ARM peripherals documentation? The bare metal forum seems to be
active at the moment, so people do seem to be managing well without
official schematics.

On 25 August 2015 at 04:53, Ian Hartwig notifications@github.com wrote:

This would be really nice to see. It has been months. Can we work out the
legalize? I am part of a university group that would like to develop low
level ARM/embedded coursework around this board, and it is kind of hard to
do that without the documentation.


Reply to this email directly or view it on GitHub
#235 (comment)
.

@ihartwig
Copy link

I am most interested in if these 2 blocks are the same between the Pi 1 B/B+ and Pi 2 B. I assume they haven't changed, but it is hard to tell when it is not documented.

Pi 1 B:
screen shot 2015-08-25 at 2 09 16 am

Pi 1 B+:
screen shot 2015-08-25 at 2 09 34 am

@bilderbuchi
Copy link

bilderbuchi commented Jun 20, 2016

I have a similar problem. I want to figure out if there's a safe way to disable the red power led, as that even draws current when the RPi2 B I have is off. Without a schematic it's not easy to see if there will be knock-on effect of just cutting the trace leading to the LED.
edit: scratch that part of the comment, I just realized that the RPi in question is a B+, so the schem is available. Still have to figure out if it's safe to cut the trace of the LED, though.

@ebenupton will the schematics for the RPi2 be made available? If not, (while causing me an OSHW sadface) it would be great to put a clear statement concerning that on the schematics page.

@lurch
Copy link
Contributor

lurch commented Jun 20, 2016

...or you could simply disable the LED in software, like this: http://gpiozero.readthedocs.io/en/v1.2.0/recipes.html#controlling-the-pi-s-own-leds

Regarding schamatics, see also #347

@bilderbuchi
Copy link

...or you could simply disable the LED in software, like this: http://gpiozero.readthedocs.io/en/v1.2.0/recipes.html#controlling-the-pi-s-own-leds

That doesn't help me when the RPi is off (as I noted in my comment above). The Pi is for a media server which seldomly runs, but if I leave the PSU connected the red LED is on 24/7. Maybe I'm a power efficiency nut, but I'd like to eliminate the pretty unnecessary power drain.

@lurch
Copy link
Contributor

lurch commented Jun 20, 2016

Ahhh. When the Pi is 'off' it's not really off, the CPU is just held (AFAIK) in the HALT state. I suspect the SoC itself in the 'shutdown state' still probably draws more power than the little red LED? (and of course there'll also be power losses inside the PSU if you're leaving that plugged in, etc.)

I'd like to eliminate the pretty unnecessary power drain.

Perhaps something like https://energenie4u.co.uk/catalogue/product/ENER002-1 would be a better option?

@bennuttall
Copy link
Contributor

Wouldn't allow you to turn the Pi off (ungracefully), but not back on?

@lurch
Copy link
Contributor

lurch commented Jun 20, 2016

@bennuttall Huh? Which bit exactly are you referring to?
If you're talking about the remote-controlled socket, then you'd do a "normal shutdown" first, before hitting the button on the remote to kill the power to the Pi's PSU. And then when you hit the button (on the remote) again to restore power to the PSU, then the Pi would just boot up again as normal.

@bennuttall
Copy link
Contributor

Oh I see. I thought you were referring to turning off the Pi in software with the Energenie add-on.

@lurch
Copy link
Contributor

lurch commented Jun 20, 2016

I thought you were referring to turning off the Pi in software with the Energenie add-on.

Ahhh. No, I deliberately linked to just a 'plain' handheld-remote-control-only Energenie product ;-)

@bilderbuchi
Copy link

I once measured the power draw downstream of the PSU, and a quick off-the-cuff calculation led me to believe that most of the shut down power draw came from the LED---unfortunately, I seem to have misplaced my notes regarding that, or I'd have specific figures.

My initial thought was to put together some self-holding relais-like circuit that opens as soon as the power draw falls to shut-off values, but I realised the components I'd need to buy would probably amount to more than the total savings from using the circuit, which doesn't make sense. For the same reason, I'd prefer not to buy additional products like remote-controlled power sockets etc. (but thanks for the hint!).

Then, I thought that by disabling the LED, I'd reduce the shut-off power draw to negligible values, and to wake it up I'd use a momentary switch I have lying around on the reset pins, so I don't have to build a circuit, and don't have to buy any components. This is where I am currently.

Maybe the best best after all is to just buy two micro-usb connectors and a small switch to splice between the PSU and the RPi, that way the Pi is guaranteed to be dead and the (low-standby-power) PSU does not have any load.

@lurch
Copy link
Contributor

lurch commented Jun 21, 2016

Maybe the best best after all is to just buy two micro-usb connectors and a small switch to splice between the PSU and the RPi, that way the Pi is guaranteed to be dead and the (low-standby-power) PSU does not have any load.

Something like https://www.pi-supply.com/product/pi-supply-raspberry-pi-power-switch/ ;-)

@bilderbuchi
Copy link

Exactly, nice! OK, I think we should stop derailing this issue any further, thanks for any pointers/help!

@drsoubhi
Copy link

Hi everybody
I wish if anyone could send me the datasheet of U16 "code 6343" (SMPS) power IC of Raspberry Pi 2 as PDF
u16_wl-csp_scrap

@JamesH65
Copy link
Contributor

AFAIK, we do not supply individual datasheet for components on the board. Sorry.

@ebenupton
Copy link
Contributor

You can find the Pi 2 PMIC datasheet here:

https://4donline.ihs.com/images/VipMasterIC/IC/ONSM/ONSMS37200/ONSMS37200-1.pdf

and the (less photosensitive) Richtek equivalent used on Pi 3 here:

http://www.richtek.com/assets/product_file/RT8088A/DS8088A-00.pdf

@drsoubhi
Copy link

Dear Friends,
Thank you so much for your fast reply,

My issue is that my Raspberry Pi 2 U16 and after the use of low current SMPS (ie. 0.8A) +5V USB power supply seems to be damaged and overheated. My RPi 2 refused to restart. I tested the +5V and it's ok but only the two LEDs are lit!
I would like to get out of the trouble since I'm living now in a very difficult place to reach.
I will see the attachments and get back to you soon.

Kind Regards,

@lurch
Copy link
Contributor

lurch commented Jan 18, 2018

https://www.raspberrypi.org/help/faqs/#power recommends a 1.8A PSU for the RPi 2.
You might find that ordering a new Raspberry Pi is cheaper than trying to repair the broken one you have?

@drsoubhi
Copy link

drsoubhi commented Jan 18, 2018

@lurch

Perhaps you are right! (Buy a new RPi 2)
By the way I send it to my friend who needs to know more about such microcomputer. He told me that several mobile appliances use an equivalent chip of U16.
Also I need to investigate why insufficient power could suddenly damage the RPi 2!
I think that in RPi 2 the U16 = NCP6343 = DS8088A step down converter is configured to give a regulated 1.8V (3A)
I really couldn't realize where the damage is located!
Perhaps there is some other chip or semiconductor which drain more than the current limit and that's why the U16 started to overheat!.
I need to have the complete schematic of the RPi 2 to deeply study the issue!

@JamesH65
Copy link
Contributor

We do not supply a full schematic of the Pi devices, what we do release can be found here. https://www.raspberrypi.org/documentation/hardware/raspberrypi/schematics/README.md

@karu2003
Copy link

karu2003 commented Nov 24, 2023

Hi, I have it broken C90. What is its value? RPi 2 V1.1 ETH doesn't work for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants