Hence my embarrassment at thinking they has stopped working !mahjongg wrote:strange that you had a B with LED's in the Ethernet connector, normally they are simply absent.
PeterO
Hence my embarrassment at thinking they has stopped working !mahjongg wrote:strange that you had a B with LED's in the Ethernet connector, normally they are simply absent.
Is there a Linux driver for SPI1?OTOH the expanded GPIO header now means you have access to both the existing SPI0 (with 2 chip-selects) and SPI1 (with 3 chip-selects).
Dunno if anyone's written that yet. Even the current drivers for SPI0 (https://github.com/raspberrypi/linux/bl ... -bcm2708.c and https://github.com/raspberrypi/linux/bl ... -bcm2835.c) were written by members of the community Chris Boot and Stephen Warren...notro wrote:Is there a Linux driver for SPI1?
You have the datasheet, don't you?notro wrote:Is there a Linux driver for SPI1?OTOH the expanded GPIO header now means you have access to both the existing SPI0 (with 2 chip-selects) and SPI1 (with 3 chip-selects).
Rev 2.1 was brought in to partially bridge the BOM gap between Rev 2 and B+. In this design, certain high-value parts that would be differentiated between B and B+ were made interchangeable between the B rev 2.1 and the B+.jojopi wrote:Model B Rev 2.1 actually does have the extra holes to accept a magjack with built-in LEDs. There are even pads R41/R42 to allow the signals to be routed to the magjack instead of to the separate LEDs. I do not know if any were ever made like that, though.
According to https://github.com/raspberrypi/document ... /105/filestlc wrote:Does someone know to where are GPIO28-31 connected on B+ model, please? Or do I have to wait till the complete circuit diagram / schema will be released by the Foundation?
According to a preliminary version 1.2 dated march 7 2014 of the B+ schematic in my possession, the above assesment is correct, and GPIO 30 is not used.AndrewS wrote:According to https://github.com/raspberrypi/document ... /105/filestlc wrote:Does someone know to where are GPIO28-31 connected on B+ model, please? Or do I have to wait till the complete circuit diagram / schema will be released by the Foundation?
- GPIOs 28 and 29 are connected to I2C0 (possibly on the CSI and/or DSI interface?)
- GPIO31 is connected to "LAN NRESET" - driving this to the wrong value will have 'turned off' the LAN9514 chip, which is what will have stopped your USB ports (and Ethernet) from working
![]()
But yeah, waiting for the full schematics will be the only way to be 100% sure what the pins are connected to!
If you're compiling a list like that, you'll find http://www.raspberrypi.org/documentatio ... /README.md very usefulwallarug wrote:Can someone please post a list of part IDs (J1, J2, J3, etc.) for the USB, Ethernet and ports on the B+.
Thank you! I will see if I can find others from pictures.rpdom wrote:From what I can see on the board:
USBs J11 (middle), J12 (edge)
Ethenet J10
GPIO (40-way) J8
RUN Not marked!
You've already got the others.
Which JTAG? ARM or VidCore?rpdom wrote:J5 is the (unpopulated) JTAG connector on the other side of the board to the HDMI socket.
J9 is the micro SD card socket.
I can't see J2.
J5 is VideoCore jtag.wallarug wrote:Which JTAG? ARM or VidCore?
Thanks Dom and Andrew for you help!dom wrote:J5 is VideoCore jtag.wallarug wrote:Which JTAG? ARM or VidCore?
Interesting! These were originally going to be a pair of EMI4182 common mode filters for the four HDMI differential pairs. The same chips as on Model B Rev2.1, which was intended to reduce the number of BOM differences to the B+. Looking at B+ photos, they have been replaced by different filters, L4…L7.mahjongg wrote:U6 N.U.
U7 N.U.
With that gone, I do wonder whether Q6 is really still required?U12 N.U.
Is there a way to read input voltage with 'vcgencmd measure_volts' or something similar?jdb wrote: Note that the PWR LED is now connected to an undervoltage supervision chip. The PWR LED will flash (or go out) if the PSU voltage drops below ~4.63V.