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:mts:wg430223 [2022/08/21 14:45] – [Installation] csharper2005 | toh:mts:wg430223 [2023/05/17 16:54] – [Tags] csharper2005 | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| /*****/ | /*****/ | ||
| - | The MTS WG430223 is a wireless router based on the MT7621 platform. While it can be acquired for relatively low cost (especially on avito.ru) compared to other units with similar specifications. | + | The MTS WG430223 is a wireless router based on the MT7621 platform. While it can be acquired for relatively low cost (especially on avito.ru) compared to other units with similar specifications. Also known as Arcadyan WG430223. |
| /*****/ | /*****/ | ||
| Line 30: | Line 30: | ||
| ===== Experimental firmware ===== | ===== Experimental firmware ===== | ||
| - | * Community builds - https:// | + | * [[https:// |
| ===== Hardware Highlights ===== | ===== Hardware Highlights ===== | ||
| Line 40: | Line 40: | ||
| filter | filter | ||
| ---- | ---- | ||
| + | |||
| + | |||
| + | ===== Backup ===== | ||
| + | It's strongly recommended to make a backup before you start: | ||
| + | |||
| + | * Set up a tftp server (e.g. tftpd64 for windows) | ||
| + | |||
| + | * Connect to a router using Telnet and run the following commands: | ||
| + | <code bash> | ||
| + | cd /tmp | ||
| + | for i in 1 2 3 4 5 6 7 8 9 10 11 12; do nanddump -f mtd$i /dev/mtd$i; \ | ||
| + | tftp -l mtd$i -p 192.168.1.2; | ||
| + | tftp -l mtd.md5 -p 192.168.1.2 | ||
| + | </ | ||
| + | 192.168.1.2 - IP of the tftp server | ||
| + | |||
| + | * Check backups in your tftp root folder. | ||
| ===== Installation ===== | ===== Installation ===== | ||
| - | /* stable release */ | + | |
| - | /* uncomment once stable release is available | + | |
| ---- datatable ---- | ---- datatable ---- | ||
| cols : Model, Versions, Supported Current Rel, Firmware OpenWrt Install URL_url, Firmware OpenWrt Upgrade URL_url, Firmware OEM Stock URL_url | 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 | headers : Model, Version, Current Release, Firmware OpenWrt Install, Firmware OpenWrt Upgrade, Firmware OEM Stock | ||
| - | align : c,c,c | ||
| - | filter | ||
| - | filter | ||
| - | ---- | ||
| - | */ | ||
| - | |||
| - | |||
| - | /* snapshot */ | ||
| - | /* delete once stable release is available */ | ||
| - | ---- datatable ---- | ||
| - | cols : Model, Versions, Supported Current Rel, Firmware OpenWrt snapshot Install URL_url, Firmware OpenWrt snapshot Upgrade URL_url, Firmware OEM Stock URL_url | ||
| - | headers : Model, Version, Current Release, Firmware OpenWrt snapshot Install, Firmware OpenWrt snapshot Upgrade, Firmware OEM Stock | ||
| align : c,c,c | align : c,c,c | ||
| filter | filter | ||
| Line 96: | Line 100: | ||
| <code bash> | <code bash> | ||
| cd /tmp | cd /tmp | ||
| - | wget http:// | + | wget https:// |
| mtd_write erase /dev/mtd4 | mtd_write erase /dev/mtd4 | ||
| - | mtd_write write openwrt-ramips-mt7621-mts_wg430223-squashfs-factory.trx /dev/mtd4 | + | mtd_write write openwrt-22.03.0-ramips-mt7621-mts_wg430223-squashfs-factory.trx /dev/mtd4 |
| </ | </ | ||
| Line 107: | Line 111: | ||
| </ | </ | ||
| + | |||
| + | ==== OEM easy installation ==== | ||
| + | |||
| + | Under development | ||
| + | |||
| + | |||
| + | ==== OEM installation using the TFTP method ==== | ||
| + | |||
| + | -> [[docs: | ||
| + | |||
| + | Not applicable | ||
| ===== Return to Stock ===== | ===== Return to Stock ===== | ||
| 1. Login as root via SSH on 192.168.1.1, | 1. Login as root via SSH on 192.168.1.1, | ||
| Line 114: | Line 129: | ||
| </ | </ | ||
| 2. Optional step. Upgrade the stock firmware with any version to overwrite the OpenWrt in Slot 1. | 2. Optional step. Upgrade the stock firmware with any version to overwrite the OpenWrt in Slot 1. | ||
| - | ==== Flash Layout ==== | + | ===== Flash Layout |
| ^ mtd ^ partition | ^ mtd ^ partition | ||
| Line 167: | Line 182: | ||
| </ | </ | ||
| - | === OEM firmware trx format === | + | ===== OEM firmware trx format |
| The same as [[: | The same as [[: | ||
| Line 178: | Line 193: | ||
| </ | </ | ||
| - | === Original bootloader === | + | ===== Original bootloader |
| -> [[docs: | -> [[docs: | ||
| Line 186: | Line 201: | ||
| * There is no any bootcounters | * There is no any bootcounters | ||
| - | ==== OEM easy installation ==== | ||
| - | Under development | ||
| - | ==== OEM installation using the TFTP method ==== | ||
| - | |||
| - | -> [[docs: | ||
| - | |||
| - | Not applicable | ||
| ===== Upgrading OpenWrt ===== | ===== Upgrading OpenWrt ===== | ||
| -> [[docs: | -> [[docs: | ||
| Line 316: | Line 324: | ||
| //Main PCB://\\ | //Main PCB://\\ | ||
| - | {{media: | + | {{media: |
| - | {{media: | + | {{media: |
| ==== Serial ==== | ==== Serial ==== | ||
| -> [[docs: | -> [[docs: | ||
| Line 324: | Line 332: | ||
| How to connect to the Serial Port of this device:\\ | How to connect to the Serial Port of this device:\\ | ||
| - | {{media: | + | {{media: |
| <a2s> | <a2s> | ||
| Line 345: | Line 353: | ||
| -> [[docs: | -> [[docs: | ||
| - | ==== Breed bootloader ==== | ||
| - | |||
| - | {{page> | ||
| - | |||
| - | Original Breed for Xiaomi R3G can be used, but breedenter utility is required to enter the Breed. Breed web interface shouldn' | ||
| - | |||
| - | See //Notes -> Breed bootloader// | ||
| - | |||
| - | Breed settings for Beeline Smartbox Flash: | ||
| - | ^ Setting | ||
| - | | autoboot.command | ||
| ===== Hardware mods ===== | ===== Hardware mods ===== | ||
| Line 1629: | Line 1626: | ||
| === Online OpenWrt builder === | === Online OpenWrt builder === | ||
| - | * [[https://chef.libremesh.org/? | + | * [[https://firmware-selector.openwrt.org/? |
| - | === Breed bootloader | + | === Common |
| - | * [[https://github.com/legale/breed-mt7621-xiaomi-r3g.bin-reset-button-changer/tree/main/ | + | * [[https://mega.nz/folder/xoBklZTZ# |
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| - | * [[https:// | + | |
| ===== Tags ===== | ===== Tags ===== | ||
| [[meta: | [[meta: | ||
| - | {{tag> | + | {{tag> |