Difference between revisions of "DIY Ninjas Section"

From StereoPi Wiki
Jump to navigation Jump to search
m (Schematic of the StereoPi board)
m (Schematic of the StereoPi board)
 
Line 40: Line 40:
  
 
==Schematic of the StereoPi board==
 
==Schematic of the StereoPi board==
 +
 +
You can find current edition of the KiCad StereoPi schematics here:
 +
 +
https://github.com/realizator/stereopi-kicad-schematic
 +
 +
 +
Here is a list of PDF schematics exported from Altium:
  
 
[https://wiki.stereopi.com/files/main_rpi_cm.pdf List 1 (main/CM)]
 
[https://wiki.stereopi.com/files/main_rpi_cm.pdf List 1 (main/CM)]
Line 46: Line 53:
  
 
[https://wiki.stereopi.com/files/usb_lan_rpi_cm.pdf List 3 (usb/lan)]
 
[https://wiki.stereopi.com/files/usb_lan_rpi_cm.pdf List 3 (usb/lan)]
 
Original StereoPi schematic was created in Altium, and now we're trying to choose appropriate open source tool.  At this moment we tend to choose  [http://kicad-pcb.org KiCad]. If you have some ideas which tool should we use for opening our schematic, please let us know in our twitter here:
 
 
https://twitter.com/StereoPi
 

Latest revision as of 17:04, 10 September 2019

CM1 support (how to change power mode)

CM1 and CM3 VBAT power


Compute Module 1 needs 3.3V power for VBAT, and CM3/CM3+ needs 5V VBAT.

By default StereoPi is tuned to provide 5V voltage for CM3 series support.

To change powering mode for CM1 support you need:

1. Unsolder R15 (0 Ohm) resistor here:

R15 resistor StereoPi

2. Solder R17 (0 Ohm) resistor or piece of wire here:

R17 resistor StereoPi

Undeclared feature: usb client mode

StereoPi usb switch

You can easily access CM's USB on MicroUSB connector. You need to unplug the power cable, and connect StereoPi's MicroUSB cable to your computer without installing USB SLAVE jumper. In this case DD4 USB switch will connect CM's USB pins directly to MicroUSB connector. Onboard USB and LAN will be disabled, and you can use usb-gadget API to turn on RNDIS LAN, usb camera or other modes on StereoPi according to your aim.

If you connect StereoPi by MicroUSB cable to your computer AND install USB SLAVE jumper, you will turn on firmware upload mode. Start rpiboot.exe to make eMMC visible as external drive.

Device tree (DTS and dt-blob.bin)

Ready to use dt-blob.bin file:

Download mirror 1 (Wiki hosting)

Download mirror 2 (website hosting)

DTS source file

Download mirror 1 (Wiki hosting)

Download mirror 2 (website hosting)

Schematic of the StereoPi board

You can find current edition of the KiCad StereoPi schematics here:

https://github.com/realizator/stereopi-kicad-schematic


Here is a list of PDF schematics exported from Altium:

List 1 (main/CM)

List 2 (power)

List 3 (usb/lan)