Hongdian H8922 v30
From TechInfoDepot
Jump to navigationJump to search
| bgn (N300) | |
|---|---|
| 3G/4G Router | |
|
| |
| 3rd Party Firmware | |
| dd-wrt | Status Unknown |
| OpenWrt | Supported |
| Tomato any flavor | Incompatible |
| Gargoyle | Status Unknown |
| Platform | |
| Brand • Model • Rev | Hongdian H8922 v30 |
| FCC ID | none specified |
| Type | wireless router |
| CPU1 | MediaTek MT7620A |
| CPU1 Type | MIPS 24KEc |
| CPU1 Speed | 580 MHz 32-bit |
| Flash1 Chip | Brand? Model? |
| Flash1 Size | 16 MiB 16,777,216 B <br />131,072 Kib <br />16,384 KiB <br />128 Mib <br />0.0156 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 | Brand? Model? |
| ETH chip1 | MediaTek MT7620A |
| Switch | MediaTek MT7620A |
| Ethernet Port Count |
1-100MbE-WAN 4-100MbE-LAN |
| Wired Standard | IEEE 802.3i/3u |
|
802dot11 OUI: none specified | |
| Stock bootloader | U-Boot |
| Expansion IF types | Mini PCIe |
| Mini PCIe slots | 2 |
| Power | 5-36 VDC, 1.5 A |
| Serial Port (UART) | yes, 3.3V TTL, (115200 8N1) |
| JTAG Port | no |
|
Flags: | |
|
| |
| Other | |
|
| |
| 3rd Party Firmware Support |
OpenWrt • (List | Dev | DLs) |
| Radio 1 | |
| Chip1 | MediaTek MT7620A |
| Wireless interface OUI | none specified |
| Antenna Connector Type | none specified |
| 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 |
For a list of all currently documented MediaTek chipsets with specifications, see MediaTek.
- • 300 Mbps - 2SS 2.4GHz 802.11n (40MHz chan.) = N300 class
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: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 24.10.1
Current supported version: 24.10.5
Subtarget: mt7620
Package architecture: mipsel_24kc
Supported Since Commit
Support started version: 24.10.1
Current supported version: 24.10.5
LAN Hardware: MediaTek MT7620A
WLAN Hardware: MediaTek MT7620A
Installation method(s):
see git-commit
Install Comment:
Original Firmware Dump / More details: https://blog.gov.cooking/archives/research-hongdian-h8922-and-flash.html
WLAN Hardware: MediaTek MT7620A
Installation method(s):
see git-commit
Install Comment:
Original Firmware Dump / More details: https://blog.gov.cooking/archives/research-hongdian-h8922-and-flash.html
| git • >> |
|---|
ramips: add support for Hongdian H8922 v30 This is an industrial 4G router equipped with OpenWrt 14.07 OEM customized version WARNING: The original firmware device tree is common to multiple boards, and the device tree name is H9350. This submitted device tree is a modified version, which deletes the non-this-device parts and adds GPIO watchdog. Specification: - SoC: MediaTek MT7620A - Flash: 16 MB - RAM: 128 MB - Power: DC 5V-36V 1.5A - Ethernet: 1x WAN, 4x LAN (10/100 Mbps) - Wireless radio: 802.11n 2.4g-only - LED: System/Power (RUN): GPIO/26 active-low Ethernet: 1x WAN, 4x LAN Modem 1: GPIO/66 active-low RF 1 (Modem 1 Signal): GPIO/67 active-low Modem 2: GPIO 71 active-low RF 2 (Modem 2 Signal): GPIO/24 active-low WLAN: GPIO/72 active-low WPS: GPIO/12 active-low - Button: WPS / RESET: GPIO/34 active-low - UART: 1x UART on PCB - 115200 8N1 - GPIO Watchdog: GPIO/62 mode=toggle timeout=1s - PCIe: 2x miniPCIe for modem - SIM Slots: 2x SIM Slots Issue: - No factory partition, eeprom is located at /lib/firmware/mt7620a.eeprom Flash instruction: Using UART: 1. Configure PC with a static IP address and setup an TFTP server. 2. Put rootfs into the tftp directory. 3. Connect the UART line as described on the PCB. 4. Power up the device and press Ctrl+C to break auto boot. 5. Use `system 6` command and follow the instruction to set device and tftp server IP address and input the rootfs file name. U-boot will then load the rootfs and write it into the flash. 6. Use `system 1` command and follow the instruction to set device and tftp server IP address and input the firmware file name. U-boot will then load the firmware once. 7. Login to LuCI and use LuCI upgrade firmware. Original Firmware Dump / More details: https://blog.gov.cooking/archives/research-hongdian-h8922-and-flash.html Signed-off-by: Coia Prant Tested-by: Coia Prant Link: https://github.com/openwrt/openwrt/pull/17472 Signed-off-by: Hauke Mehrtens |