Difference between revisions of "OPOS6ULDev"
From ArmadeusWiki
(→Connectors) |
(→Connectors) |
||
Line 62: | Line 62: | ||
{| class="wikitable" border="1" cellpadding="5" summary="RPi compatible connector of OPOS6ULDev" | {| class="wikitable" border="1" cellpadding="5" summary="RPi compatible connector of OPOS6ULDev" | ||
|- style="background:#efefef;" | |- style="background:#efefef;" | ||
− | + | ! Linux GPIO !! i.M6UL Mux !! wiringPi N° !! RPi name !! Function !! JX Pin !! JX Pin !! Function !! RPi name !! wiringPi N° !! i.M6UL Mux !! Linux GPIO | |
|- | |- | ||
| || || || || 3.3V || style="color:yellow;background:black;" align=center | '''1''' || style="color:yellow;background:black;" align=center | '''2''' || 5V || || || || | | || || || || 3.3V || style="color:yellow;background:black;" align=center | '''1''' || style="color:yellow;background:black;" align=center | '''2''' || 5V || || || || | ||
Line 70: | Line 70: | ||
| || || || SCL1 || I2C clock || style="color:yellow;background:black;" align=center | '''5''' || style="color:yellow;background:black;" align=center | '''6''' || GND || || || || | | || || || SCL1 || I2C clock || style="color:yellow;background:black;" align=center | '''5''' || style="color:yellow;background:black;" align=center | '''6''' || GND || || || || | ||
|- | |- | ||
− | + | | gpio10 || GPIO1_IO09__GPIO1_IO09 || 7 || GPIO7 || GPIO|| style="color:yellow;background:black;" align=center | '''7''' || style="color:yellow;background:black;" align=center | '''8''' || UART Tx || TxD || || || | |
|- | |- | ||
| || || || || GND|| style="color:yellow;background:black;" align=center | '''9''' || style="color:yellow;background:black;" align=center | '''10''' || UART Rx || RxD || || || | | || || || || GND|| style="color:yellow;background:black;" align=center | '''9''' || style="color:yellow;background:black;" align=center | '''10''' || UART Rx || RxD || || || | ||
|- | |- | ||
− | + | | gpio24 || UART3_RX_DATA__GPIO1_IO25 || 0 || GPIO0 || GPIO || style="color:yellow;background:black;" align=center | '''11''' || style="color:yellow;background:black;" align=center | '''12''' || GPIO || GPIO1 || || || | |
|- | |- | ||
| || || || GPIO2 || GPIO || style="color:yellow;background:black;" align=center | '''13''' || style="color:yellow;background:black;" align=center | '''14''' || GND || || || || | | || || || GPIO2 || GPIO || style="color:yellow;background:black;" align=center | '''13''' || style="color:yellow;background:black;" align=center | '''14''' || GND || || || || | ||
Line 84: | Line 84: | ||
| || || || || SPI MOSI || style="color:yellow;background:black;" align=center | '''19''' || style="color:yellow;background:black;" align=center | '''20''' || GND || || || || | | || || || || SPI MOSI || style="color:yellow;background:black;" align=center | '''19''' || style="color:yellow;background:black;" align=center | '''20''' || GND || || || || | ||
|- | |- | ||
− | | || || || || SPI MISO || style="color:yellow;background:black;" align=center | '''21''' || style="color:yellow;background:black;" align=center | '''22''' || GPIO || GPIO6 || | + | | || || || || SPI MISO || style="color:yellow;background:black;" align=center | '''21''' || style="color:yellow;background:black;" align=center | '''22''' || GPIO || GPIO6 || 6 || NAND_WE_B__GPIO4_IO01 || gpio97 |
|- | |- | ||
| || || || || SPI CLK || style="color:yellow;background:black;" align=center | '''23''' || style="color:yellow;background:black;" align=center | '''24''' || SPI_CS0 || || || || | | || || || || SPI CLK || style="color:yellow;background:black;" align=center | '''23''' || style="color:yellow;background:black;" align=center | '''24''' || SPI_CS0 || || || || |
Revision as of 17:53, 28 October 2016
Contents
Description
This is the Armadeus System's standard development board/baseboard for the OPOS6UL module.
Errata
Resources
Feature list
AudioVideo OutVideo In |
User InputWired communicationStorage |
Wireless communicationOther |
Connectors
- RPi compatible connector:
Linux GPIO | i.M6UL Mux | wiringPi N° | RPi name | Function | JX Pin | JX Pin | Function | RPi name | wiringPi N° | i.M6UL Mux | Linux GPIO |
---|---|---|---|---|---|---|---|---|---|---|---|
3.3V | 1 | 2 | 5V | ||||||||
SDA1 | I2C data | 3 | 4 | 5V | |||||||
SCL1 | I2C clock | 5 | 6 | GND | |||||||
gpio10 | GPIO1_IO09__GPIO1_IO09 | 7 | GPIO7 | GPIO | 7 | 8 | UART Tx | TxD | |||
GND | 9 | 10 | UART Rx | RxD | |||||||
gpio24 | UART3_RX_DATA__GPIO1_IO25 | 0 | GPIO0 | GPIO | 11 | 12 | GPIO | GPIO1 | |||
GPIO2 | GPIO | 13 | 14 | GND | |||||||
GPIO3 | GPIO | 15 | 16 | GPIO | GPIO4 | ||||||
3,3V | 17 | 18 | GPIO | GPIO5 | |||||||
SPI MOSI | 19 | 20 | GND | ||||||||
SPI MISO | 21 | 22 | GPIO | GPIO6 | 6 | NAND_WE_B__GPIO4_IO01 | gpio97 | ||||
SPI CLK | 23 | 24 | SPI_CS0 | ||||||||
GND | 25 | 26 | SPI_CS1 | ||||||||
I2C Data | 27 | 28 | I2C clock | ||||||||
GPIO | 29 | 30 | GND | ||||||||
GPIO | 31 | 32 | GPIO | ||||||||
GPIO | 33 | 34 | GND | ||||||||
GPIO | 35 | 36 | GPIO | ||||||||
GPIO | 37 | 38 | GPIO | ||||||||
GND | 39 | 40 | GPIO |
Tested RPi shields/hats
Tips
Bootstrap
- Put Boot0 jumper to go in Bootstrap mode
Linux
- to activate login in Framebuffer console, please uncomment /etc/inittab line 35 this way:
# Set up a getty on LCD tty1::respawn:/sbin/getty 38400 tty1
RaspberryPi is a registered trademark of RaspberryPi Foundation.