openwrt/target/linux/ramips/image
Mieczyslaw Nalewaj c08f8a4a49 ramips: add support for TP-Link EC220-G5 v2
TP-Link EC220-G5 v2 is a dual band router with 4 GbE ports
Advertised as AC1200 for its 867Mbps (2x2) 5GHz band
and 300 Mbps (2x2) 2.4GHz band.

Specs:
- SoC: MediaTek MT7620A
- Ethernet: 4x GbE ports (Realtek RTL8367S)
- Wireless 2.4GHz: MediaTek MT7620A
- Wireless 5GHz: MediaTek MT7612E
- RAM: 64MiB
- ROM: 8MiB (W25Q64BV)
- 2 Buttons (WPS and reset)
- 7 LEDs

Flash instructions via serial console:
1. Rename the factory.bin to to test.bin
2. start a TFTP server from IP address 192.168.0.225 and serve the image named test.bin
3. connect your device to the LAN port
4. power up the router and press 4 on the console to stop the boot process.
5. enter the following commands on the router console
	tftp 0x80060000 test.bin
	erase tplink 0x20000 0x7a0000
	cp.b 0x80060000 0x20000 0x7a0000
	reset

Flash instructions via TFTP:
1. Update orginal firmware of the router to the latest one.
2. Rename openwrt-ramips-mt7620-tplink_ec220-g5-v2-squashfs-tftp-recovery.bin to tp_recovery.bin
3. Change computer IP to 192.168.0.66
4. Run TFTP serwer
5. Start the router with the reset button pressed, the file will be automatically downloaded and after a while the router will restart.
6. After updating, set your computer's IP to DHCP

Signed-off-by: Mieczyslaw Nalewaj <namiltd@yahoo.com>
2024-04-13 17:40:51 +02:00
..
lzma-loader ramips: lzma-loader: use default uart for rt305x 2024-01-02 22:10:34 +01:00
Makefile image: use helper function for size units 2023-11-26 18:37:20 +01:00
common-sercomm.mk ramips: add support for Sercomm CPJ routers 2023-11-25 01:11:18 +01:00
common-tp-link.mk ramips: add basic support for TP-Link EC330-G5u v1 2023-01-14 18:36:33 +01:00
mt76x8.mk ramips: add support for TP-Link RE205 v3 2024-03-23 23:38:33 +01:00
mt7620.mk ramips: add support for TP-Link EC220-G5 v2 2024-04-13 17:40:51 +02:00
mt7621.mk ramips: mt7621: disable Edgerouter X image generation 2024-03-20 12:06:35 +01:00
rt288x.mk treewide: Disable building 32M RAM devices 2023-05-21 01:08:22 +02:00
rt305x.mk treewide: Disable building 32M RAM devices 2023-05-21 01:08:22 +02:00
rt3883.mk treewide: Disable building 32M RAM devices 2023-05-21 01:08:22 +02:00