MTS WG430223
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac (AC1200) | |
|---|---|
| MTS WG430223 | |
|
| |
| Homepage | Product page |
| WikiDevi.wi-cat.ru | MTS WG430223 |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | MTS WG430223 |
| FCC ID | none specified |
| Type | wireless router |
| CPU1 | MediaTek MT7621AT |
| CPU1 Type | MIPS 1004Kc |
| CPU1 Speed | 880 MHz ( 2 cores ) 16-bit |
| Flash1 Chip | Winbond W29N01HVSINF |
| Flash1 Size | 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> |
| RAM1 Size | 128 MiB 134,217,728 B <br />1,048,576 Kib <br />131,072 KiB <br />1,024 Mib <br />0.125 GiB <br /> |
| RAM1 Chip | Winbond W631GG6MB |
| ETH chip1 | MediaTek MT7621AT |
| Switch | MediaTek MT7621AT |
| Ethernet Port Count |
1-1GbE-WAN 2-1GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Stock FW OS | Linux |
| Expansion IF types | none specified |
| Power | 12 VDC, 1 A |
| Connector type | barrel |
| Serial Port (UART) | yes, 4-pin header, J4, 3.3V TTL, (57600 8N1) |
|
Flags: | |
|
Additional chips | |
| Other | |
|
Default SSID: MTSRouter_2.4G_XXXXXX | |
| Manuf/OEM/ODM | Arcadyan WG430223 |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Retail | |
| Availability | MTS |
| (Est.) release date | November 2020 |
| Country of manuf | China |
| Radio 1 | |
| Chip1 | MediaTek MT7615DN |
| Wireless interface OUI | none specified |
| Antenna Connector Type | U.FL |
| MIMO status | 2x2:2 |
| Wireless Standard | IEEE 802.11b/g/n |
| 802.11n | up to 300 Mbps |
| 802.11g | up to 54 Mbps |
| 802.11b | up to 11 Mbps |
| WiFi Operating Frequency | 2.4 GHz |
| Radio 2 | |
| Chip1 | MediaTek MT7615DN |
| Wireless interface OUI | none specified |
| Antenna Connector Type | U.FL |
| MIMO status | 2x2:2 |
| Wireless Standard | IEEE 802.11a/n/ac |
| 802.11ac | up to 867 Mbps |
| 802.11n | up to 300 Mbps |
| 802.11a | up to 54 Mbps |
| WiFi Operating Frequency | 5 GHz |
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
Flashing
| NOTE: During configuration or flashing a device, the only things that should be hooked to the device is the computer and power. |
Flashing OpenWrt
Target: ramips
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 22.03.0
Current supported version: 25.12.2
Subtarget: mt7621
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 22.03.0
Current supported version: 25.12.2
LAN Hardware: MediaTek MTK7530
WLAN Hardware: MediaTek MT7615DN
WLAN Comment: DBDC, MIMO 2x2 2.4 and 5 GHz
Installation method(s):
See devicepage, see git-commit
Recovery method(s):
See forum
WLAN Hardware: MediaTek MT7615DN
WLAN Comment: DBDC, MIMO 2x2 2.4 and 5 GHz
Installation method(s):
See devicepage, see git-commit
Recovery method(s):
See forum
| git • >> |
|---|
ramips: add support for MTS WG430223
MTS WG430223 is a wireless AC1300 (WiFi 5) router manufactured by
Arcadyan company. It's very similar to Beeline Smartbox Flash (Arcadyan
WG443223).
Device specification
--------------------
SoC Type: MediaTek MT7621AT
RAM: 128 MiB
Flash: 128 MiB (Winbond W29N01HV)
Wireless 2.4 GHz (MT7615DN): b/g/n, 2x2
Wireless 5 GHz (MT7615DN): a/n/ac, 2x2
Ethernet: 3xGbE (WAN, LAN1, LAN2)
USB ports: No
Button: 1 (Reset/WPS)
LEDs: 2 (Red, Green)
Power: 12 VDC, 1 A
Connector type: Barrel
Bootloader: U-Boot (Ralink UBoot Version: 5.0.0.2)
OEM: Arcadyan WG430223
Installation
------------
1. Login to the router web interface (superadmin:serial number)
2. Navigate to Administration -> Miscellaneous -> Access control lists &
enable telnet & enable "Remote control from any IP address"
3. Connect to the router using telnet (default admin:admin)
4. Place *factory.trx on any web server (192.168.1.2 in this example)
5. Connect to the router using telnet shell (no password required)
6. Save MAC adresses to U-Boot environment:
uboot_env --set --name eth2macaddr --value $(ifconfig | grep eth2 | \
awk '{print $5}')
uboot_env --set --name eth3macaddr --value $(ifconfig | grep eth3 | \
awk '{print $5}')
uboot_env --set --name ra0macaddr --value $(ifconfig | grep ra0 | \
awk '{print $5}')
uboot_env --set --name rax0macaddr --value $(ifconfig | grep rax0 | \
awk '{print $5}')
7. Ensure that MACs were saved correctly:
uboot_env --get --name eth2macaddr
uboot_env --get --name eth3macaddr
uboot_env --get --name ra0macaddr
uboot_env --get --name rax0macaddr
8. Download and write the OpenWrt images:
cd /tmp
wget http://192.168.1.2/factory.trx
mtd_write erase /dev/mtd4
mtd_write write factory.trx /dev/mtd4
9. Set 1st boot partition and reboot:
uboot_env --set --name bootpartition --value 0
Back to Stock
-------------
1. Run in the OpenWrt shell:
fw_setenv bootpartition 1
reboot
2. Optional step. Upgrade the stock firmware with any version to
overwrite the OpenWrt in Slot 1.
MAC addresses
-------------
+-----------+-------------------+----------------+
| Interface | MAC | Source |
+-----------+-------------------+----------------+
| label | A4:xx:xx:51:xx:F4 | No MACs was |
| LAN | A4:xx:xx:51:xx:F6 | found on Flash |
| WAN | A4:xx:xx:51:xx:F4 | [1] |
| WLAN_2g | A4:xx:xx:51:xx:F5 | |
| WLAN_5g | A6:xx:xx:21:xx:F5 | |
+-----------+-------------------+----------------+
[1]:
a. Label wasb't found neither in factory nor in other places.
b. MAC addresses are stored in encrypted partition "glbcfg". Encryption
key hasn't known yet. To ensure the correct MACs in OpenWrt, a hack
with saving of the MACs to u-boot-env during the installation was
applied.
c. Default Ralink ethernet MAC address (00:0C:43:28:80:A0) was found in
"Factory" 0xfff0. It's the same for all MTS WG430223 devices. OEM
firmware also uses this MAC when initialazes ethernet driver. In
OpenWrt we use it only as internal GMAC (eth0), all other MACs are
unique. Therefore, there is no any barriers to the operation of several
MTS WG430223 devices even within the same broadcast domain.
Stock firmware image format
---------------------------
The same as Beeline Smartbox Flash but with another trx magic
+--------------+---------------+----------------------------------------+
| Offset | | Description |
+==============+===============+========================================+
| 0x0 | 31 52 48 53 | TRX magic "1RHS" |
+--------------+---------------+----------------------------------------+
Signed-off-by: Mikhail Zhilkin
|
JTAG-Serial Info
Serial
Serial Pinouts
- J4 - 4-pin header (1 - VCC, 2 - TX, 3 - RX, 4 - GND)
MTD
dev: size erasesize name mtd0: 07f80000 00020000 "ALL" mtd1: 00100000 00020000 "Bootloader" mtd2: 00100000 00020000 "Config" mtd3: 00100000 00020000 "Factory" mtd4: 02000000 00020000 "Kernel" mtd5: 01be0000 00020000 "RootFS" mtd6: 02000000 00020000 "Kernel2" mtd7: 01be0000 00020000 "RootFS2" mtd8: 00200000 00020000 "glbcfg" mtd9: 00100000 00020000 "board_data" mtd10: 00200000 00020000 "glbcfg2" mtd11: 00100000 00020000 "board_data2" mtd12: 03680000 00020000 "data"
Categories:
- MTS
- Embedded system/wireless router
- Embedded System MediaTek
- Embedded System MT7621AT
- MediaTek
- Embedded System MIPS 1004Kc
- Embedded System
- Manuf Arcadyan
- OpenWrt Supported
- Embedded System MT7615DN
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n
- Embedded System IEEE 802.11a/n/ac
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- English Documentation