Android 9.0 Pie
emtrion has created this Android developer-kit to assist you in designing your Android application quickly and efficiently. You can evaluate it directly on the hardware.
The Android OS version running on the developer-kit is a custom Android version made by emtrion. It is compliant with Android 11 and based on Android version 11.0.0_1.2.0 from Google, including imx-android-11.0.0_1.2.0 extensions from NXP.
The Linux Kernel release is 5.4.70. Additional modifications and extensions have been added.
You can find details below in section “Drivers/Services below”.
The process of making or rebuilding an Android OS is substantial and requires a lot of knowledge regarding Linux and Android. emtrion services include building a custom Android OS. Please contact sales@emtrion.de for any questions you may have at this point.
Functions
novaluefound
Drivers
Name
Status
Comments
Limitations
Links
Bluetooth
on request
GPIO
available
via sysfs
I2C
on request
driver for Android Studio on request.
WLAN
on request
USB Device
available
adb debugging via USBF
UARTS
available
RTC
available
PCIe
on request
SPI
on request
driver for Android Studio on request.
Backlight
available
USB OTG
available
adb debugging via USBF or USB Mass Storage
USB Host
available
USB Mass Storage, USB Mouse, USB Keyboard
Touch
available
Capacitive touch connected through USB as HID device
SDCard
available
LVDS
available
Ethernet
available
wired, 1GB/s
Audio
on request
SGTL5000
True
Dienste
Name
Status
Comments
Limitations
Links
Debugging
available
adb via USB Function or TCP/IP
True
Release Notes
Known Issues
Block diagram
Downloads / Documents
emCON-MX8MM Android 11 based Software Manual
BSP Software Manual for emCON-MX8MM with Android 11
Developer Kits
Accessories
Supported operating systems
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).