Difference between revisions of "OPOS6UL"
From ArmadeusWiki
(→Description) |
(→Description) |
||
(12 intermediate revisions by 3 users not shown) | |||
Line 5: | Line 5: | ||
− | The OPOS6UL is a | + | The OPOS6UL is a [https://en.wikipedia.org/wiki/Single-board_computer Single Board Computer]. |
Here is a list of the main features: | Here is a list of the main features: | ||
− | * Processor: [http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/i.mx6qp/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL i.MX6UL] (i.MX6UL single A7 @ 538MHz) | + | * Processor: [http://www.nxp.com/products/microcontrollers-and-processors/arm-processors/i.mx-applications-processors/i.mx-6-processors/i.mx6qp/i.mx-6ultralite-processor-low-power-secure-arm-cortex-a7-core:i.MX6UL i.MX6UL] (i.MX6UL single A7 @ 538MHz, 696MHz in option) |
− | * RAM: DDR3 800Mbps. Default capacity | + | * RAM: DDR3 800Mbps. Default capacity is 256Mbytes. |
− | * Flash: eMMC | + | * Flash: [[EMMC OPOS6UL|eMMC]] 4GBytes to 16GBytes (default 4GB), 8 bits data bus. |
* Ethernet: onboard Physical (ready to use Ethernet 10/100Mbit link) | * Ethernet: onboard Physical (ready to use Ethernet 10/100Mbit link) | ||
* USB: High speed USB OTG (OnTheGo) | * USB: High speed USB OTG (OnTheGo) | ||
* USB: High speed Host | * USB: High speed Host | ||
* TFT CMOS/LVDS interface | * TFT CMOS/LVDS interface | ||
− | * | + | * Wi-Fi+Bluetooth (option): b/g/n with u.FL antenna (BCM43438 chip), BT 4.1 (Low Energy compatible) |
− | + | ||
* Only one external supply of 3.3V required. | * Only one external supply of 3.3V required. | ||
* Mechanical dimensions: 67.6 x 30 mm | * Mechanical dimensions: 67.6 x 30 mm | ||
− | * Connectors: | + | * Connectors: SODIMM 204 pins |
==Resources== | ==Resources== | ||
* [[Datasheet#OPOS6UL | Datasheet and schematics]] | * [[Datasheet#OPOS6UL | Datasheet and schematics]] | ||
+ | |||
+ | ==Workaround== | ||
+ | * When you get that kind of error at Wi-Fi initialisation: | ||
+ | <pre class="apf"> | ||
+ | brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50 | ||
+ | </pre> | ||
+ | * You can try to unload/reload the driver: | ||
+ | <pre class="apf"> | ||
+ | # modprobe -r brcmfmac | ||
+ | # modprobe brcmfmac | ||
+ | [ 1881.792273] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Aug 29 2016 20:48:16 version 7.45.41.26 (r640327) FWID 01-4527cfab | ||
+ | [ 1881.850588] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30) | ||
+ | </pre> | ||
==Feature list== | ==Feature list== | ||
Line 38: | Line 50: | ||
====Video In==== | ====Video In==== | ||
− | *[[ | + | *[[Camera interface]] |
|| | || | ||
+ | |||
===Wired communication=== | ===Wired communication=== | ||
− | * [[Uart]] | + | * [[Uart|UART]] |
* [[SPI]] | * [[SPI]] | ||
* [[I2C]] | * [[I2C]] | ||
Line 53: | Line 66: | ||
===Wireless communication=== | ===Wireless communication=== | ||
− | + | * [[Wifi|Wi-Fi usage on Linux]] | |
− | * [[Wifi| | + | |
* [[Bluetooth|Bluetooth usage on Linux]] | * [[Bluetooth|Bluetooth usage on Linux]] | ||
===Storage=== | ===Storage=== | ||
− | * [[eMMC]] | + | * [[EMMC OPOS6UL|eMMC]] |
===Other=== | ===Other=== | ||
* [[PWM]] | * [[PWM]] | ||
* [[GPIOlib]] | * [[GPIOlib]] | ||
− | + | * [[Linux_Dynamic_Frequency_Scaling|Frequency scaling]] | |
|} | |} | ||
Latest revision as of 19:45, 1 March 2018
Contents
Description
The OPOS6UL is a Single Board Computer.
Here is a list of the main features:
- Processor: i.MX6UL (i.MX6UL single A7 @ 538MHz, 696MHz in option)
- RAM: DDR3 800Mbps. Default capacity is 256Mbytes.
- Flash: eMMC 4GBytes to 16GBytes (default 4GB), 8 bits data bus.
- Ethernet: onboard Physical (ready to use Ethernet 10/100Mbit link)
- USB: High speed USB OTG (OnTheGo)
- USB: High speed Host
- TFT CMOS/LVDS interface
- Wi-Fi+Bluetooth (option): b/g/n with u.FL antenna (BCM43438 chip), BT 4.1 (Low Energy compatible)
- Only one external supply of 3.3V required.
- Mechanical dimensions: 67.6 x 30 mm
- Connectors: SODIMM 204 pins
Resources
Workaround
- When you get that kind of error at Wi-Fi initialisation:
brcmfmac: brcmf_sdio_htclk: HT Avail timeout (1000000): clkctl 0x50
- You can try to unload/reload the driver:
# modprobe -r brcmfmac # modprobe brcmfmac [ 1881.792273] brcmfmac: brcmf_c_preinit_dcmds: Firmware version = wl0: Aug 29 2016 20:48:16 version 7.45.41.26 (r640327) FWID 01-4527cfab [ 1881.850588] brcmfmac: brcmf_cfg80211_reg_notifier: not a ISO3166 code (0x30 0x30)
Feature list
VideoVideo OutVideo In |
Wired communication |
Wireless communicationStorageOther |