openwrtv3/target/linux/ath79/image
INAGAKI Hiroshi 30b4f78193 ath79: add support for I-O DATA ETG3-R
I-O DATA ETG3-R is a wired router, based on Atheros AR9342.

Specification:

- Atheros AR9342
- 64 MB of RAM
- 8 MB of Flash
- 5x 10/100/1000 Ethernet
  - AR8327N
- 2x LEDs, 1x key
- UART header on PCB
  - Vcc, GND, TX, RX from ethernet port side
  - 115200n8

Flash instruction using initramfs image:

1. Connect serial cable to UART header on ETG3-R
2. Rename OpenWrt initramfs image to "1500A8C0.img" and place it in
the TFTP directory
3. Set IP address of the computer to 192.168.0.10, connect to the
LAN port of ETG3-R, and start the TFTP server on the computer
4. Connect power cable to ETG3-R and turn on the router
5. Press "Enter" key when the "Hit any key to stop autoboot:" message
is displayed on the console and enter the u-boot cli
6. execute following commands to change kernel address for u-boot
  setenv bootsf 1
  setenv mtd_kernel1 "bootm 0x9f050000"
  saveenv
7. execute "tftpboot; bootm" command to download the initramfs image from
TFTP server and boot with it
8. On the initramfs image, execute "mtd erase firmware" to erase stock
firmware and execute sysupgrade with sysupgrade image for ETG3-R
9. Wait ~150 seconds to complete flashing

Signed-off-by: INAGAKI Hiroshi <musashino.open@gmail.com>
2018-08-23 22:42:15 +02:00
..
lzma-loader ath79: lzma-loader: sync with ar71xx target 2018-06-06 22:25:53 +02:00
common-netgear.mk ath79: mark netgear variables as device specific 2018-08-08 08:11:11 +02:00
common-tp-link.mk ath79: add support for TP-Link RE450 v2 2018-07-02 07:05:33 +02:00
generic-tp-link.mk ath79: add support for TP-Link Archer C7 v1 2018-08-19 18:48:43 +02:00
generic-ubnt.mk ath79: add support for UniFi AC-Mesh Pro 2018-07-07 21:07:40 +02:00
generic.mk ath79: add support for I-O DATA ETG3-R 2018-08-23 22:42:15 +02:00
Makefile ath79: add support for Buffalo BHR-4GRV2 2018-08-09 18:44:57 +02:00
nand.mk ath79: add initial nand support for gl-ar300m 2018-06-18 20:29:38 +02:00
tiny-netgear.mk ath79: cleanup netgear wnr612-v2 supported devices 2018-08-08 08:11:11 +02:00
tiny-tp-link.mk ath79: fix TL-MR3020 image metadata 2018-08-19 18:58:04 +02:00
tiny.mk ath79: add support for Buffalo WHR-G301N 2018-08-16 21:20:57 +02:00