Comment 2 for bug 844041

Revision history for this message
Botao (botao-sun) wrote :

Set these boot arguments following the "ORIGEN #":

setenv bootargs "console=ttySAC2,115200n8 root=/dev/ram init=/init rootwait ro"
setenv bootcmd "fatload mmc 0:2 0x40007000 uImage; fatload mmc 0:2 0x42000000 uInitrd; bootm 0x40007000 0x42000000"
saveenv

Then restart the board, it will work. I have tested it on my Origen board.

This is an old issue, I remember it fixed by Angus before, but now it comes out again.