I followed the tutorial found at http://processors.wiki.ti.com/index.php/TI-Android-ICS-4.0.3-DevKit-3.0.1_UserGuide regarding the new ICS port the BeagleBone board and LCD cape that is supposed to be supported.
The LCD I use is the one found here and that has 5 push buttons (power and reset exclued). http://beagleboardtoys.com/wiki/index.php?title=BeagleBone_LCD7
This LCD is working fine with the Angstrom pre-built binary but fails with the ICS version. I used the ICS binary version for the BeagleBone found here: http://software-dl.ti.com/dsps/dsps_public_sw/sdo_tii/TI_Android_DevKit/TI_Android_ICS_4_0_3_DevKit_3_0_1/exports/beaglebone.tar.gz
The board boots up but it fails to register the LCD cape and start in DVI mode. I also have the DVI board handy and can confirm that it works when plugged in.
Here is an abstract of the boot log.
[ 0.906921] i2c-core: driver [tsl2550] using legacy suspend method
[ 0.913391] i2c-core: driver [tsl2550] using legacy resume method
[ 0.919799] at24 1-0051: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 0.981597] No daughter card found on AM335x EVM
[ 0.986450] at24 1-0050: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 1.001647] Board name: A335BONE
[ 1.005004] Board version: 00A3
[ 1.008270] The board is a AM335x Beaglebone.
[ 1.013488] tps65217 1-0024: TPS65217 ID 0x7 version 1.0
[ 1.020812] print_constraints: DCDC1: 900 <--> 1800 mV at 1800 mV
[ 1.029144] print_constraints: DCDC2: 900 <--> 3300 mV at 1275 mV
[ 1.037414] print_constraints: DCDC3: 900 <--> 1500 mV at 1100 mV
[ 1.045654] print_constraints: LDO1: 1000 <--> 3300 mV at 1800 mV
[ 1.053985] print_constraints: LDO2: 900 <--> 3300 mV at 3300 mV
[ 1.062164] print_constraints: LDO3: 1800 <--> 3300 mV at 3300 mV
[ 1.070404] print_constraints: LDO4: 1800 <--> 3300 mV at 3300 mV
[ 1.077270] omap_hsmmc.0: alias fck already exists
[ 1.082611] omap_i2c.3: alias fck already exists
[ 1.101654] omap_i2c omap_i2c.3: bus 3 rev2.4.0 at 100 kHz
[ 1.107971] at24 3-0054: 32768 byte 24c256 EEPROM, writable, 64 bytes/write
[ 1.115264] IN : bone_setup_daughter_board
[ 1.128021] Detected a daughter card on BeagleBone..
[ 1.133026] IN : dvi_init
[ 1.136383] da8xx_lcdc.0: alias fck already exists
[ 1.141693] da8xx_lcdc da8xx_lcdc.0: GLCD: Found 1024x768@60 panel
[ 1.160125] Setup DVI display
Has anyone been able to use this pre-built image with the combo BeagleBone+LCD7 cape?
Thanks
Alphazo