openwrt/target/linux/ath79/image
Piotr Dymacz c65c306d33 ath79: add support for Wallys DR531
Wallys DR531 is based on Qualcomm Atheros QCA9531 v2. Support for this
device was first introduced in e767980eb8 (ar71xx target).

Specifications:

- Qualcomm/Atheros QCA9531 v2
- 550/400/200 MHz (CPU/DDR/AHB)
- 2x 10/100 Mbps Ethernet
- 64 MB of RAM (DDR2)
- 8 MB of flash (SPI NOR)
- 2T2R 2.4 GHz Wi-Fi, with external PA (SE2576L), up to 30 dBm
- 2x MMCX connectors (optional IPEX/U.FL)
- mini PCIe connector (PCIe/USB buses and mini SIM slot)
- 7x LED, 1x button, 1x optional buzzer
- UART, JTAG and LED headers on PCB

Flash instruction (do it under U-Boot, using UART):

  tftpb 0x80060000 openwrt-ath79-...-dr531-squashfs-sysupgrade.bin
  erase 0x9f050000 +$filesize
  cp.b $fileaddr 0x9f050000 $filesize
  setenv bootcmd "bootm 0x9f050000"
  saveenv && reset

Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2020-09-28 01:28:37 +02:00
..
bin ath79: add support for PISEN WMB001N 2019-08-08 21:00:59 +08:00
lzma-loader ath79: move lzma-loader to the end of available RAM 2020-01-23 15:28:03 +01:00
common-buffalo.mk ath79: use common device definition for Buffalo devices 2020-09-16 17:31:03 +02:00
common-mikrotik.mk ath79/mikrotik: create shared device definitions for nor and nand 2020-08-01 18:31:24 +02:00
common-netgear.mk ath79: reorganize common image definitions for Netgear 2020-07-29 12:08:16 +02:00
common-tp-link.mk ath79: replace custom uImageArcher generation 2020-06-29 01:08:09 +02:00
common-yuncore.mk ath79: add support for YunCore TFTP image generation 2019-11-25 17:32:46 +01:00
generic-tp-link.mk ath79: support for TP-Link EAP225-Wall v2 2020-09-12 19:37:24 +02:00
generic-ubnt.mk ath79: add support for Ubiquiti UniFi AP Pro 2020-09-17 18:07:39 +02:00
generic.mk ath79: add support for Wallys DR531 2020-09-28 01:28:37 +02:00
Makefile ath79: drop Build/loader-kernel-cmdline 2020-09-06 19:43:08 +02:00
mikrotik.mk ath79: add support for MikroTik SXT 5nD r2 (SXT Lite5) 2020-08-12 14:03:17 +02:00
nand.mk ath79/nand: add support for Netgear WNDR4300TN 2020-08-06 16:56:07 +02:00
tiny-netgear.mk ath79: disable default build for devices with 4M flash 2020-07-29 12:08:16 +02:00
tiny-tp-link.mk ath79: add support for TP-Link TL-WA901ND v3 2020-08-08 20:40:48 +02:00
tiny.mk ath79: use common device definition for Buffalo devices 2020-09-16 17:31:03 +02:00