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

Raspberry Pi 3 FULL Schematics #347

Closed
awneil opened this issue Apr 12, 2016 · 25 comments
Closed

Raspberry Pi 3 FULL Schematics #347

awneil opened this issue Apr 12, 2016 · 25 comments

Comments

@awneil
Copy link

awneil commented Apr 12, 2016

Only "reduced" schematics - little more than connector pinouts - were released to close #321

Will full schematics be released?

@lurch
Copy link
Contributor

lurch commented Apr 12, 2016

@bennuttall
Copy link
Contributor

It's unlikely anything else will be released. What do you need?

@awneil
Copy link
Author

awneil commented May 26, 2016

Why is it unlikely?

I want the full schematics so that I don't have to keep coming back and asking for the bit(s) I don't currently have each time I realise that the bit I need at a particular time is not available.

Whatever happened to "Open Source" ?

@bennuttall
Copy link
Contributor

Raspberry Pi has never been open hardware. All our software is open source, and we release as much of the hardware schematics as we can.

@awneil
Copy link
Author

awneil commented May 26, 2016

Fair point.

So what is actually preventing your from releasing at least as much of the schematics as was available for the original Pi ??

Why are you making work for yourselves by cutting out "non release" stuff?

@JamesH65
Copy link
Contributor

Because it IS work (quite a lot) to release schematics, work that for the
huge majority of people is completely irrelevant? And even old Pi models
are still relevant, for example the Zero is based on the PI1.

Anyway, this sort of discussion is better on the forum, where there are
already threads on exactly this subject.

The answer is still the same though.

On 26 May 2016 at 13:32, awneil notifications@github.com wrote:

Fair point.

So what is actually preventing your from releasing at least as much of the
schematics as was available for the original Pi ??

Why are you making work for yourselves by cutting out "non release" stuff?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub
#347 (comment)

@konakcc
Copy link

konakcc commented Jun 14, 2016

Can we get at least a block diagram with all the devices and IO map? I heard rumor that the SD card slot has limitations.

@lotsacaffeine
Copy link

Would you consider releasing the full schematics under an NDA?

@JamesH65
Copy link
Contributor

Just out of interest, what information do you need that the schematic
provides - perhaps that information can be provided in another way?

On 30 August 2016 at 23:17, lotsacaffeine notifications@github.com wrote:

Would you consider releasing the full schematics under an NDA?


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#347 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/ADqrHYnRsSNUNqZN1DYWizMTPQxWnrf2ks5qlKv1gaJpZM4IFL3I
.

@LizUpton
Copy link
Contributor

I'm afraid we do not release schematics under NDA unless there are very, very special circumstances (i.e. you're building Raspberry Pis under licence).

@E3V3A
Copy link

E3V3A commented Sep 14, 2016

For one good reason, we may be able to use the schematics to be able to use the RPi3B as an USB OTG gadget device, as I mentioned here, in issue #282

@sigboe
Copy link

sigboe commented Sep 22, 2016

@LizUpton @bennuttall Can I please have a description of the test pads? I specifically want to relocate the SD card using test pads like I can on the Pi0.

@gtsiros
Copy link

gtsiros commented Sep 23, 2016

Yeah so i bought a B yesterday and just checked the schematics.

Very limited information in there and one could be forgiven for thinking that what was released was the bare minimum to satisfy #321

@p10tyr
Copy link

p10tyr commented Jan 9, 2017

Because it IS work (quite a lot) to release schematics, work that for the
huge majority of people is completely irrelevant? And even old Pi models
are still relevant, for example the Zero is based on the PI1.

The only hard part of releasing the schematic is taking arranging the schematics into the reduced version. When you design the PCB, like say using Eagle PCB the schematics are there, auto generated. Its not like you doing it by hand? If you are .. you are doing it wrong. LOL

I want to see how the WiFi/BT is connected.. to which bus etc. Even a simple block diagram would be usefull so we can use that on other forums.. to explain to new comers how things are connected.

But without factual information from the foundation.. allot of people just come up with crapware answers.

I do not see how a logical block diagram would infringe on any contractual obligations you have made with all those big boys. We just would like to know how things are connected officially - Without second guessing the whole time.

Thanks

@pelwell
Copy link
Contributor

pelwell commented Jan 9, 2017

I want to see how the WiFi/BT is connected.. to which bus etc. Even a simple block diagram would be usefull so we can use that on other forums.. to explain to new comers how things are connected.

That information is published in the Device Tree: WiFi is connected via SDIO on GPIOs 34-39, while Bluetooth is connected to UART0 on GPIOs 32&33.

@awneil
Copy link
Author

awneil commented Jan 9, 2017

The only hard part of releasing the schematic is taking arranging the schematics into the reduced version.

My thoughts exactly!

@stevedee
Copy link

stevedee commented Feb 8, 2017

Is there any information on the Pi3 USB part of the circuit? (I can't see it in the reduced schematic).

My Pi3 USB has just failed as there is no 5V on the connectors, so I'm only interested in tracing this part of the supply circuit.

@pklapperich
Copy link

Considering using the CM3 or CM3L in a project, but we'll be wanting to add wifi, 2 ethernet, and bluetooth. Since the RPI3 has all of these things, it would have been really convenient to look at how things are connected on the RPI3 schematic. But the reduced schematic is basically useless. The Ethernet port isn't even shown, and all that's shown for the HDMI port is the connector itself with some signal names. ... I already know the signal names for an HDMI port; that's standardized.

@claymation
Copy link

claymation commented Apr 17, 2017

I would like to use the Raspberry Pi for a project teaching how to translate schematics to devicetree, but the reduced schematics don't include even the simplest nets -- like which GPIO the status LED is connected to.

Anyone who's going to do nefarious things with the board can reverse the schematic, anyway, so you're not preventing the bad guys from doing bad things, you're just preventing the good guys from doing good things.

@JamesH65
Copy link
Contributor

JamesH65 commented Apr 17, 2017 via email

@pklapperich
Copy link

Claymation, check out Pine64. They have full schematics for all of their products, even their upcoming laptop. We're currently evaluating their SoDIMM form factor product for our project that we had originally intended to use CM3 for.

@JamesH65
Copy link
Contributor

JamesH65 commented Apr 18, 2017 via email

@awneil
Copy link
Author

awneil commented Apr 18, 2017

There's also the various Beagle boards ...

https://beagleboard.org/

@JamesH65
Copy link
Contributor

Since this thread is fast becoming an advertising stream for other peoples boards, is there any way to stop commenting?

@raspberrypi raspberrypi locked and limited conversation to collaborators Apr 18, 2017
@JamesH65
Copy link
Contributor

Yes, there is....

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

No branches or pull requests