=> tftpboot
Using egiga0 device
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename 'uboot.bin'.
Load address: 0x2000000
Loading: T T T
md - memory display 内存显示 软重启以后
0x2000000同上(ttl地址) md.b 2000000 100 md.b 0 100
命令:tftp 0x2000000 vmlinuz.bin(上传固件到路由) 固件测试命令:go 0x2000000(可测试boot,boot+未经压缩固件)
显示:
=> tftp 0x2000000 vmlinuz.bin
Using egiga0 device
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename 'vmlinuz.bin'.
Load address: 0x2000000
Loading: T T T T #####################.........
done
Bytes transferred = 9597248 (927140 hex)
刷系统(kernel):
=> downver kernel (vmlinuz.bin)
显示:
=> downver kernel
Using egiga0 device
TFTP from server 192.168.1.100; our IP address is 192.168.1.1
Filename 'vmlinuz.bin'.
Load address: 0x2000000
Loading: #################################################################
done
Bytes transferred = 9597248 (927140 hex)
Erasing at 0x15e0000 -- 100% complete.
NAND write: 9597248 bytes
Saving Environment to NAND...
Erasing 0x60000 - 0x64000:Warning: Erase size 0x00004000 smaller than one erase block 0x00020000
Erasing 0x00020000 instead
[Done]
Writing to Nand: [Done]