Sir
I referred document below to build Android 2.3.4 image for DM8148 EVM.
http://code.google.com/p/rowboat/wiki/TI81xxWithMultimediaAcceleration
Than I can see android GUI in DM8148 HDMI output.
In another document, it teached us to change display from HDMI to LCD panel in DM8148 EVM as below.
http://processors.wiki.ti.com/index.php/TI-Android-GingerBread-2.3.4-DevKit-2.1.2_UserGuide
Display Support
LCD out
On AM387x/TI814x device HDMI is used as a default output device. To change output to LCD daugther card attached to evm,kindly follow below procedure
- Plug mmc card into card reader
- open <mounter rootfs location>/init.rc file
/* open init.rc file */ $ sudo vim /media/rootfs/init.rc /* comment following line */ //service syslink /system/bin/syslink/rc.syslink start /* un-comment following line */ service syslink /system/bin/syslink/rc_lcd.syslink start
- remove sd card and plug in to ti814xevm
- boot and wait for UI screen
But I found default setting didn't build rc_lcd.syslink up.
Could you teach me to build rc_kcd.syslink up?
Thank you.