Android 5.1.1 Lollipop
emtrion hat dieses Android-Entwickler-Kit entwickelt, um Ihnen zu helfen, Ihre Android-Anwendung schnell und effizient zu entwickeln und direkt auf der Hardware zu testen.
Starten Sie einfach die mitgelieferte virtuelle Maschine und beginnen Sie mit der Entwicklung Ihrer Anwendung mit Android Studio. Das SDK ist bereits installiert. Ein Download oder eine Installation ist nicht erforderlich.
Die Version des Android-Betriebssystems, die auf dem Developer-Kit läuft, ist eine von emtrion erstellte Android-Version. Sie entspricht dem Vanilla-Android 5.1.1 namens „Lollipop“, allerdings mit einigen Einschränkungen in bestimmten Punkten. Sie finden diese Punkte unten im Abschnitt „Verfügbare Geräte/Schnittstellen“.
Der Prozess der Erstellung oder des Umbaus des Android-Betriebssystems ist umfangreich und erfordert viel Wissen über Linux und Android. Wenn Sie irgendwelche Wünsche oder besondere Bedürfnisse haben, kann emtrion ein maßgeschneidertes Android OS für Sie erstellen. Bitte kontaktieren Sie sales@emtrion.de bei Fragen zu diesem Punkt.
Funktionen
novaluefound
Drivers
Name
Status
Kommentare
Limitierungen
Links
I2C
on request
driver for Android Studio on request.
Audo
available
TLV310AIC23
Ethernet
available
wired, 100MB/s
HDMI-Audio
available
HDMI-Video
available
LCD
available
RTC
available
SDCard
available
mounted as extsd
Touch
available
capacitive touch ft5x0x
USB Device
available
adb debugging via USBF
USB Host
available
USB Mass Storage, USB Mouse, USB Keyboard
WLAN
on request
Bluetooth
on request
Camera
on request
CAN
on request
CAN driver is started, libraries for Android Studio on request!
SPI
on request
driver for Android Studio on request.
UARTs
available
Name
Status
Kommentare
Limitierungen
Links
USB Device
available
adb debugging via USBF
USB Host
available
USB Mass Storage, USB Mouse, USB Keyboard
WLAN
on request
Bluetooth
on request
Camera
on request
CAN
on request
CAN driver is started, libraries for Android Studio on request!
SPI
on request
driver for Android Studio on request.
I2C
on request
driver for Android Studio on request.
UARTs
available
SDCard
available
mounted as extsd
RTC
available
PCIe
available
Touch
available
capacitive touch ft5x0x
Audo
available
TLV310AIC23
LCD
available
Ethernet
available
wired, 100MB/s
Name
Status
Kommentare
Limitierungen
Links
Touch
available
Capacitive touch ft5x0x on EDT-Display
SDCard
available
mounted as extsd
LVDS
available
LCD
available
EDT-Display Family
HDMI-Video
available
HDMI-Audio
available
Ethernet
available
wired, 1GB/s
Backlight
available
for EDT-Display Family
Audio
available
SGTL5000
USB Host
available
USB Mass Storage, USB Mouse, USB Keyboard
USB OTG
available
adb debugging via USBF or USB Mass Storage
Bluetooth
on request
CAN
on request
CAN driver is started, libraries for Android Studio on request!
SPI
on request
driver for Android Studio on request.
I2C
on request
driver for Android Studio on request.
PCIe
available
DIMM_MX6_PCIE
RTC
available
UARTS
available
USB Device
available
adb debugging via USBF
WLAN
on request
True
Dienste
Name
Status
Kommentare
Limitierungen
Links
Debugging
available
adb via USB Function or TCI/IP
Name
Status
Kommentare
Limitierungen
Links
Debugging
available
adb via USB Function or TCI/IP
Name
Status
Kommentare
Limitierungen
Links
Debugging
available
adb via USB Function or TCI/IP
True
Release Notes
Known Issues
Blockdiagramm
Downloads / Dokumente
emtrion-MX6 Developer Kit for Android 5.1.1
Developer Kits
Zubehör
Unterstützte Betriebssysteme
FAQ
Android: Installing a new application
How to install a new application to android rootfs?
For installing an application one must provide the apk-file of this application. Copy this file for example to an SDC. The installation is performed by calling
pm install xxx.apk /
in the console of Android (terminal application or serial interface).
Android: Updating to Lollipop 5.1.1
How can I update my DIMM-MX6/DIMM-MX6-PCIe/emcon_mx6 to Lollipop 5.1.1
For updating the Android BSP, please first update the bootloader to a version higher or equal than v11 as of 2015.04.17. A description for updating the BSP can be found in the User Manual.
Changing display settings
Is it possible to change the display settings?
The selection of the display or display port is done by the bootargs parameter list. Have a look at the file /boot/uboot_script, there you'll find all the settings for different boot scenarios.
The variable "display_fb0" controls which display or display port should be used. Changing the parameters there results in different display settings. "display_fb0_lcd", "display_fb0_hdmi" and "display_fb0_lvds" are examples for selecting the RGB, HDMI or LVDS port.
It is possible to do some experiments by changing the values of "display_fb0" but make sure not to brick this file, otherwise, the kernel won't boot anymore and you must restore the flash contents. For modifying this file, boot the OS and change to the directory /boot. The editor vi (busybox) is available for editing.
cd /boot
busybox vi uboot_script
Note: Despite LVDS and HDMI, choosing a customer-specific display usually necessitates a specific adaption board. Please contact info@emtrion.de if you have special needs.