I recently re-installed Android onto my board to see whether my monitor converter worked. It works with Linux.
The monitor didn't work at first and I was getting a message on the screen saying "display mode not supported" so I changed the environment settings to this:
setenv bootargs console=ttymxc1,115200 init=
/init
nosmp video=mxcfb0:dev=hdmi,1280x720M@60,bpp=32 video=mxcfb1:off fbmem=10M vmalloc=400M androidboot.console=ttymxc1 androidboot.hardware=freescale
and the Android logo came up (although a a bit big) and so did the android screen. It looks different than the one seen on other pictures though... The HDMI sound also works.
One problem that has occured is with the Terminal. When the board is reset I see the boot info come up and the 3 second countdown.. after the 3 second countdown the screen fills up with mainlt garbage and it stays like that..
Anyone have the same problem or know whats going on??