Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
toh:mts:wg430223 [2022/08/21 14:54] – [Installation] csharper2005toh: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://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4+  * [[https://forum.openwrt.org/t/add-support-for-beeline-smartbox-giga/99390/4|Community builds]]
  
 ===== Hardware Highlights ===== ===== Hardware Highlights =====
Line 50: Line 50:
 <code bash> <code bash>
 cd /tmp 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; \+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; md5sum mtd$i >> mtd.md5; rm mtd$i; done tftp -l mtd$i -p 192.168.1.2; md5sum mtd$i >> mtd.md5; rm mtd$i; done
 tftp -l mtd.md5 -p 192.168.1.2 tftp -l mtd.md5 -p 192.168.1.2
Line 60: Line 60:
  
 ===== 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  : Brand=MTS 
-filter  : Model=WG430223 
----- 
-*/ 
- 
- 
-/* 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  : Brand=MTS filter  : Brand=MTS
Line 113: Line 100:
 <code bash> <code bash>
 cd /tmp cd /tmp
-wget http://downloads.openwrt.org/snapshots/targets/ramips/mt7621/openwrt-ramips-mt7621-mts_wg430223-squashfs-factory.trx+wget https://downloads.openwrt.org/releases/22.03.0/targets/ramips/mt7621/openwrt-22.03.0-ramips-mt7621-mts_wg430223-squashfs-factory.trx
 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
 </code> </code>
  
Line 337: Line 324:
  
 //Main PCB://\\ //Main PCB://\\
-{{media:mts:wg430223_pcb_top.jpg?600|MTS WG 430223 PCB Top}}+{{media:mts:wg430223_pcb_top.jpg?400|MTS WG 430223 PCB Top}}
  
-{{media:mts:wg430223_pcb_bottom.jpg?600|MTS WG 430223 PCB Bottom}}+{{media:mts:wg430223_pcb_bottom.jpg?400|MTS WG 430223 PCB Bottom}}
 ==== Serial ==== ==== Serial ====
 -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc. -> [[docs:techref:hardware:port.serial]] general information about the serial port, serial port cable, etc.
Line 345: Line 332:
 How to connect to the Serial Port of this device:\\ How to connect to the Serial Port of this device:\\
  
-{{media:mts:wg430223_pcb_serial.jpg?600|MTS WG 430223 PCB serial}}+{{media:mts:wg430223_pcb_serial.jpg?400|MTS WG 430223 PCB serial}}
  
 <a2s> <a2s>
Line 366: Line 353:
 -> [[docs:techref:bootloader]] -> [[docs:techref:bootloader]]
  
-==== Breed bootloader ==== 
- 
-{{page>meta:infobox:dangerous&noheader&nofooter&noeditbtn}} 
- 
-Original Breed for Xiaomi R3G can be used, but breedenter utility is required to enter the Breed. Breed web interface shouldn't be used for flashing firmware or EEPROM backup or recovery. Telnet should be used instead.  
- 
-See //Notes -> Breed bootloader// section for links 
- 
-Breed settings for Beeline Smartbox Flash: 
  
-^ Setting                    ^ Value                 ^ 
-| autoboot.command            boot flash 0x30001c  | 
  
 ===== Hardware mods ===== ===== Hardware mods =====
Line 1650: Line 1626:
  
 === Online OpenWrt builder === === Online OpenWrt builder ===
-  * [[https://chef.libremesh.org/?version=SNAPSHOT&target=ramips%2Fmt7621&id=mts_wg430223|Build MTS WG430223 firmware]]+  * [[https://firmware-selector.openwrt.org/?version=SNAPSHOT&target=ramips%2Fmt7621&id=mts_wg430223|Build MTS WG430223 firmware]]
  
-=== Breed bootloader === +=== Common === 
-  * [[https://github.com/legale/breed-mt7621-xiaomi-r3g.bin-reset-button-changer/tree/main/smartbox-flash-giga-turbo-pro|Breed bootloader (MOD) r1338 for Smartbox Flash / MTS WG430223, GIGA, Turbo, PRO (github)]] +  * [[https://mega.nz/folder/xoBklZTZ#g1l_wH-nBOMONrDqOkeEvQ/folder/F1gQWC5a|Stock firmware collection]]
-  * [[https://t.me/smartboxgiga/27744|Breed bootloader (MOD) r1338 for Smartbox Flash / MTS WG430223, GIGA, Turbo, PRO]] +
-  * [[https://breed.hackpascal.net/breed-mt7621-xiaomi-r3g.bin|Breed bootloader (original) Xiaomi R3G]] +
-  * [[https://4pda.to/forum/index.php?showtopic=954030&st=2740#entry104489218|Breedenter utility]]+
  
 ===== Tags ===== ===== Tags =====
  
 [[meta:tags|How to add tags]] [[meta:tags|How to add tags]]
-{{tag>ramips mediatek mt7621 GigabitEthernet wlan 3port 802.11abgn 802.11a 802.11bgn 802.11ac 128nand 128RAM serial u-boot arcadyan dbdc mt7615dn dual_firmware mts breed}}+{{tag>ramips mediatek mt7621 GigabitEthernet wlan 3port 802.11abgn 802.11a 802.11bgn 802.11ac 128nand 128RAM serial u-boot arcadyan dbdc mt7615dn dual_firmware mts}}
  • Last modified: 2024/02/12 11:13
  • by 127.0.0.1