ファームウェアが飛んでしまったっぽいプラネックスのMZK-1200DHPを手に入れたので、
分解してファームウェアの書き込み、復旧をしてみた。
MZK-1200DHPの基板には最初からtx rx gnd vddのピンが出ていたので、
USB-TTLコンバータをすぐにつけられて便利。
※画像類は後で貼るかも。
※復活後の動作の細かい部分まで不具合がないかは未チェック。
準備するもの。
1.PC(OSはUbuntu 14.10を使用)
2.MZK-1200DHP(以下1200DHP)
3.USB-TTLコンバータ(今回使用したのはFT232RLチップが載ったもの、以下FT232RL)
4.FT232RLと1200DHPを接続するケーブル。
FT232RLと1200DHPの接続は以下。
FT232RLのTX ←→ 1200DHPのRX
FT232RLのRX ←→ 1200DHPのTX
FT232RLのGND ←→ 1200DHPのGND
※VDDは繋がない。
その他、使用したソフトウェア
・atftp
・CuteCom
・GHex
作業開始:
プラネックスのサイトにあった1200DHP用のファームウェア
MZK1200DHP_V126.bin
から1200DHPに書き込むための
linux.bin
rootfs.bin
を切り分け。
MZK1200DHP_V126.binの場合。
linux.bin
先頭:72 36 63 72 (HEXエディタで見るとr6crとあるのがヘッダの開始部分のようだ)
末尾:00 00 BA E7
rootfs.bin
先頭文字:72 36 63 72
末尾文字:00 00 90 2B
$dd if=MZK1200DHP_V126.bin of=linux.bin bs=1 skip=16130 count=1125394
$dd if=MZK1200DHP_V126.bin of=rootfs.bin bs=1 skip=1141524 count=2355218
1200DHPとPCをクロスケーブルで接続。
PC側IPアドレスを192.168.1.2に設定(192.168.1.6以外)。
1200DHPのRESETボタンを押したまま1200DHPの電源をON。
7秒ほどで1200DHPにLAN経由でTFTPで書き込めるようになる。
1200DHPのIPアドレスは192.168.1.6になっている。
ログのモニターにはCuteComを使用。
CuteComの設定は、
Baud rade: 38400
Data bits: 8
Stop bits: 1
Parity: NOne
Handshake: Softwareにチェック。
Open for: Reading、Writing、Apply settings when openingにチェック。
以下、1200DHPのu-boot起動時のログ
Booting...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ chip__no chip__id mfr___id dev___id cap___id size_sft dev_size chipSize
@ 0000000h 0ef4017h 00000efh 0000040h 0000017h 0000000h 0000017h 0800000h
@ blk_size blk__cnt sec_size sec__cnt pageSize page_cnt chip_clk chipName
@ 0010000h 0000080h 0001000h 0000800h 0000100h 0000010h 000002ah W25Q64
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
---RealTek(RTL8196D)at 2013.05.20-12:32+0800 v0.7_20130520 [16bit](659MHz)
no sys signature at 00010000!
no sys signature at 00020000!
no rootfs signature at 000E0000!
no rootfs signature at 000F0000!
no rootfs signature at 00130000!
no rootfs signature at 000E1000!
no rootfs signature at 000E2000!
no rootfs signature at 000E3000!
no rootfs signature at 000E4000!
no rootfs signature at 000E5000!
no rootfs signature at 000E6000!
no rootfs signature at 000E7000!
no rootfs signature at 000E8000!
no rootfs signature at 000E9000!
no rootfs signature at 000EA000!
no rootfs signature at 000EB000!
no rootfs signature at 000EC000!
no rootfs signature at 000ED000!
no rootfs signature at 000EE000!
no rootfs signature at 000EF000!
no rootfs signature at 000F1000!
no rootfs signature at 000F2000!
no rootfs signature at 000F3000!
no rootfs signature at 000F4000!
no rootfs signature at 000F5000!
no rootfs signature at 000F6000!
no rootfs signature at 000F7000!
no rootfs signature at 000F8000!
no rootfs signature at 000F9000!
no rootfs signature at 000FA000!
no rootfs signature at 000FB000!
no rootfs signature at 000FC000!
no rootfs signature at 000FD000!
no rootfs signature at 000FE000!
no rootfs signature at 000FF000!
no rootfs signature at 00100000!
no rootfs signature at 00101000!
no rootfs signature at 00102000!
no rootfs signature at 00103000!
no rootfs signature at 00104000!
no rootfs signature at 00105000!
no rootfs signature at 00106000!
no rootfs signature at 00107000!
no rootfs signature at 00108000!
no rootfs signature at 00109000!
no rootfs signature at 0010A000!
no rootfs signature at 0010B000!
no rootfs signature at 0010C000!
no rootfs signature at 0010D000!
no rootfs signature at 0010E000!
no rootfs signature at 0010F000!
no rootfs signature at 00110000!
no rootfs signature at 00111000!
no rootfs signature at 00112000!
no rootfs signature at 00113000!
no rootfs signature at 00114000!
no rootfs signature at 00115000!
no rootfs signature at 00116000!
no rootfs signature at 00117000!
no rootfs signature at 00118000!
no rootfs signature at 00119000!
no rootfs signature at 0011A000!
no rootfs signature at 0011B000!
no rootfs signature at 0011C000!
no rootfs signature at 0011D000!
no rootfs signature at 0011E000!
no rootfs signature at 0011F000!
no rootfs signature at 00120000!
no rootfs signature at 00121000!
no rootfs signature at 00122000!
no rootfs signature at 00123000!
no rootfs signature at 00124000!
no rootfs signature at 00125000!
no rootfs signature at 00126000!
no rootfs signature at 00127000!
no rootfs signature at 00128000!
no rootfs signature at 00129000!
no rootfs signature at 0012A000!
no rootfs signature at 0012B000!
no rootfs signature at 0012C000!
no rootfs signature at 0012D000!
no rootfs signature at 0012E000!
no rootfs signature at 0012F000!
no rootfs signature at 00131000!
no rootfs signature at 00132000!
no rootfs signature at 00133000!
no rootfs signature at 00134000!
no rootfs signature at 00135000!
no rootfs signature at 00136000!
no rootfs signature at 00137000!
no rootfs signature at 00138000!
no rootfs signature at 00139000!
no rootfs signature at 0013A000!
no rootfs signature at 0013B000!
no rootfs signature at 0013C000!
no rootfs signature at 0013D000!
no rootfs signature at 0013E000!
no rootfs signature at 0013F000!
no rootfs signature at 00140000!
no rootfs signature at 00141000!
no rootfs signature at 00142000!
no rootfs signature at 00143000!
no rootfs signature at 00144000!
no rootfs signature at 00145000!
no rootfs signature at 00146000!
no rootfs signature at 00147000!
no rootfs signature at 00148000!
no rootfs signature at 00149000!
no rootfs signature at 0014A000!
no rootfs signature at 0014B000!
no rootfs signature at 0014C000!
no rootfs signature at 0014D000!
no rootfs signature at 0014E000!
no rootfs signature at 0014F000!
no rootfs signature at 00150000!
no rootfs signature at 00151000!
no rootfs signature at 00152000!
no rootfs signature at 00153000!
no rootfs signature at 00154000!
no rootfs signature at 00155000!
no rootfs signature at 00156000!
no rootfs signature at 00157000!
no rootfs signature at 00158000!
no rootfs signature at 00159000!
no rootfs signature at 0015A000!
no rootfs signature at 0015B000!
no rootfs signature at 0015C000!
no rootfs signature at 0015D000!
no rootfs signature at 0015E000!
no rootfs signature at 0015F000!
P0phymode=03, embedded phy
---Ethernet init Okay!
と出たら、TFTPで書き込める。
MZK-1200DHPに書き込み。
$atftp -p -l rootfs.bin 192.168.1.6
以下、1200DHP側のログ
**TFTP Client Upload, File Name: rootfs.bin
- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08
**TFTP Client Upload File Size = 0023F012 Bytes at 80500000
Success!
Root filesystem upgrade.
checksum Ok !
burn Addr =0x00180000! srcAddr=0x80500010 len =0x0023f002
................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Flash Write Successed!
※ここで切り出したバイナリファイルが壊れてたり、うまく切り出せてないと
Check Sum Error
が出るか、
ナントカカントカ
Success!
とか出るだけで書き込めてない。
次に、
linux.binを書き込み。
$atftp -p -l linux.bin 192.168.1.6
以下、1200DHP側のログ。
**TFTP Client Upload, File Name: linux.bin
- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08/ x08- x08\0x08| x08
**TFTP Client Upload File Size = 00112C12 Bytes at 80500000
Success!
Linux kernel (root-fs) upgrade.
checksum Ok !
burn Addr =0x00030000! srcAddr=0x80500000 len =0x00112c12
...................................................................................................................................................................................................................................................................................
Flash Write Successed!
reboot.......
再起動が始まる。
Booting...
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@
@ chip__no chip__id mfr___id dev___id cap___id size_sft dev_size chipSize
@ 0000000h 0ef4017h 00000efh 0000040h 0000017h 0000000h 0000017h 0800000h
@ blk_size blk__cnt sec_size sec__cnt pageSize page_cnt chip_clk chipName
@ 0010000h 0000080h 0001000h 0000800h 0000100h 0000010h 000002ah W25Q64
@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Reboot Result from Watchdog Timeout!
---RealTek(RTL8196D)at 2013.05.20-12:32+0800 v0.7_20130520 [16bit](659MHz)
no sys signature at 00010000!
no sys signature at 00020000!
no rootfs signature at 000E0000!
no rootfs signature at 000F0000!
no rootfs signature at 00130000!
no rootfs signature at 000E1000!
no rootfs signature at 000E2000!
no rootfs signature at 000E3000!
no rootfs signature at 000E4000!
no rootfs signature at 000E5000!
no rootfs signature at 000E6000!
no rootfs signature at 000E7000!
no rootfs signature at 000E8000!
no rootfs signature at 000E9000!
no rootfs signature at 000EA000!
no rootfs signature at 000EB000!
no rootfs signature at 000EC000!
no rootfs signature at 000ED000!
no rootfs signature at 000EE000!
no rootfs signature at 000EF000!
no rootfs signature at 000F1000!
no rootfs signature at 000F2000!
no rootfs signature at 000F3000!
no rootfs signature at 000F4000!
no rootfs signature at 000F5000!
no rootfs signature at 000F6000!
no rootfs signature at 000F7000!
no rootfs signature at 000F8000!
no rootfs signature at 000F9000!
no rootfs signature at 000FA000!
no rootfs signature at 000FB000!
no rootfs signature at 000FC000!
no rootfs signature at 000FD000!
no rootfs signature at 000FE000!
no rootfs signature at 000FF000!
no rootfs signature at 00100000!
no rootfs signature at 00101000!
no rootfs signature at 00102000!
no rootfs signature at 00103000!
no rootfs signature at 00104000!
no rootfs signature at 00105000!
no rootfs signature at 00106000!
no rootfs signature at 00107000!
no rootfs signature at 00108000!
no rootfs signature at 00109000!
no rootfs signature at 0010A000!
no rootfs signature at 0010B000!
no rootfs signature at 0010C000!
no rootfs signature at 0010D000!
no rootfs signature at 0010E000!
no rootfs signature at 0010F000!
no rootfs signature at 00110000!
no rootfs signature at 00111000!
no rootfs signature at 00112000!
no rootfs signature at 00113000!
no rootfs signature at 00114000!
no rootfs signature at 00115000!
no rootfs signature at 00116000!
no rootfs signature at 00117000!
no rootfs signature at 00118000!
no rootfs signature at 00119000!
no rootfs signature at 0011A000!
no rootfs signature at 0011B000!
no rootfs signature at 0011C000!
no rootfs signature at 0011D000!
no rootfs signature at 0011E000!
no rootfs signature at 0011F000!
no rootfs signature at 00120000!
no rootfs signature at 00121000!
no rootfs signature at 00122000!
no rootfs signature at 00123000!
no rootfs signature at 00124000!
no rootfs signature at 00125000!
no rootfs signature at 00126000!
no rootfs signature at 00127000!
no rootfs signature at 00128000!
no rootfs signature at 00129000!
no rootfs signature at 0012A000!
no rootfs signature at 0012B000!
no rootfs signature at 0012C000!
no rootfs signature at 0012D000!
no rootfs signature at 0012E000!
no rootfs signature at 0012F000!
no rootfs signature at 00131000!
no rootfs signature at 00132000!
no rootfs signature at 00133000!
no rootfs signature at 00134000!
no rootfs signature at 00135000!
no rootfs signature at 00136000!
no rootfs signature at 00137000!
no rootfs signature at 00138000!
no rootfs signature at 00139000!
no rootfs signature at 0013A000!
no rootfs signature at 0013B000!
no rootfs signature at 0013C000!
no rootfs signature at 0013D000!
no rootfs signature at 0013E000!
no rootfs signature at 0013F000!
no rootfs signature at 00140000!
no rootfs signature at 00141000!
no rootfs signature at 00142000!
no rootfs signature at 00143000!
no rootfs signature at 00144000!
no rootfs signature at 00145000!
no rootfs signature at 00146000!
no rootfs signature at 00147000!
no rootfs signature at 00148000!
no rootfs signature at 00149000!
no rootfs signature at 0014A000!
no rootfs signature at 0014B000!
no rootfs signature at 0014C000!
no rootfs signature at 0014D000!
no rootfs signature at 0014E000!
no rootfs signature at 0014F000!
no rootfs signature at 00150000!
no rootfs signature at 00151000!
no rootfs signature at 00152000!
no rootfs signature at 00153000!
no rootfs signature at 00154000!
no rootfs signature at 00155000!
no rootfs signature at 00156000!
no rootfs signature at 00157000!
no rootfs signature at 00158000!
no rootfs signature at 00159000!
no rootfs signature at 0015A000!
no rootfs signature at 0015B000!
no rootfs signature at 0015C000!
no rootfs signature at 0015D000!
no rootfs signature at 0015E000!
no rootfs signature at 0015F000!
rootfs checksum error at 00160000!
no rootfs signature at 00161000!
no rootfs signature at 00162000!
no rootfs signature at 00163000!
no rootfs signature at 00164000!
no rootfs signature at 00165000!
no rootfs signature at 00166000!
no rootfs signature at 00167000!
no rootfs signature at 00168000!
no rootfs signature at 00169000!
no rootfs signature at 0016A000!
no rootfs signature at 0016B000!
no rootfs signature at 0016C000!
no rootfs signature at 0016D000!
no rootfs signature at 0016E000!
no rootfs signature at 0016F000!
no rootfs signature at 00170000!
no rootfs signature at 00171000!
no rootfs signature at 00172000!
no rootfs signature at 00173000!
no rootfs signature at 00174000!
no rootfs signature at 00175000!
no rootfs signature at 00176000!
no rootfs signature at 00177000!
no rootfs signature at 00178000!
no rootfs signature at 00179000!
no rootfs signature at 0017A000!
no rootfs signature at 0017B000!
no rootfs signature at 0017C000!
no rootfs signature at 0017D000!
no rootfs signature at 0017E000!
no rootfs signature at 0017F000!
Jump to image start=0x80500000...
decompressing kernel:
Uncompressing Linux... done, booting the kernel.
done decompressing kernel.
start address: 0x80003400
Realtek WLAN driver - version 1.6 (2013-02-21)
DFS function - version 0.0.8
8812 mp chip !!
Probing RTL8186 10/100 NIC-kenel stack size order[3]...
chip name: 8196C, chip revid: 0
NOT YET
eth0 added. vid=9 Member port 0x1...
eth1 added. vid=8 Member port 0x10...
eth2 added. vid=9 Member port 0x2...
eth3 added. vid=9 Member port 0x4...
eth4 added. vid=9 Member port 0x8...
eth5 added. vid=9 Member port 0x0...
[peth0] added, mapping to [eth1]...
Realtek FastPath:v1.03
init started: BusyBox v1.13.4 (2013-12-17 16:08:50 CST)
killall: autodetect: no process killed
killall: dhcpauto: no process killed
Init Start...
Init bridge interface...
<=== FirmwareDownload8812()
DO 8812 IQK !!!!
Done 8812 IQK !!!!
Init Wlan application...
WiFi Simple Config v2.12.1-wps2.0 (2013.03.14-08:53+0000).
Register to wlan0
Register to wlan1
route: SIOCDELRT: No such process
IEEE 802.11f (IAPP) using interface br0 (v1.8)
Init WAN Interface...
MiniIGD v1.09.1 (2013.12.17-08:13+0000).
Perish debug: autodetect daemon up!!
killall: polling.sh: no process killed
Perish debug: Do reset eth interface in set_init...
iwcontrol RegisterPID to (wlan0)
iwcontrol RegisterPID to (wlan1)
boa: server version Boa/0.94.14rc21
boa: server built Dec 17 2013 at 16:10:19.
boa: starting server pid=1063, port 80
Start updated
#
この時点で1200DHPのIPアドレスは192.168.111.1になるので、
PC側のIPアドレスも192.168.111.2などに変更する。
これでPCのウェブブラウザから1200DHPの管理画面を開けるようになる。
http://192.168.111.1/ezSetting.asp
※画像はファームウェアを書き込んだ直後の初期設定の状態。
補足。
1200DHPの物理的な分解(teardown)に関しては、
背面の4つのゴム足のうち、LANポートがある側の2箇所のゴム足をはずすと、
T6の星形の特殊ドライバーが開けれられるネジが出てくる。
残りは爪で止まっているだけ。
eBayあたりで”pry tool”で検索すると出てくる樹脂の
ピック型や棒状のを使うと傷が付きづらく、開けやすいかも(うちはいつでもこれ)。
参考URL:
無線LANルータ LAN-W300N/G8 のファームウェアの展開
http://nuneno.cocolog-nifty.com/blog/2013/09/lan-lan-w300n-1.html
【プラネックス MZK-MR150 Realtek ファームウェア】
http://royalwin.blog.so-net.ne.jp/_pages/user/iphone/article?name=2012-07-08
TP-Link TL-WR703N — Unbrick
https://zerolab.net/2013/04/30/tp-link-tl-wr703n-unbrick/
Planex MZK-SN300N2の構成とSDK (8月30日改)
http://openwrtwlan.blogspot.jp/2012/07/planex-mzk-sn300n2sdk.html
MZK-1200DHP boot log
http://www.snip2code.com/Snippet/89470/MZK-1200DHP-boot-log
参考にした掲示板の書き込み:
ステマ】PLANEXのルーター総合スレ6【糸冬了?】
http://toro.2ch.net/test/read.cgi/hard/1335111206/l50
ここから
171 :不明なデバイスさん:2014/04/09(水) 21:34:03.25 ID:2oJk334f
MZK-1200DHPを購入&分解してみた
分解は、ゴム足4か所のうち、2か所を外すとトルクスねじが見えるので、これを外してこじ開ければOK
チップは下記の通り
Chipset : RTL8197D
5GHz : RTL8812AR
2.4GHz : RTL8192CE
RAM : W9751G6KB
LAN : RTL8367RB
UART?のピンがあるので、これでシリアル接続できるのかも?
写真も撮ったけど忍法帳のレベル低くてリンクが貼れない…
177 :不明なデバイスさん:2014/04/11(金) 22:27:53.88 ID:ia1MIy5G
ファーム(MZK1200DHP_V126.bin)は下記の通り分割されている
0x000000~0x001f80 設定値
0x001f81~0x003f01 設定値
0x003f02~0x116b13 カーネル
0x116b14~0x355b25 rootfs
rootfsを抜き出す場合はMZK1200DHP_V126.binから
0x116b24~0x355b25をバイナリエディタなどで
抜き出してファイルとして保存
unsquashfsコマンドでrootfsの中身を展開できる
unsquashfsコマンドはRealteck SDKの中にあるソースからコンパイルして使用する
(CentOSのunsquashfsコマンドではエラーが出た)
コンパイルするのがめんどい場合は、
3G-6218n_RTL8196C_3G_GPL_20110121.zipからコマンドを取り出せばOK
178 :不明なデバイスさん:2014/04/11(金) 22:57:24.50 ID:ia1MIy5G
procなど各情報
# cat /proc/cpuinfo
system type : RTL819xD
processor : 0
cpu model : 56322
BogoMIPS : 658.63
hardware watchpoint : no
tlb_entries : 32
mips16 implemented : yes
# cat /proc/meminfo
MemTotal: 50424 kB
MemFree: 35676 kB
Buffers: 1120 kB
Cached: 2968 kB
SwapCached: 0 kB
Active: 3000 kB
Inactive: 2284 kB
~省略~
179 :不明なデバイスさん:2014/04/11(金) 22:59:28.32 ID:ia1MIy5G
# cat /proc/version
Linux version 2.6.30.9 (root@localhost.localdomain) (gcc version 4.4.5-1.5.5p4 (GCC) ) #12 Tue Dec 17 16:23:10 CST 2013
# cat /etc/version
RTL819xD v1.0 — Tue Dec 17 16:15:50 CST 2013
The SDK version is: Realtek SDK v3.4.3-r15512
Ethernet driver version is: 15422-15434
Wireless driver version is: 15404-15404
Fastpath source version is: 15403-15403
Feature support version is: 14785-14785
ここまで
>0x003f02~0x116b13 カーネル
とあるのがlinux.binの部分。
2014/09/14追記:
ファームウェアの書き込みに成功した後でMZK-1200DHPの起動時に
rootfs checksum error at 00160000!
と出ているが、他の方がアップロードしていた起動ログでも出ているみたい。
原因不明。