Android 2.3.4 Gingerbread
Functions
novaluefound
Drivers
Name
Status
Comments
Limitations
Links
2x SPI (J12)
on request
Backlight dimmbar
available
Accelerometer 3D
on request
MicroSD Card
available
1x SPI
available
Audio Line in
on request
Audio Mikrofone in
on request
CMOS camera interface
available
TFT-Stecker (J1)
available
USB Device
available
GPIO analog (J12)
on request
GPIO digital (J12)
on request
PWM (GPIO J12)
on request
UART(3x LVTTL) (J11)
on request
UART(1x RS232) (J14)
available
Ethernet
available
Audio out (headphones) (J19)
on request
CAN
on request
I2C
on request
SD Card
available
Only available with base board Lothron
eMMC
available
Touch cap.
available
Touch resistiv
available
Keypad (mpr121)
available
Multimedia HW-Beschl.
available
LCD ET700_KEY
available
LCD-WVGA/UMSH8272
available
PowerVR
available
USB Host
available
only USB memory sticks
RTC
available
True
Dienste
novaluefound
Release Notes
Known Issues
Block diagram
Downloads / Documents
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).
DIMM-EMEV and Ethernet
How to get DHCP working with DIMM-EMEV2 for eth0?
Currently DHCP does not work properly in Android for eth0. There's a workaround using the bootloader. - Stop the bootprocess in bootloader. - and enter in bootloader:
setenv bootcmd 'setenv autoload n
dhcp
run android'
saveenv
Now the bootloader will trigger the DHCP request and pass the network configuration to Android which will configure eth0.