Re: [心得] Fon+從DD-WRT刷回原廠韌體
※ 引述《jxpc (JXPC)》之銘言:
: http://www.fonboard.nl/wiki/FAQ_Foneraplus_unbricking
我也是參考這篇
詳細步驟類似 fon+刷成dd-wrt
事先準備
tftp
http://freshmeat.net/projects/tftp-hpa/
fon+ firmware for failsafe mode
step 1:
將電腦網卡設成static ip:192.168.1.254
mask:255.255.255.0
例如我的網卡介面eth0
Step 2:
tftp裝好後
將firmwares放在 /var/lib/tftpboot (default)
到tftp目錄再執行 tftpd
step 3:
在自己home目錄建檔.telnetrc
內容加入:
192.168.1.1 9000
mode line
step 4:
網路線一端接eth0 另一端fon+'s LAN port
將fon+ 插電後 在console下 於適當時間內
>telnet 192.168.1.1 9000
進入Redboot
step 5:
執行
RedBoot> ip_address -l 192.168.1.1 -h 192.168.1.254
查看partitions structure
RedBoot> fis list
我的與那篇不同 如下:
Name FLASH addr Mem addr Length Entry point
RedBoot 0xA8000000 0xA8000000 0x00030000 0x00000000
linux 0xA8030000 0x80041000 0x00660000 0x80041000
FIS directory 0xA87E0000 0xA87E0000 0x0000F000 0x00000000
RedBoot config 0xA87EF000 0xA87EF000 0x00001000 0x00000000
執行
RedBoot> fconfig -l -n
與那篇也不同 如下
boot_script: true
boot_script_data:
.. fis load -l linux
.. exec
step 6
要做一些修改:
RedBoot> fconfig boot_script_data
boot_script_data:
.. fis load -l linux
.. exec
Enter script, terminate with empty line
>> fis load loader
>> go 0x80100000
>>
再確認是否改變:
RedBoot> fconfig -l -n
step7:
改變開機進入Redboot的時間
RedBoot>fconfig boot_script_timeout 5
step8:
抹除非Redboot的分割
RedBoot> fis init
接下來
fis create -f 0xa8030000 -l 0x00010000 -e 0x80100000 -r 0x80100000 -n loader
fis create -f 0xa8660000 -l 0x00140000 -e 0x80040400 -n image2
fis create -f 0xa8040000 -l 0x00230004 -e 0x80040400 -r 0x80040400 -n image
抓取192.168.1.254的loader.bin 並開始建立(約2min):
RedBoot> load -r -b 0x80100000 loader.bin
RedBoot> fis create loader
(約10min以上):
RedBoot> load -r -b 0x80100000 image2.bin
RedBoot> fis create image2
開始建立image
load -r -b 0x80100000 image.bin
fis write -b 0x80100000 -f 0xa8040000 -l 0x00610000
step9:
完成後reset重開:
RedBoot>reset
用firefox 開http://192.168.1.1
Openwrt帳號:admin
passwd:admin
可讓它上網自動update
或手動update
Ref:
http://boards.fon.com/viewtopic.php?f=2&t=4741
http://excid3.betaserver.org/fon-2201/restoring-original-firmware/
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 140.112.102.3
※ 編輯: maceman 來自: 140.112.102.3 (01/25 15:56)
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 2 之 3 篇):
MOD_AP 近期熱門文章
PTT數位生活區 即時熱門文章