openwrt/target/linux/ath79/image
David Bauer 0c24b363a6 ath79: add support for Xiaomi Mi Router 4Q
Hardware
--------
CPU:   Qualcomm Atheros QCA9561
RAM:   64M DDR2
FLASH: 16M SPI-NOR
ETH:   1x WAN - 2x LAN
WiFi:  QCA9561 3T3R
BTN:   1x Reset - 1x WPS
LED:   1x Blue - 1x Red - 1x Yellow
UART:  TX - GND - RX - VCC (From ethernet port)
       115200n8 - 3.3V

Installation
------------
1. Connect to the device via UART.

2. Interrupt the U-Boot on power-on by pressing enter when prompted.

3. Connect you computer to one of the routers LAN ports.
   Assign yourself the IP 192.168.31.10/24.
   Copy the OpenWRT initramfs image to a tftp server root directory.
   Rename the image to 'x4q.bin'.

4. Load the initramfs image to the router by executing following command
   in U-Boot. The image will boot afterwards.

   > tftpboot 0x81000000 x4q.bin; bootm

5. SCP the sysupgrade-image into '/tmp'.
   Remember to assign yourself an IP in 192.168.1.0/24 for this step!

6. Install OpenWRT permanently by executing

   > sysupgrade -n /tmp/<OpenWRT-sysupgrade-image>

Signed-off-by: David Bauer <mail@david-bauer.net>
2019-02-11 19:04:06 +01:00
..
lzma-loader ath79: lzma-loader: sync with ar71xx target 2018-06-06 22:25:53 +02:00
common-buffalo.mk ath79: add hwver parameter to buffalo-tag 2018-10-07 15:44:19 +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: remove duplicate image build variables 2018-12-06 13:28:22 +01:00
generic-tp-link.mk ath79: add support for TP-LINK Archer C7 v4 2019-02-05 19:37:31 +01:00
generic-ubnt.mk ar71xx/ath79: switch devices to the -ct driver and firmware 2018-12-17 14:22:28 +01:00
generic.mk ath79: add support for Xiaomi Mi Router 4Q 2019-02-11 19:04:06 +01:00
Makefile ath79: add support for Buffalo BHR-4GRV2 2018-08-09 18:44:57 +02:00
nand.mk ath79: fix boardname of GL.iNet GL-AR300M 2018-12-31 14:24:21 +01:00
tiny-netgear.mk ath79: remove duplicate image build variables 2018-12-06 13:28:22 +01:00
tiny-tp-link.mk ath79: add support for TP-Link TL-WR841N/ND v8 2018-12-31 13:28:31 +01:00
tiny.mk ath79: modify mtd partitions for Buffalo BHR-4GRV2 2018-11-26 12:28:17 +01:00