zoukankan      html  css  js  c++  java
  • TL-WDR4310 v1 救砖

    一、引出ttl线

    用万用表测量,可以确定“GND”,第一个pin(焊盘为方的)为“Tx”,接下去依次为“Rx”、”GND”、”VCC“。

    二、工具准备

    下载tptpd软件工具,图标为

    clip_image001

    三、开始刷机

    1、 修改本地连接ip为192.168.1.100子网掩码为255.255.255.0

    2、 把固件改名为“6F01A8C0.img”、

    3、 打开tftpd32,选择固件所在位置

    clip_image002

    4、准备securecrt软件

    5、启动路由器,观察信息当出现Autobooting in 1 seconds时按下键盘“tpl”三个字母中断路由启动。

    clip_image003

    6、刷机(tftpd32软件是开着的)

    db12x> tftpboot
    dup 1 speed 1000
    *** Warning: no boot file name; using '6F01A8C0.img'
    Using eth0 device
    TFTP from server 192.168.1.100; our IP address is 192.168.1.111
    Filename '6F01A8C0.img'.
    Load address: 0x81000000
    Loading:
    #########################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################################
    done
    Bytes transferred = 8126464 (7c0000 hex)
    db12x> erase 0x9f020000 +7c0000
    First 0x2 last 0x7d sector size 0x10000                           
                     125
    Erased 124 sectors
    db12x> cp.b 0x81000000 0x9f020000 0x7c0000
    Copy to Flash... write addr: 9f020000
    done
    db12x>
    这样固件刷新完毕

    参考:

    http://www.right.com.cn/forum/thread-88352-1-1.html

  • 相关阅读:
    加入mapstruct后出现 找不到符号 符号: 方法 setXX 的解决方法
    解决docker容器日志导致主机磁盘空间满了的情况
    prometheus安装(docker)
    在Github或Gitee上用hexo搭建个人博客
    解决github打不开
    jenkins更新为国内源
    让sentinel-dashboard的流控配置持久化到nacos
    Yarn和Zookeeper的区别
    flink安装启动(docker)
    jQuery 事件源码定位
  • 原文地址:https://www.cnblogs.com/smbx-ztbz/p/4588313.html
Copyright © 2011-2022 走看看