From e767980eb897fbefc320f97b65944ce690ed1726 Mon Sep 17 00:00:00 2001 From: Piotr Dymacz Date: Thu, 16 Jun 2016 18:08:03 +0200 Subject: ar71xx: add support for Wallys DR531 Wallys DR531 is based on Qualcomm Atheros QCA9531 v2. Short specification: - 550/400/200 MHz (CPU/DDR/AHB) - 2x 10/100 Mbps Ethernet - 64 MB of RAM (DDR2) - 8 MB of FLASH - 2T2R 2.4 GHz with external PA (SE2576L), up to 30 dBm - 2x MMCX connectors - mini-PCIe connector with PCIe/USB buses and SIM slot - 7x LED, 1x button, 1x optional buzzer - UART, (E)JTAG and LED headers Default configuration: - WAN on eth1 (RJ45 near DC jack) - LAN on eth0 (RJ45 near button) - S4 LED set to be status LED - all LEDs configurable form user space - button configured for reset Flash instruction (do it under U-Boot, using UART): 1. tftp 0x80060000 lede-ar71xx-generic-dr531-squashfs-sysupgrade.bin 2. erase 0x9f050000 +$filesize 3. cp.b $fileaddr 0x9f050000 $filesize 4. setenv bootcmd "bootm 0x9f050000" 5. saveenv && reset Signed-off-by: Piotr Dymacz --- target/linux/ar71xx/image/generic.mk | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'target/linux/ar71xx/image/generic.mk') diff --git a/target/linux/ar71xx/image/generic.mk b/target/linux/ar71xx/image/generic.mk index ea3273e141..bff3d263cc 100644 --- a/target/linux/ar71xx/image/generic.mk +++ b/target/linux/ar71xx/image/generic.mk @@ -67,6 +67,15 @@ define Device/gl-domino endef TARGET_DEVICES += gl-domino +define Device/dr531 + DEVICE_TITLE := Wallys DR531 + DEVICE_PACKAGES := kmod-usb-core kmod-usb2 + BOARDNAME = DR531 + IMAGE_SIZE = 7808k + MTDPARTS = spi0.0:192k(u-boot)ro,64k(u-boot-env),64k(partition-table)ro,7808k(firmware),64k(art)ro +endef +TARGET_DEVICES += dr531 + define Device/wndr3700 DEVICE_TITLE := NETGEAR WNDR3700 DEVICE_PACKAGES := kmod-usb-core kmod-usb-ohci kmod-usb2 kmod-ledtrig-usbdev kmod-leds-wndr3700-usb -- cgit v1.2.3