Difference between revisions of "OPOS6UL"

From ArmadeusWiki
Jump to: navigation, search
(Created page with "Category: OPOS6UL ==Description== The OPOS6UL is a lowcost rapberry-Pi compatible [https://en.wikipedia.org/wiki/Single-board_computer Single Board Computer]. Here is a l...")
 
(Description)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[[Category: OPOS6UL]]
 
[[Category: OPOS6UL]]
 
==Description==
 
==Description==
The OPOS6UL is a lowcost rapberry-Pi compatible [https://en.wikipedia.org/wiki/Single-board_computer Single Board Computer].
+
 
 +
[[File:OPOS6UL_NoWB.png]]
 +
 
 +
 
 +
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 will be 512Mbytes.
+
* RAM: DDR3 800Mbps. Default capacity is 256Mbytes.
* Flash: eMMC 4Gbytes to 16GBytes (default 4GB), 8 bits data bus.
+
* 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
* WiFi (option): b/g/n with u.FL antenna
+
* Wi-Fi+Bluetooth (option): b/g/n with u.FL antenna (BCM43438 chip), BT 4.1 (Low Energy compatible)
* Bluetooth (option): BT 4.1 (LE compatible)
+
 
* Only one external supply of 3.3V required.
 
* Only one external supply of 3.3V required.
* Mechanical dimensions: 67.6 x 30 m
+
* Mechanical dimensions: 67.6 x 30 mm
* Connectors: SODI 204 pins
+
* 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 35: Line 50:
  
 
====Video In====
 
====Video In====
*[[Camera_interface]]
+
*[[Camera interface]]
  
 
||
 
||
 +
 
===Wired communication===
 
===Wired communication===
* [[Uart]]
+
* [[Uart|UART]]
 
* [[SPI]]
 
* [[SPI]]
 
* [[I2C]]
 
* [[I2C]]
Line 50: Line 66:
  
 
===Wireless communication===
 
===Wireless communication===
* [[Wl12xx_driver]]
+
* [[Wifi|Wi-Fi usage on Linux]]
* [[Wifi|WiFi usage on Linux]]
+
 
* [[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 20:45, 1 March 2018

Description

OPOS6UL NoWB.png


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

Video

Video Out

Video In

Wired communication

Wireless communication

Storage

Other

Development boards