[刷機]_快速筆記把 TP-LINK archer C7 刷上DD-WRT
可以檢查網頁上層目錄有沒有更新的日期
注意這是V2,有V1或者V3等不同版本不能共用
未來要升級的話可以抓更新版本的tplink_archer-c7-v2.bin
到原廠更新FIRMWARE的地方上傳,等待燒錄完之後,重新連入
換帳號密碼,你就得到一台有DD-WRT的ARCHER C7
以前就有玩DD-WRT,第一次看到有CPU溫度的,高通GOOD JOB
///隔天補充
刷了DD-WRT發現這一版對5G還是很糟糕,5G的N只能到150M, 而AC完全吃不到…
所以果斷刷回官方,步驟我直接轉貼
http://www.dd-wrt.com/phpBB2/viewtopic.php?p=906343
我是去官方網站找到最新的FW,但記住千萬不能直接在DD-WRT餵官方ROM,會變磚
要用dd指令把官方ROM跳過一些block轉換出來才能餵!
用Linux或者直接丟到Archer做都可以(我是直接丟進去Archer做啦…)
1.轉換rom
dd if=官方的rom.bin of=tplink.bin skip=257 bs=512
2.刷機
mtd -r write tplink.bin linux
英文詳細版(關鍵步驟只有上面那兩個)
Flashing to factory stock from DD-WRT
1. Download stock firmware 131217 from here
2. Unzip the archive
3. (Assuming you are running on Linux/Mac) open terminal and cd to the directory where you extracted the firmware.
4. Run “dd if=ArcherC7v2_en_3_13_34_up_boot(131217).bin of=tplink.bin skip=257 bs=512” without the quotes, assuming you downloaded the linked firmware image. This should create a new file named “tplink.bin” THIS STEP IS IMPORTANT OR YOU WILL BRICK YOUR ROUTER
5. Upload the new tplink.bin to /tmp. Find a way to do it. I used a webserver and used wget to download the file into the /tmp folder. You can try using SSH since you’re still on DD-WRT, but do not ask me how. Use Google for that.
6. In terminal, telnet 192.168.1.1
7. cd to /tmp
8. Run “mtd -r write tplink.bin linux” without the quotes. This process can take about 2 minutes, but may take up to 5. You’ll see the command flashing between “e” and “w” As long as you see this, you’re in good standing.
9. Your router will reboot when finished and you’ll be at stock firmware. I would recommend doing a factory reset to be safeI followed these exact steps on my own Archer C7 V2 and all worked with success.
請問怎麼刷回官方韌體
我有在文內提到方法,仔細看一下內文喔 ^_^ ~~~
英文看不懂
請問如何直接丟到Archer做?
因為我是用windows的, 正在想windows telnet是不是可以做到…
p.s. 2016 9月版本的仍然是AC wifi 有問題, 還是用回官方的好了…
還是需要linux來做一些事情比較方便喔,不然就只能用cygwin或者win10的linux subsystem
感謝. 問題解決了 🙂 最終都要用到windows terminal emulators刷
最新beta版本有不少問題, 換舊一點(09-14-2016-r30631)就沒有問題了.