Hit any key to stop autoboot:0 Uboot>
Hit any key to stop autoboot: 0 WRAP Uboot>
WRAP Uboot> set bootargs console=ttySA0,115200 root=mtdblock/2 rw; save WRAP Uboot> set serverip <your TFTP server's ip address> WRAP Uboot> set ipaddr <valid, free IP address in your network> WRAP Uboot> tftp 21000000 uImage ; cp.b 21000000 c0021000 $filesize WRAP Uboot> tftp 21000000 fs8.jffs2 ; cp.b 21000000 c0103e00 $filesize WRAP Uboot> boot
Hit any key to stop autoboot: 0 WRAP Uboot>
WRAP Uboot> set serverip <your TFTP server's ip address> WRAP Uboot> set ipaddr <valid, free IP address in your network> WRAP Uboot> tftp 21000000 uImage; cp.b 21000000 c0042000 $filesize WRAP Uboot> tftp 21000000 root.df; cp.b 21000000 c0210000 $filesize WRAP Uboot> boot
Hit any key to stop autoboot: 0 WRAP Uboot>
Uboot> set serverip <your TFTP server's ip address>
Uboot> set ipaddr <valid, free IP address in your network>
Uboot> tftp 21000000 uImage; erase 10040000 101fffff;cp.b 21000000 10040000 ${filesize}
Uboot> tftp 21000000 root.if;erase 10200000 107fffff;cp.b 21000000 10200000 ${filesize}
Uboot> boot