On Thu, 2011-03-03 at 15:27 +0800, Jeremy Chang wrote:
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.
I'm baffled. Do you have any further details on the beagleboard xm revision? I think mine is an A2.
Have you been able to boot the same kernel source using a different .config?
Have you been able to boot other kernels ? Do you have the .config for those (along with the kernel revision)?
thanks -john