Chinaunix首页 | 论坛 | 博客
  • 博客访问: 1805663
  • 博文数量: 286
  • 博客积分: 3713
  • 博客等级: 少校
  • 技术积分: 2275
  • 用 户 组: 普通用户
  • 注册时间: 2012-01-11 09:47
个人简介

http://blog.chinaunix.net/uid/16979052.html

文章分类

全部博文(286)

文章存档

2018年(1)

2017年(16)

2016年(9)

2015年(17)

2014年(15)

2013年(112)

2012年(116)

分类: LINUX

2013-05-14 19:58:53

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

阅读(5242) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~