openwrtv3/target/linux/ramips
Hanqing Wong 38bee61dab ramips: add support for Netgear R6220
This patch adds support for the Netgear R6220, aka Netgear AC1200 and
R6220-100NAS.

Specification:
- SoC: MediaTek MT7621ST (880 MHz)
- Falsh: 128 MiB (Macronix MX30LF1G08AA-TI)
- RAM: 128 MiB (Nanya NT5CB64M16FP-DH)
- Wireless: MediaTek MT7603EN b/g/n , MediaTek MT7612EN an+ac
- LAN speed: 10/100/1000
- LAN ports: 4
- WAN speed: 10/100/1000
- WAN ports: 1
- Serial baud rate of Bootloader and factory firmware: 57600

Installation through telnet:
- Copy kernel.bin and rootfs.bin to a USB flash disk, plug to usb port
  on the router.
- Enable telnet with link: http://192.168.1.1/setup.cgi?todo=debug
  (login if required, default: admin password)
- You will see "Debug Enabled!"
- Telnet 192.168.1.1 and login with "root"
- ls /mnt/shares/ to find out path of your USB disk. 'myUdisk' for
  example.
- cd /mnt/shares/myUdisk
- mtd_write write rootfs.bin Rootfs
- mtd_write write kernel.bin Kernel
- reboot

nmrpflash can be used to recover to the netgear firmware if a broken
image was flashed.

Signed-off-by: Hanqing Wong <hquu@outlook.com>
2017-03-12 09:28:05 +01:00
..
base-files ramips: add support for Netgear R6220 2017-03-12 09:28:05 +01:00
dts ramips: add support for Netgear R6220 2017-03-12 09:28:05 +01:00
files-4.9/drivers/net/ethernet/mtk ramips: fix mt7621 ethernet support for v4.9 2017-02-15 09:12:00 +01:00
image ramips: add support for Netgear R6220 2017-03-12 09:28:05 +01:00
mt7620 ramips: add v4.9 support 2017-02-14 12:17:52 +01:00
mt7621 ramips: fix mt7621 ethernet support for v4.9 2017-02-15 09:12:00 +01:00
mt7628 ramips: add v4.9 support 2017-02-14 12:17:52 +01:00
mt7688 ramips: fix the number of uarts for MT7688 2017-02-16 09:09:37 +01:00
patches-4.4 ramips: rename patch file suffix from .c to .patch 2017-03-01 22:29:57 +01:00
patches-4.9 ramips: rename patch file suffix from .c to .patch 2017-03-01 22:29:57 +01:00
rt288x ramips: add v4.9 support 2017-02-14 12:17:52 +01:00
rt305x ramips: add v4.9 support 2017-02-14 12:17:52 +01:00
rt3883 ramips: add v4.9 support 2017-02-14 12:17:52 +01:00
Makefile build: remove mips16 feature flag from target makefiles 2017-01-24 13:15:01 +01:00
modules.mk ramips: kmod-sdhci-mt7620: switch dependence to kmod-mmc 2017-03-11 08:19:37 +01:00