Routerich BE7200
From TechInfoDepot
Jump to navigationJump to search
| abgn+ac+ax+be (BE7200) | |
|---|---|
| Routerich BE 7200 | |
|
| |
| Homepage | Product page |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Routerich BE7200 |
| FCC ID | none specified |
| Type | wireless router |
| CPU1 | MediaTek MT7987AV |
| CPU1 Type | ARM Cortex-A53 |
| CPU1 Speed | 2.0 GHz ( 4 cores ) 64-bit |
| Flash1 Chip | Giga Device Model? |
| Flash1 Size | 512 MiB 536,870,912 B <br />4,194,304 Kib <br />524,288 KiB <br />4,096 Mib <br />0.5 GiB <br /> (SPI NAND) |
| RAM1 Size | 1 GiB 1,024 MiB <br />1,073,741,824 B <br />8,388,608 Kib <br />1,048,576 KiB <br />8,192 Mib <br /> (DDR4) |
| RAM1 Chip | Brand? Model? |
| ETH chip1 | MediaTek MT7987AV |
| Switch | Airoha AN8855AE |
| Ethernet Port Count |
1-2.5GbE-WAN 3-1GbE-LAN |
| Wired Standard | IEEE 802.3i/3u/3ab/3bz |
| Stock bootloader | U-Boot |
| Stock FW OS | Linux OpenWrt |
| Expansion IF types | USB 3.0 |
| USB ports | 1 |
| USB Hub Compatible | Untested |
| Power | 12 VDC, 1.5 A |
| Serial Port (UART) | yes, 1, (115200 8N1) |
| JTAG Port | no |
|
Flags: | |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Radio 1 | |
| Chip1 | MediaTek MT7992E |
| Chip2 | MediaTek MT7975N |
| Wireless interface OUI | 24:0F:5E |
| Antenna Connector Type | none specified |
| MIMO status | 4x4:4 |
| Wireless Standard | IEEE 802.11b/g/n/ax/be |
| 802.11be | up to 1356 Mbps |
| ax-QAM | up to 1376 Mbps |
| 802.11ax | up to 1148 Mbps |
| 802.11n | up to 600 Mbps |
| 802.11g | up to 54 Mbps |
| 802.11b | up to 11 Mbps |
| WiFi Operating Frequency | 2.4 GHz |
| Radio 2 | |
| Chip1 | MediaTek MT7992E |
| Chip2 | MediaTek MT7979N |
| Wireless interface OUI | 24:0F:5E |
| Antenna Connector Type | none specified |
| MIMO status | 4x5:4 |
| Wireless Standard | IEEE 802.11a/n/ac/ax/be |
| 802.11be | up to 5765 Mbps |
| AX-QAM | up to 4804 Mbps |
| 802.11ax | up to 2402 Mbps |
| 802.11ac | up to 1733 Mbps |
| 802.11n | up to 600 Mbps |
| 802.11a | up to 54 Mbps |
| WiFi Operating Frequency | 5 GHz |
For a list of all currently documented Airoha (EcoNet) chipsets with specifications, see Airoha.
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
Overview
Some data from OpenWrt, other data assumed from simmilar devices based on known specs.
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: mediatek
Subtarget: filogic
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 25.12.0
Current supported version: 25.12.0
Subtarget: filogic
Package architecture: aarch64_cortex-a53
Supported Since Commit
Support started version: 25.12.0
Current supported version: 25.12.0
LAN Hardware: Airoha AN8855AE
WLAN Hardware: MediaTek MT7992E
WLAN Comment: MediaTek MT7992E, WiFi 7
Installation method(s):
see git-commit
Install Comment:
Web OEM
Recovery method(s):
see git-commit
Recovery Comment:
Web (stock U-Boot), tftp (OpenWrt U-Boot)
WLAN Hardware: MediaTek MT7992E
WLAN Comment: MediaTek MT7992E, WiFi 7
Installation method(s):
see git-commit
Install Comment:
Web OEM
Recovery method(s):
see git-commit
Recovery Comment:
Web (stock U-Boot), tftp (OpenWrt U-Boot)
| git • >> |
|---|
mediatek: add support for Routerich BE7200
This PR adds support for Routerich BE7200 router.
Specification
-------------
- SoC : MediaTek MT7987A Quad-core ARM Cortex-A53 2.0 GHz
- RAM : 1024 MiB DDR4
- Flash : SPI-NAND 512 MiB (Giga Device)
- WLAN : MediaTek MT7992E, WiFi 7
- 2.4 GHz : b/g/n/ax, MIMO 4x4
- 5 GHz : a/n/ac/ax, MIMO 4x4
- Ethernet : 10/100/1000 Mbps x3 (LAN, Airoha AN8855AE)
10/100/1000/2500 Mbps x1 (WAN, SoC internal phy)
- USB : 3.0 x1
- Buttons : Mesh, Reset
- LEDs : 1x Status (blue), gpio-controlled
1x WiFi (blue), gpio-controlled
1x mesh (blue), gpio-controlled
3x LAN activity (blue), gpio-controlled
1x WAN activity (blue), gpio-controlled
1x WAN no-link (red), gpio-controlled
- Power : 12 VDC, 1.5 A
Installation
------------
1. Update stock firmware via the web interface (don't keep settings).
Update U-Boot (optional)
------------------------
After installing OpenWrt, you may want to install opensource U-Boot.
1. Install kmod-mtd-rw:
apk update && apk add kmod-mtd-rw
2. Unlock bootloader:
insmod mtd-rw i_want_a_brick=1
mtd unlock BL2
mtd unlock FIP
3. Download and write open-source BL2 and FIP:
cd /tmp
wget https://.../openwrt-mediatek-filogic-routerich_be7200-preloader.bin
wget https://.../openwrt-mediatek-filogic-routerich_be7200-bl31-uboot.fip
mtd write /tmp/openwrt-mediatek-filogic-routerich_be7200-preloader.bin BL2
mtd write /tmp/openwrt-mediatek-filogic-routerich_be7200-bl31-uboot.fip FIP
4. Reboot the router.
Return to stock
---------------
1. Update OpenWrt wirh the vendor's firmware (don't keep settings).
Recovery (original U-Boot)
-----------------------------
1. Press Reset button and power on the router. After ~10 sec release
the button;
2. Upload and flash squashfs-sysupgrade.itb image via the web interface.
Recovery (open-source U-Boot)
-----------------------------
1. Place OpenWrt
'openwrt-mediatek-filogic-routerich_be7200-initramfs-recovery.itb'
image on the tftp server (IP: 192.168.1.254)
2. Press Reset button and power on the router. After ~10 sec release
the button.
3. Use OpenWrt initramfs system for recovery
Recovery (full disaster)
------------------------
Use UART and mtk_uartboot tool.
Link: https://github.com/981213/mtk_uartboot
USB power control
-----------------
Disable: echo disabled > /sys/devices/platform/usb-power/state
Enable: echo enabled > /sys/devices/platform/usb-power/state
UART
----
UART pins are silkscreened on the PCB. Don't connect Vcc.
Serial connection parameters: 115200, 8n1, 3.3V
MAC addresses
-------------
+---------+-------------------+-----------+
| | MAC | Algorithm |
+---------+-------------------+-----------+
| WAN | 24:0f:5e:xx:xx:30 | label |
| LAN | 24:0f:5e:xx:xx:31 | label+1 |
| WLAN 2g | 24:0f:5e:xx:xx:32 | label+2 |
| WLAN 5g | 24:0f:5e:xx:xx:33 | label+3 |
+---------+-------------------+-----------+
The WLAN 2g MAC was found in 'Factory', 0x4
|
Categories:
- Routerich
- Embedded system/wireless router
- Embedded System MediaTek
- Embedded System MT7987AV
- MediaTek
- Embedded System ARM
- Embedded System Cortex-A53
- Embedded System Airoha
- Embedded System AN8855AE
- Airoha
- OpenWrt Supported
- Embedded System MT7992E
- Embedded System MT7975N
- Has Mimo Status
- Embedded System IEEE 802.11b/g/n/ax/be
- Embedded System MT7979N
- Embedded System IEEE 802.11a/n/ac/ax/be
- Dual-Radio Wireless Embedded System
- Wireless Embedded System
- Dual-Band
- Embedded System
- English Documentation