From 6041c693dd4660f1585322c182e83479afb3c381 Mon Sep 17 00:00:00 2001 From: Kyoungkyu Park Date: Sat, 25 Dec 2021 04:48:22 +0900 Subject: ramips: add support for HUMAX E2 HUMAX E2 (also known as HUMAX QUANTUM E2) is a 2.4/5GHz band AC router, based on MediaTek MT7620A. Specifications: - SoC: MT7620A - RAM: DDR2 64MB - Flash: SPI NOR 8MB (MXIC MX25L6405D) - WiFi: - 2.4GHz: SoC internal - 5GHz: MT7610E - Ethernet: 1x 10/100Mbps - Switch: SoC internal - UART: J2 (57600 8N1) - pinout: [3V3] (RXD) (GND) (TXD) Installation and Recovery via TFTP: 1. Connect ethernet cable between Router port and PC Ethernet port. 2. Set your computer to a static IP **192.168.1.1** 3. Turn the device off and wait a few seconds. Hold the WPS button on front of device and insert power. 4. Send a firmware image to **192.168.1.6** using TFTP. You can use any TFTP client. (tftp, curl, Tftpd64...) 5. Wait until Power LED stop flashing. **DO NOT TURN OFF DEVICE!** The device will be automatically rebooted. Signed-off-by: Kyoungkyu Park --- target/linux/ramips/image/mt7620.mk | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'target/linux/ramips/image') diff --git a/target/linux/ramips/image/mt7620.mk b/target/linux/ramips/image/mt7620.mk index c758da5795..498170236a 100644 --- a/target/linux/ramips/image/mt7620.mk +++ b/target/linux/ramips/image/mt7620.mk @@ -526,6 +526,20 @@ define Device/hnet_c108 endef TARGET_DEVICES += hnet_c108 +define Device/humax_e2 + SOC := mt7620a + IMAGE_SIZE := 7744k + DEVICE_VENDOR := HUMAX + DEVICE_MODEL := E2 + DEVICE_ALT0_VENDOR := HUMAX + DEVICE_ALT0_MODEL := QUANTUM E2 + IMAGE/sysupgrade.bin := append-kernel | append-rootfs | \ + edimax-header -s CSYS -m RN75 -f 0x70000 -S 0x01100000 | pad-rootfs | \ + check-size | append-metadata + DEVICE_PACKAGES := kmod-mt76x0e +endef +TARGET_DEVICES += humax_e2 + define Device/sunvalley_filehub_common SOC := mt7620n IMAGE_SIZE := 6144k -- cgit v1.2.3