Debian 9 Stretch
- Unterstützte i.mx6-Varianten
Vierfach, Zweifach, DualLite, Solo
Unterstützte Basisplatinen
DIMM-Modul: Tarion, Cadun,
emCON-Modul: Avari, BvariCore-Module
Das Kernmodul DIMM-MX6 muss mindestens der Revision 3 entsprechen
DIMM-MX6-PCIe alle Revisionen werden unterstützt
Funktionen
novaluefound
Drivers
- i.MX6 Modul mit MCIMX6 von NXP (HDMI)
- i.MX6 Modul mit MCIMX6 von NXP (PCIe)
- emCON-MX6
- i.MX6 Modul mit MCIMX6 von NXP (Prozessorbus)
Name
Status
Kommentare
Limitierungen
Links
Audio (TLV320)
available
USB Device
available
USB Host
available
VPU
available
Currently only Decode is Supported by gstreamer, Encoding Support on Request.
Watchdog (imx)
on request
onboard SLC Flash
available
Watchdog (DA9063)
available
Only on DIMM-MX6 rev.3 and later
Watchdog (imx)
on request
VPU
available
Currently only Decode is Supported by gstreamer, Encoding Support on Request.
USB Host
available
USB Device
available
Touch (FT5x0x)
available
only on Base-boards with edt-connector.
Touch (AR1020)
available
No userspace Support, available on request.
RTC (DS1337)
available
Camera (USB)
available
Camera (Parallel)
on request
onboard SLC Flash
available
HDMI
available
I2C
available
LCD
available
LVDS
available
Watchdog (DA9063)
available
Only on DIMM-MX6 rev.3 and later
OpenGL
available
mesa 12.0.4 + etnaviv Patchset
Name
Status
Kommentare
Limitierungen
Links
OpenGL
available
mesa 12.0.4 + etnaviv Patchset
onboard SLC Flash
available
RTC (DS1337)
available
LVDS
available
LCD
available
Audio (TLV320)
available
Camera (USB)
available
Camera (Parallel)
on request
Touch (AR1020)
available
No userspace Support, available on request.
Touch (FT5x0x)
available
only on Base-boards with edt-connector.
USB Device
available
USB Host
available
VPU
available
Currently only Decode is Supported by gstreamer, Encoding Support on Request.
Watchdog (DA9063)
available
Only on DIMM-MX6 rev.3 and later
Watchdog (imx)
on request
WLAN
on request
Additional Feature, contact Sales
Bluetooth
on request
Additional Feature, contact Sales
PCIe
available
Name
Status
Kommentare
Limitierungen
Links
Audio (SGTL5000)
available
only with carrier board Avari
Bluetooth
on request
Additional Feature, contact Sales
Ethernet
available
Maximum throughput limited by SoC around 350MBit/s
Camera (Parallel)
on request
Camera (USB)
available
eMMC
available
Camera (MIPI-CSI)
on request
only with carrier board Avari
WLAN
on request
Additional Feature, contact Sales
HDMI
available
LCD
available
LVDS
available
prepared for dual-channel
OpenGL
available
mesa 12.0.4 + etnaviv Patchset
PCIe
available
only on emCON-MX6 and DIMM-MX6-PCIe
RTC (DS1337)
available
Touch (FT5x0x)
available
USB OTG
available
Only with carrier board Bvari
USB Device
available
USB Host
available
VPU
available
Currently only Decode is Supported by gstreamer, Encoding Support on Request.
Watchdog (imx)
on request
Watchdog (DA9063)
available
The watchdog has to be configured manually
Name
Status
Kommentare
Limitierungen
Links
Prozessorbus
available
Touch (AR1020)
available
No userspace Support, available on request.
RTC (DS1337)
available
OpenGL
available
mesa 12.0.4 + etnaviv Patchset
LVDS
available
I2C
available
HDMI
available
Camera (USB)
available
Audio (TLV320)
available
True
Dienste
novaluefound
Release Notes
Unterstützte i.mx6-Varianten
Vierfach, Zweifach, DualLite, Solo
Unterstützte Basisplatinen
DIMM-Modul: Tarion, Cadun,
emCON-Modul: Avari, Bvari
Core-Module
Das Kernmodul DIMM-MX6 muss mindestens der Revision 3 entsprechen
DIMM-MX6-PCIe alle Revisionen werden unterstützt
Das Display UMSH8272 wird nicht mehr unterstützt
DIMM-MX6: Es wird ein aktueller Bootloader benötigt (v010 oder neuer)
Dies kann anhand des Bootloader-Datums überprüft werden, das beim Booten aufgedruckt ist. Es sollte der 24. März 2015 oder neuer sein.
Known Issues
- The Freescale i.MX6 SoC can demand a lot of power from the power supply. Therefore emtrion designed a new base board Cadun which can handle the demands of our DIMM-MX6. If you already purchased a Verno with DIMM-MX6 and your application needs more power than Verno can deliver, you can contact us to exchange it with a Cadun. Because of mentioned power supply issues the Lothron base board should only be used, if you want to test a device, which can not be connected to Cadun. If you use Lothron please follow this guide. DIMM-MX6-Solo can be used without limitations on Lothron.
- On modules with 2 GB RAM there is an issue with the GPU driver. This issue results in a reset triggered by the watchdog. As a workaround you can limit the used memory by adding the parameter mem=1536M to the kernel command line. The kernel command line is set through the file /boot/uboot_script. Search in this file for the string bootargs which represents the command line.
Artikel
Artikel vorhanden: novaluefound
Blockdiagramm
Downloads / Dokumente
Developer Kits
Zubehör
Unterstützte Betriebssysteme
FAQ
Configuring the Display Output for the Qt-Demo on i.MX6 with Debian (Kernel 4.9)
**Use the HDMI output on Headless i.MX6 Developer Kits for the Qt-Demo application
The Qt-Demo application is by default configured to run on the parallel display. To disable this output, add the following line on top of the file /boot/uboot_script in the Root Filesystem:
extra_args=video=VGA-1:d
The required BSP-Version is 2018-08-22 or recent.
Enable, Disable or Remove the Demo Application
To disable the Demo Application, login to the Root Filesystem and run the following command:
systemctl disable demo
To (re)enable the Demo Application, login to the Root Filesystem and run the following command:
systemctl enable demo
To (permanently) remove the Demo Application, login to the Root Filesystem and run the following command:
apt -y remove qt5-demo* emtrion-demo-data