ramips: add support for DomyWifi DM202/DM203/DW22D
Specifications: * SOC: MT7620A + MT7610E * ROM: 16 MiB spi flash (W25Q128FVSG) * RAM: 128 MiB DDR2 (W971GG6KB-25) * WAN: 10/100M *1 * LAN: 10/100M *4 * USB: Type-A USB2.0 *1 * SD: MicroSD *1 * Button: Reset *1 * Antennas: 2.4 GHz *2 + 5 GHz *1 * TTL Baudrate: 57600 * U-Boot Recovery: IP: 10.10.10.123, Server: 10.10.10.3 Installation: * Web UI Update 1. Open http://192.168.10.1/upgrade.html in the browser. 2. Rename firmware to a short name like firmware.bin and then upload it. 3. Fill in the password column with the following content: password | mtd -x mIp2osnRG3qZGdIlQPh1 -r write /tmp/firmware.bin firmware * TFTP + U-Boot 1. Connect device with a TTL cable. 2. Press "2" when booting to select "Load system code then write to Flash via TFTP". 3. Upload firmware by tftpd64, it will boot when write instruction is executed. Signed-off-by: Shiji Yang <yangshiji66@qq.com>
This commit is contained in:
committed by
Adrian Schmutzler
parent
09143282bd
commit
a73a8269e1
@@ -308,6 +308,33 @@ define Device/dlink_dwr-960
|
||||
endef
|
||||
TARGET_DEVICES += dlink_dwr-960
|
||||
|
||||
define Device/domywifi_dm202
|
||||
SOC := mt7620a
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := DomyWifi
|
||||
DEVICE_MODEL := DM202
|
||||
DEVICE_PACKAGES := kmod-mt76x0e kmod-sdhci-mt7620 kmod-usb2 kmod-usb-ohci
|
||||
endef
|
||||
TARGET_DEVICES += domywifi_dm202
|
||||
|
||||
define Device/domywifi_dm203
|
||||
SOC := mt7620a
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := DomyWifi
|
||||
DEVICE_MODEL := DM203
|
||||
DEVICE_PACKAGES := kmod-mt76x0e kmod-sdhci-mt7620 kmod-usb2 kmod-usb-ohci
|
||||
endef
|
||||
TARGET_DEVICES += domywifi_dm203
|
||||
|
||||
define Device/domywifi_dw22d
|
||||
SOC := mt7620a
|
||||
IMAGE_SIZE := 16064k
|
||||
DEVICE_VENDOR := DomyWifi
|
||||
DEVICE_MODEL := DW22D
|
||||
DEVICE_PACKAGES := kmod-mt76x0e kmod-sdhci-mt7620 kmod-usb2 kmod-usb-ohci
|
||||
endef
|
||||
TARGET_DEVICES += domywifi_dw22d
|
||||
|
||||
define Device/dovado_tiny-ac
|
||||
SOC := mt7620a
|
||||
IMAGE_SIZE := 7872k
|
||||
|
||||
Reference in New Issue
Block a user