set line /dev/ttyACM0
set speed 115200
set carrier-watch off
set handshake none
set flow-control keep
robust
set file type bin
set file name lit
set rec pack 128
set send pack 128
set window 5

echo Loading Linux image...
redirect echo 
redirect echo 
redirect echo loadb 80000000
send uImage
sleep 1
echo Done Loading Linux image.

echo Loading RamDisk image...
redirect echo 
redirect echo 
redirect echo loadb 81600000
send ramdisk.ext2.gz.uboot
sleep 1
echo Done Loading RamDisk image.

echo Booting Linux...  Check serial console for more messages.
redirect echo 
redirect echo 
redirect echo bootm 80000000 81600000
sleep 1
exit




