openwrt先刷成DD-WRT:
telnet 192.168.1.1
mtd write factory-to-ddwrt.bin xxxx(cat /proc/mtd的mtd5分区名称firmware)
刷成DD-WRT后重启动703n:
telnet 192.168.1.1
mtd write uboot_for_wr703n.bin xxxx(cat /proc/mtd的mtd0分区名称Redboot)
刷好uboot后重启动703n再刷回openwrt:
telnet 192.168.1.1
mtd write sysupgrade.bin linux(cat /proc/mtd)
ifconfig eth0:1 192.168.1.2
nc -ulp 6666 192.168.1.1 6666
按住reset后,接电闪烁7下后松开,nc那出现
U-Boot 1.1.4 (Apr 22 2013)
uboot> ?
地址:
uboot.html
art.html
阅读(5281) | 评论(0) | 转发(0) |