Was this page helpful?

Atheros 檔頭校驗

    內容表格
    沒有標頭

     

    http://www.right.com.cn/forum/forum....read&tid=77032

    http://www.right.com.cn/forum/forum....read&tid=83791



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

    b. 然后让OpenWrt的WEB界面通刷所有703n、720n固件。
        703n的固件标识是:07030101,720n的是:07200103
       M301的头也是 0011 0001,但是RevID由 0000 0001 改为 0001 0001


        /target/linux/ar71xx/base-files/lib/upgrade/platform.sh
        编辑上面文件,找到 “ hwid=$(tplink_get_hwid) ” ,在后面添加:
       

    1. [ "$hwid" = "07200103" ] && {
    2.         hwid="07030101"
    3. }
    复制代码

       找到 “ imageid=$(tplink_get_image_hwid "$1") ” ,在后面添加:

     

    1. [ "$imageid" = "07200103" ] && {
    2.         imageid="07030101"
    3. }



    FW17 3G 檔頭為07030101 00020001 from 40h

    韌體請下載這邊的

     

    test.png

    Was this page helpful?
    標籤 (Edit tags)
    • No tags
    您必須 登入 才能發佈評論。
    Powered by MindTouch Core