找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
广告投放联系QQ68610888
查看: 17648|回复: 10

WR703N刷机TTL信息及救砖步骤,见3楼~~

[复制链接]
本帖最后由 晚点末班车 于 2012-5-30 19:46 编辑

之前是openwrt好好的,我手贱把luci的英文支持包删了,导致luci出错.
然后通过scp上传官方固件,执行mtd刷机.刷的是原厂包.
提示刷机成功,开机有信号,但是web页面登录不了,会提示输入用户名密码,但是不会出现web界面
是不是升级的时候没有选择清除数据啊?
现在我该怎么办?
路由器分配ip地址是正常的,能ping通,可现在里面是官方固件,ssh登录不了啊`~
刚才去焊ttl线.折腾了半天没弄好.难道要找编程器么???
求方法,求教程,求各位大侠和兄弟帮帮忙~~
-------------------------------------------------------------------------------
上面是之前的求助帖,信息在3楼~~

哈,和我差不多情况,清空浏览器缓存,再试
回复

使用道具 举报

 楼主| | 显示全部楼层
本帖最后由 晚点末班车 于 2012-5-26 11:07 编辑

不是浏览器清空,是确实出问题了,昨天搞了ttl线,现在恢复好了
  1. /*以下是刷机时的全程TTL信息*/
  2. U-Boot 1.1.4 (Sep 26 2011 - 11:13:45)
  3. AP121-2MB (ar9330) U-boot
  4. DRAM:  32 MB
  5. led turning on for 1s...
  6. id read 0x100000ff
  7. flash size 4194304, sector count = 64
  8. Flash:  4 MB
  9. Using default environment

  10. In:    serial
  11. Out:   serial
  12. Err:   serial
  13. Net:   ag7240_enet_initialize...
  14. No valid address in Flash. Using fixed address
  15. No valid address in Flash. Using fixed address
  16. : cfg1 0x5 cfg2 0x7114
  17. eth0: xx:xx:xx:xx:xx:xx        /*此处为网卡MAC地址,已隐去*/
  18. ag7240_phy_setup
  19. eth0 up
  20. : cfg1 0xf cfg2 0x7214
  21. eth1: xx:xx:xx:xx:xx:xx
  22. athrs26_reg_init_lan
  23. ATHRS26: resetting s26
  24. ATHRS26: s26 reset done
  25. ag7240_phy_setup
  26. eth1 up
  27. eth0, eth1
  28. Autobooting in 1 seconds        /*此时输入tpl三个字母中断启动*/
  29. hornet> setenv ipaddr 192.168.1.1        /*设置本机地址*/
  30. hornet> setenv serverip 192.168.1.10        /*设置tftp服务器地址*/
  31. hornet> tftpboot 0x80000000 wr703nv1.bin        /*下载刷机固件*/
  32. eth1 link down
  33. dup 1 speed 100
  34. Using eth0 device
  35. TFTP from server 192.168.1.10; our IP address is 192.168.1.1
  36. Filename 'wr703nv1.bin'.
  37. Load address: 0x80000000
  38. Loading: #################################################################
  39.          #################################################################
  40.          #################################################################
  41.          #################################################################
  42.          #################################################################
  43.          #################################################################
  44.          #################################################################
  45.          #################################################################
  46.          #################################################################
  47.          #################################################################
  48.          #################################################################
  49.          ######################################################
  50. done
  51. Bytes transferred = 3932160 (3c0000 hex)        /*成功下载固件,记住括号里文件的大小,我这里刷的是官方的*/
  52. hornet> erase 0x9f020000 +0x3c0000                        /*擦除Flash,以0x9f020000为起点,往后0x3c0000个内存单位的空间,注意+号前面有空格*/

  53. First 0x2 last 0x3d sector size 0x10000                                       61
  54. Erased 60 sectors
  55. hornet> cp.b 0x80000000 0x9f020000 0x3c0000        /*从0x80000000写入固件到0x9f020000,大小为0x3c0000*/
  56. Copy to Flash... write addr: 9f020000
  57. done                                                                                /*刷机成功!*/
  58. /*以上是刷机时的全程TTL信息*/

  59. /*帮助信息*/
  60. hornet> help
  61. ?       - alias for 'help'
  62. bootm   - boot application image from memory
  63. cp      - memory copy
  64. erase   - erase FLASH memory
  65. help    - print online help
  66. md      - memory display
  67. mm      - memory modify (auto-incrementing)
  68. mtest   - simple RAM test
  69. mw      - memory write (fill)
  70. nm      - memory modify (constant address)
  71. printenv- print environment variables
  72. progmac - Set ethernet MAC addresses
  73. reset   - Perform RESET of the CPU
  74. setenv  - set environment variables
  75. tftpboot- boot image via network using TFTP protocol
  76. version - print monitor version
  77. hornet>
  78. ?       - alias for 'help'
  79. bootm   - boot application image from memory
  80. cp      - memory copy
  81. erase   - erase FLASH memory
  82. help    - print online help
  83. md      - memory display
  84. mm      - memory modify (auto-incrementing)
  85. mtest   - simple RAM test
  86. mw      - memory write (fill)
  87. nm      - memory modify (constant address)
  88. printenv- print environment variables
  89. progmac - Set ethernet MAC addresses
  90. reset   - Perform RESET of the CPU
  91. setenv  - set environment variables
  92. tftpboot- boot image via network using TFTP protocol
  93. version - print monitor version
  94. /*帮助信息*/
复制代码


回复

使用道具 举报

开机马上用牙签通小洞洞,开机见到等狂闪,配置电脑IP:192.168.1.x,telnet 192.168.1.1进入路由器,输入命令:firstboot。重启后应问题解决。
回复

使用道具 举报

非常感谢啊,本人换了一片8M的Flash,用简易编程器写了从坛子里下的原厂编程器固件的前128K,现在TTL显示Uboot反复重起,正不知该如何下一步呢。
回复

使用道具 举报

这个必须标记一下。
wr703n救砖。
回复

使用道具 举报

回复

使用道具 举报

这个要支持!
回复

使用道具 举报

标记一下,等买了TTL线来拯救半砖的703
回复

使用道具 举报

坑爹 1秒钟,无论如何输入TPL都不行啊!!!!
回复

使用道具 举报

好贴,思考下
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关闭

欢迎大家光临恩山无线论坛上一条 /1 下一条

有疑问请添加管理员QQ86788181|手机版|小黑屋|Archiver|恩山无线论坛(常州市恩山计算机开发有限公司版权所有) ( 苏ICP备05084872号 )

GMT+8, 2024-5-16 04:13

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

| 江苏省互联网有害信息举报中心 举报信箱:js12377 | @jischina.com.cn 举报电话:025-88802724 本站不良内容举报信箱:68610888@qq.com 举报电话:0519-86695797

快速回复 返回顶部 返回列表