Mint
Another boot problem November 11, 2013 10:13AM |
setenv bootargs_console console=ttyS0,115200 setenv bootcmd_mmc 'mmc init; ext2load mmc 0:1 0x00800000 /uImage; ext2load mmc 0:1 0x01100000 /uInitrd' setenv bootcmd 'setenv bootargs $(bootargs_console); run bootcmd_mmc; bootm 0x00800000 0x01100000' saveenvWhat's strange is that my older card doesn't have any problem with autobooting when i replace the new one. Saying that, the new card doesn't have any problem booting too, but i just need to connect with the serial and run 'boot' in uboot and everything go just fine. But going through serial for booting isn't really practical.
Re: Another boot problem November 11, 2013 04:10PM |
Admin Registered: 14 years ago Posts: 19,298 |
Re: Another boot problem November 12, 2013 01:36AM |
Registered: 11 years ago Posts: 1 |