Hi, John: Thanks. Though the problem for me is still the same.
I tried in uboot with following commands. # mmc init # setenv bootargs 'console=ttyO2,115200n8 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait init=/init' # fatload mmc 1 0x82000000 uImage # bootm 0x82000000
Any idea about if there could be any other difference in between? Thanks.
Regards, -Jeremy
On Thu, Mar 3, 2011 at 7:30 AM, John Stultz john.stultz@linaro.org wrote:
On Thu, 2011-03-03 at 02:47 +0800, Jeremy Chang wrote:
Hi John: Actually I didn't mean to enable EARLY_PRINTK in .config. Actually I only used the android_omap3_defconfig, and I found I can not see the terminal messages so I tried to enable EARLY_PRINTK to see if there're any suspicious.
The last line I can see is: Uncompressing Linux... done, booting the kernel.
Huh. I'm not seeing that at all with the android_omap3_defconfig
Are your bootargs something like: 'console=ttyO2,115200n8 mem=256M root=/dev/mmcblk0p2 rw rootfstype=ext3 rootwait init=/init' ? thanks -john