Debian 8 Jessie
- Toolchain:
- basierend auf gcc 4.9, binutils 2.24 läuft nativ auf dem Gerät
- Debian ARM hardfloat toolchain gcc-4.9 für Cross-Kompilierung
- Kernel: 3.10.53, Freescale Revision 1.1.0+
- Qt: 5.3.2 – emtrion-erweiterte Pakete, die die emCON-MX6-Hardwarebeschleuniger voll ausnutzen
Das Root-Dateisystem oder unser Debian BSP basiert auf Debian Stable (Jessie).
Funktionen
novaluefound
Drivers
Name
Status
Kommentare
Limitierungen
Links
USB Device
available
USB Host
available
LVDS
available
on Lothron and Cadun baseboards
HDMI
available
on Cadun baseboard/not on DIMM-MX6-PCIe
Touch (ft5x0x)
available
Camera (Analog PAL)
available
on Lothron baseboard
Bluetooth
on request
WLAN
on request
Touch (ar1020)
available
Audio (TLV320aic23)
available
OpenGL
available
Ethernet
available
MMC
available
RTC (DS1337)
available
OpenVG
available
Watchdog
available
Name
Status
Kommentare
Limitierungen
Links
Touch (ar1020)
available
Audio (TLV320aic23)
available
WLAN
on request
Bluetooth
on request
Camera (Analog PAL)
available
on Lothron baseboard
Touch (ft5x0x)
available
LVDS
available
on Lothron and Cadun baseboards
Watchdog
available
OpenVG
available
RTC (DS1337)
available
MMC
available
Ethernet
available
OpenGL
available
USB Device
available
USB Host
available
PCIe
available
only on DIMM-MX6-PCIe and Tharion baseboard
True
Dienste
novaluefound
Release Notes
Debian BSP v2015-06-16 for emtrion-MX6 (DIMM-MX6 / emCON-MX6)
Now the BSP supports DIMM-MX6 and emCON-MX6 boards
Debian BSP v2015-04-15 for DIMM-MX6
This is a major update of the BSP. It introduces the support of Linux kernel version 3.10.53. This kernel is now configured as the standard kernel while the previous kernel is still available from the Debian package repository.
Please fetch the document „Debian DIMM-MX6 Release 2015-04-15 Update Manual“ from the Download section and follow it closely to successfully update to the new BSP.
Features:
- new Linux kernel based on Freescale kernel version 3.10.53
- updated custom i.MX6 packages (e.g. Gstreamer libs, GPU libs)
- updated Root File System with current Debian packages
- updated Virtual Machine
- updated RootFS configuration for elbe Build System
- various bug fixes
Debian BSP v2014-12-02 for DIMM-MX6
- updated Root File System with current Debian packages
- updated custom emtrion packages, e.g. Kernel patches and Qt 5.3.2
- updated Virtual Machine (now 64bit Debian)
- updated Build System in Virtual machine – (RootFS build now 3-4 times faster)
- various bug fixes
Debian BSP v2014-08-01 for DIMM-MX6
- updated Root File System with current Debian packages
- updated custom emtrion packages, e.g. Kernel patches and Qt 5.3.1
- updated Virtual Machine
Debian BSP v2014-03-18 for DIMM-MX6
- first release
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.
- When using HDMI only: the startup hang if a splash screen is shown b the bootloader on the HDMI interface. As a workaround disable the splash screen in U-Boot by removing the environment variable load_splashscreen.
- The software drivers for the USB OTG port are working successfully in device mode. But there is a load problem when the OTG port is used in host mode.
Article
CAN on DIMM-MX6 / emCON-MX6 under Linux
Display Configuration on DIMM-MX6 / emCON-MX6 under Linux
GPIOs on DIMM-MX6 under Linux
How to handle CPU core frequency from user space
I2C under Linux
SPI under Linux
Using GStreamer on DIMM-MX6 / emCON-MX6 under Linux
Using Lothron with DIMM-MX6
Artikel vorhanden: True
Block diagram
Developer Kits
Zubehör
Unterstützte Betriebssysteme
FAQ
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