openwrt/target/linux/ramips/image
David Bauer abe137ff5e ramips: add support for ASUS RT-AC57U
SoC:   MediaTek MT7621AT
RAM:   128M (Winbond W631GG6KB-15)
FLASH: 16MB (Spansion S25FL128SA)
WiFi:  MediaTek MT7603EN bgn 2SS
WiFi:  MediaTek MT7612EN nac 2SS
BTN:   Reset - WPS
LED:    - Power
        - LAN {1-4}
        - WAN
        - WiFi 2.4 GHz
        - WiFi 5 GHz
        - USB
UART:  UART is present next to the Power LED.
       TX - RX - GND - 3V3 / 57600-8N1
       3V3 is the nearest one to the Power LED.

Installation
------------
Via TFTP:
1. Set your computers IP-Address to 192.168.1.75.
2. Power up the Router with the Reset button pressed.
3. Release the Reset button after 5 seconds.
4. Upload OpenWRT sysupgrade image via TFTP:
 > tftp -4 -v -m binary 192.168.1.1 -c put <IMAGE>

Via SSH:
Note: User/password for SSH is identical with the one used in the
Web-interface.
1. Complete the initial setup wizard.
2. Activate SSH under "Administration" -> "System".
3. Transfer the OpenWrt sysupgrade image via scp:
 > scp owrt.bin admin@192.168.1.1:/tmp
4. Connect via SSH to the router.
 > ssh admin@192.168.1.1
5. Write the OpenWrt image to flash.
 > mtd-write -i /tmp/owrt.bin -d linux
6. Reboot the router
 > reboot

Signed-off-by: David Bauer <mail@david-bauer.net>
(cherry picked from commit 14e0e4f138)
2019-07-21 13:10:12 +02:00
..
lzma-loader ramips: Add support for mt7621 to lzma-loader 2018-06-21 06:54:42 +02:00
Makefile ramips: unify JCG helper command definition 2019-05-31 10:30:03 +02:00
mt76x8.mk ramips: add support for TOTOLINK LR1200 2019-06-05 10:26:33 +02:00
mt7620.mk mt7620: disable image generation for Netgear EX2700 2019-07-20 23:40:20 +02:00
mt7621.mk ramips: add support for ASUS RT-AC57U 2019-07-21 13:10:12 +02:00
rt288x.mk ramips: use patch-dtb for F5D8235 V1 2018-04-23 22:07:22 +02:00
rt305x.mk ramips: unify JCG helper command definition 2019-05-31 10:30:03 +02:00
rt3883.mk ramips: add support for Belkin F9K1109v1 2019-03-02 13:04:45 +01:00