Booting Angstrom

Hello,

         I successfully an Angstrom dist on an SD card and am working
with it OK. However I have the problem of needed to push the reset
button and while holding it pressing teh reset button. IF I do not do
so the board hangs ion the I2C prompt right at teh start. Does anyone
know hwo to stop it doing this - can I put a boot.scr file in to stop
it doing this?

Cheers,

Neil

Hi!

mmc init
fatload mmc 0 82000000 MLO
nandecc hw
nand erase 0 80000
nand write 82000000 0 20000
nand write 82000000 20000 20000
nand write 82000000 40000 20000
nand write 82000000 60000 20000
fatload mmc 0 0x80200000 u-boot.bin
nandecc sw
nand erase 80000 160000
nand write 0x80200000 80000 160000

regards,
Max

2010/4/14 Neil Benn <neil.benn@ziath.com>