You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openwrt/target/linux/ath79
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>
5 years ago
..
base-files ath79: add support for Xiaomi Mi Router 4Q 5 years ago
dts ath79: add support for Xiaomi Mi Router 4Q 5 years ago
files ath79: ag71xx: Fix tx queue timeouts during ifup 5 years ago
generic ath79: add support for devolo WiFi pro 1200e 6 years ago
image ath79: add support for Xiaomi Mi Router 4Q 5 years ago
nand treewide: use wpad-basic for not small flash targets 6 years ago
patches-4.14 kernel: bump 4.14 to 4.14.95 5 years ago
tiny treewide: use wpad-basic for not small flash targets 6 years ago
Makefile ath79: Remove source-only flag 6 years ago
config-4.14 ath79: add support for D-Link DIR-859 A1 6 years ago
modules.mk ath79: add new OF only target for QCA MIPS silicon 6 years ago