Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Next revisionBoth sides next revision | ||
| toh:belkin:f5d8230-4 [2018/02/20 18:51] – ↷ Links adapted because of a move operation bobafetthotmail | toh:belkin:f5d8230-4 [2021/02/04 13:59] – [Tags] danitool | ||
|---|---|---|---|
| Line 3: | Line 3: | ||
| One of Belkin' | One of Belkin' | ||
| - | ====== Supported Versions ====== | ||
| - | ^ Version/ | ||
| - | | v1xxx | ? | ||
| - | ===== v1002 Hardware | + | ===== Supported Versions |
| + | ---- datatable ---- | ||
| + | cols : Brand, Model, Versions, Supported Current Rel, OEM device homepage URL_url, OWrt Forum Topic URL_url, Device Techdata_pageid | ||
| + | headers : Brand, Model, Version, Current Release, OEM Info, Forum Topic, Technical Data | ||
| + | align : c, | ||
| + | filter | ||
| + | ---- | ||
| - | ==== Info ==== | + | ^ Version/ |
| + | | v1xxx | Works if MiniPCI card is replaced (Are Airgo not supported???? | ||
| - | | **Architecture:** MIPS | | + | |
| - | | **Vendor:** Broadcom | | + | ===== Hardware Highlights ===== |
| - | | **Bootloader: | + | ---- datatable ---- |
| - | | **System-On-Chip:** BCM4704KPB | | + | cols : Model, Versions, CPU, CPU MHz, Flash MB_mbflashs, |
| - | | **CPU Speed:** 266MHz | | + | header |
| - | | **Flash-Chip:** MX M051969 | | + | align : c, |
| - | | **Flash size:** 4MB | | + | filter |
| - | | **RAM: | + | ---- |
| - | | **Wireless: | + | |
| - | | **Ethernet: | + | |
| - | | **USB: | + | ===== Installation ===== |
| - | | **Serial: | + | ---- datatable ---- |
| - | | **JTAG: | + | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url |
| + | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| + | align : l,c,c | ||
| + | filter | ||
| + | ---- | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | ==== TFTP ==== | ||
| + | - Best practice is to have 2 network connections. One for the router LAN Port 1 and second to wifi or live connection, so that this will ensure there is an active connection. | ||
| + | - Statically set the machine' | ||
| + | - Then enter this TFTP command in terminal ...$ echo -en "rexmt 1\ntrace\nbinary\nput | ||
| + | - Power up the router. | ||
| + | |||
| + | A successful flash will look like this: | ||
| + | < | ||
| + | ...$echo -en "rexmt 1\ntrace\nbinary\nput openwrt-brcm47xx-squashfs.trx\nquit\n" | ||
| + | Packet tracing on. | ||
| + | sent WRQ < | ||
| + | sent WRQ < | ||
| + | sent WRQ < | ||
| + | ... | ||
| + | received ACK < | ||
| + | sent DATA < | ||
| + | received ACK < | ||
| + | sent DATA < | ||
| + | ... | ||
| + | sent DATA < | ||
| + | received ACK < | ||
| + | Sent 1511424 bytes in 12.7 seconds | ||
| + | </ | ||
| + | ** Note: ** If the script times out the first time, turn the router off and go back to step 3. | ||
| + | |||
| + | ** Note: ** If the script fails multiple times, try running an infinite ping of 192.168.2.1 as you power on the router to confirm network cabling and settings are correct. | ||
| + | |||
| + | ** Note: ** The original Belkin firmware is configured to use 192.168.2.1. | ||
| + | |||
| + | ==== Web GUI ==== | ||
| + | |||
| + | - Using a Hex Editor change the signature on the firmware file to 00-2f-01-02. It is only the first 4 keys. | ||
| + | - In Belkin Router' | ||
| + | |||
| + | |||
| + | ===== Hardware ===== | ||
| + | ==== Info ==== | ||
| + | ^ Architecture | ||
| + | ^ Vendor | ||
| + | ^ Bootloader | ||
| + | ^ System-On-Chip | ||
| + | ^ CPU Speed | ||
| + | ^ Flash-Chip | ||
| + | ^ Flash size | 4MB | | ||
| + | ^ RAM | ||
| + | ^ Wireless | ||
| + | ^ Ethernet | ||
| + | ^ USB | ||
| + | ^ Serial | ||
| + | ^ JTAG | internal (pads only) | | ||
| ==== Interface diagram (per mbm) ==== | ==== Interface diagram (per mbm) ==== | ||
| Line 55: | Line 116: | ||
| ** Note: ** that internal switch port 4 is not externally available. | ** Note: ** that internal switch port 4 is not externally available. | ||
| - | ====== Hardware ====== | + | |
| Model Number v1002 | Model Number v1002 | ||
| Line 76: | Line 138: | ||
| {{: | {{: | ||
| - | ====Serial === | + | ==== Serial === |
| + | |||
| + | There is a 4-pin white header (" | ||
| - | There is a 4-pin white header (" | ||
| ^ (Towards LED edge of board) | ^ (Towards LED edge of board) | ||
| - | | (input) | | + | | (input) |
| - | | (output) | | + | | (output) |
| - | | GND | | + | | GND |
| - | | +3.5V | | + | | +3.5V |
| - | ^ (Towards " | + | ^ |
| //Direction here is relative the device. | //Direction here is relative the device. | ||
| - | -> [[docs: | + | -> [[docs:techref: |
| === JTAG === | === JTAG === | ||
| - | -> See [[docs: | + | -> See [[docs:techref: |
| === GPIO === | === GPIO === | ||
| - | -> See [[docs: | + | -> See [[docs:techref: |
| - | ====== FirmWare ===== | + | ===== FirmWare ===== |
| - | ===== Source Code ===== | + | ==== Source Code ==== |
| //**Note:** Keep the Firmware size below 3.5 MB even though it is a 4 MB Flash the CFE takes 500 KB// | //**Note:** Keep the Firmware size below 3.5 MB even though it is a 4 MB Flash the CFE takes 500 KB// | ||
| Line 535: | Line 598: | ||
| </ | </ | ||
| - | ===== Loading Image ===== | ||
| - | |||
| - | ==== TFTP ==== | ||
| - | | ||
| - | |||
| - | 2. Statically set the machine' | ||
| - | |||
| - | 3. Then enter this TFTP command in terminal ...$ echo -en "rexmt 1\ntrace\nbinary\nput | ||
| - | |||
| - | ** Note: ** //Make sure you change the [File] to the correct information.// | ||
| - | |||
| - | 4. Power up the router. | ||
| - | |||
| - | A successful flash will look like this: | ||
| - | < | ||
| - | ...$echo -en "rexmt 1\ntrace\nbinary\nput openwrt-brcm47xx-squashfs.trx\nquit\n" | ||
| - | Packet tracing on. | ||
| - | sent WRQ < | ||
| - | sent WRQ < | ||
| - | sent WRQ < | ||
| - | ... | ||
| - | received ACK < | ||
| - | sent DATA < | ||
| - | received ACK < | ||
| - | sent DATA < | ||
| - | ... | ||
| - | sent DATA < | ||
| - | received ACK < | ||
| - | Sent 1511424 bytes in 12.7 seconds | ||
| - | </ | ||
| - | ** Note: ** The script times out the first time, turn the router off and go back to step 3. | ||
| - | |||
| - | ** Note: ** The script fails multiple times then try running an infinite ping of 192.168.2.1 as you power on the router to confirm network cabling and settings are correct. | ||
| - | |||
| - | ** Note: ** The original Belkin firmware is configured to use 192.168.2.1. | ||
| - | |||
| - | |||
| - | ==== Website ==== | ||
| - | |||
| - | Using a Hex Editor change the signature on the firmware file to 00-2f-01-02. It is only the first 4 keys. | ||
| - | |||
| - | In Belkin Router' | ||
| ===== Tags ===== | ===== Tags ===== | ||
| - | {{tag> | + | [[meta: |
| + | {{tag> | ||