OPOS8MMDev
From ArmadeusWiki
Page under construction...
Informations on this page are not guaranteed !!
Contents
Description
This is the Armadeus System's standard development board/baseboard for the OPOS8MM module.
Errata
Resources
Feature list
AudioVideo OutVideo In |
User InputWired communicationStorage |
Wireless communicationOther |
Connectors
- RPi compatible connector (NC: Not Connected, NA: Not available):
Linux GPIO or device | i.MX8MM Mux config | OPOS8MM Pin Name | wiringPi N° | RPi name | Function | JX Pin | JX Pin | Function | RPi name | wiringPi N° | OPOS8MM Pin Name | i.MX8MM Mux config | Linux GPIO or device |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
- | +3V3 | 3.3V | 1 | 2 | 5V | +5V | - | ||||||
/dev/i2c-3 | I2C4_SDA | SDA1 | I2C data | 3 | 4 | 5V | +5V | - | |||||
/dev/i2c-3 | I2C4_SCL | SCL1 | I2C clock | 5 | 6 | GND | GND | - | |||||
pwm3 | GPIO1_IO14_PWM3_OUT | GPIO1_14 | 7 | GPIO7 | GPIO / AIN9 | 7 | 8 | UART Tx | TxD | UART1_TX | /dev/ttymxc? | ||
GND | GND | 9 | 10 | UART Rx | RxD | UART1_RX | /dev/ttymxc? | ||||||
gpio4 | GPIO1_IO04_GPIO1_IO4 | GPIO1_4 | 0 | GPIO0 | GPIO | 11 | 12 | GPIO / AIN8 | GPIO1 | GPIO1_5 | gpio? | ||
gpio1 | GPIO1_IO01_GPIO1_IO1 | GPIO1_1 | GPIO2 | GPIO | 13 | 14 | GND | GND | |||||
gpio0 | GPIO1_IO00_GPIO1_IO0 | GPIO1_0 | GPIO3 | GPIO | 15 | 16 | GPIO | GPIO4 | 4 | UART1_RTS | gpio? | ||
GND | 3,3V | 17 | 18 | GPIO | GPIO5 | 5 | UART1_CTS | gpio? | |||||
ECSPI1_MOSI_ECSPI1_MOSI | SPI1_MOSI | SPI MOSI | 19 | 20 | GND | GND | GND | ||||||
ECSPI1_MOSI_ECSPI1_MISO | SPI1_MISO | SPI MISO | 21 | 22 | GPIO | GPIO6 | 6 | GPIO1_7 | gpio? | ||||
ECSPI1_MOSI_ECSPI1_MCLK | SPI1_SCLK | SPI CLK | 23 | 24 | SPI_CS0 | SPI1_SS0 | ECSPI1_SS0_GPIO5_IO9 | spi0 ? | |||||
GND | GND | 25 | 26 | SPI_CS1 | GPIO1_6 | GPIO1_IO06_GPIO1_IO6 | spi0 ? | ||||||
Not Used | I2C Data | 27 | 28 | I2C clock | NC | NA | NA | ||||||
gpio8 | GPIO1_IO08_GPIO1_IO8 | GPIO1_8 | GPIO | 29 | 30 | GND | GND | ||||||
gpio11 | GPIO1_IO11_GPIO1_IO11 | GPIO1_11 | GPIO | 31 | 32 | GPIO | UART3_TXD | SNVS_TAMPER0__GPIO5_IO00 | gpio? | ||||
gpio13 | GPIO1_IO13_GPIO1_IO13 | GPIO1_13 | GPIO | 33 | 34 | GND | GND | ||||||
NA | NA | NC | GPIO | 35 | 36 | GPIO | UART3_RXD | gpio? | |||||
NA | NA | NC | GPIO | 37 | 38 | GPIO | Not Used | gpio? | |||||
GND | GND | 39 | 40 | GPIO / 1-Wire | NC | NA | NA |
Tested RPi shields/hats
Tips
Bootstrap
- Put Boot0 jumper to go in Bootstrap mode
U-Boot
- Use OPOS6ULDev "User" LED in U-Boot scripts:
- ON:
BIOS> gpio set 68
- OFF:
BIOS> gpio clear 68
- ON:
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
Links
- RaspberryPi is a registered trademark of RaspberryPi Foundation.