1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux
Shuanglin Liu 53ef20f65a ar71xx: add support for Rockeetech AP531B0
Specification:
- SoC: Qualcomm Atheros QCA9531 (650/400/216 MHz (CPU/DDR/AHB))
- RAM: 64 MiB DDR2
- Storage: 16 MiB of flash (optional 16 MiB second flash)
- Wireless: built into QCA9531 (Honey Bee), PHY modes b/g/n
- Ethernet: 1x100M (port0) 1x100M (port 4)
- PCI-E: x1
- SIMcard slot: x1
- USB 2.0 port: x1 (optional)
- Ext GPIO pin: x8
- UART for serial console: x1
- External watchdog: x1 (optional)
- Power supply: 9-48V (DC jack/passive PoE)

Installation through tftp:
- Copy <Firmware Image Name> into tftp directory
- Connect board via ttl port and Ethernet port
- Boot the AP531B0
- When "Autobooting in 1 seconds" appears press Enter
- Set serverip and ipaddr appropriate
  (e.g. setenv serverip 192.168.88.10;setenv ipaddr 192.168.88.1)
- Enter "tftp 0x8050000 <Firmware Image Name>"
- Enter "erase 0x9f050000 +$filesize"
- Enter "cp.b 0x80500000 0x9f050000 $filesize"
- Enter "reset"

Signed-off-by: Shuanglin Liu <roboidler@gmail.com>
2017-03-12 17:38:31 +01:00
..
adm5120
adm8668
apm821xx kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
ar7
ar71xx ar71xx: add support for Rockeetech AP531B0 2017-03-12 17:38:31 +01:00
arc770 arc770: only calculate entry point address when necessary 2017-02-21 16:10:30 +01:00
archs38 archs38: only calculate entry point address when necessary 2017-02-21 16:10:32 +01:00
arm64
armvirt
at91
ath25
au1000
bcm53xx bcm53xx: parepare for building more Linksys images 2017-03-12 16:24:13 +01:00
brcm47xx kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
brcm63xx brcm63xx: CPVA502+: add SPROM wifi 2017-02-28 13:18:28 +01:00
brcm2708 brcm2708: detect Raspberry Pi Zero W 2017-03-08 09:03:39 +01:00
cns3xxx kernel: update kernel 4.9 to version 4.9.10 2017-02-16 00:46:23 +01:00
gemini
generic kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
imx6 imx6: add DSA driver for MV88E6176 switch 2017-03-12 15:06:52 +01:00
ipq806x kernel: update kernel 4.9 to 4.9.14 2017-03-12 15:45:50 +01:00
ixp4xx kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
kirkwood kirkwood: fix include in etc/board.d/02_network 2017-02-28 23:46:02 +01:00
lantiq kernel: update kernel 4.4 to 4.4.53 2017-03-12 15:46:02 +01:00
layerscape kernel: update kernel 4.4 to 4.4.52 2017-03-03 18:17:47 +01:00
malta malta: restore "be" subtarget from being source-only 2017-03-05 16:34:17 +01:00
mcs814x
mediatek kernel: update kernel 4.9 to 4.9.14 2017-03-12 15:45:50 +01:00
mpc85xx
mvebu kernel: update kernel 4.9 to 4.9.14 2017-03-12 15:45:50 +01:00
mxs
octeon octeon: only copy sysupgrade file if present 2017-02-15 06:36:21 +01:00
omap
omap24xx
orion
oxnas
ppc40x
ppc44x
ramips ramips: sort mt7620 image file alphabetical 2017-03-12 09:28:19 +01:00
rb532
sunxi build: get rid of host.mk 2017-02-26 13:31:44 +01:00
uml build: get rid of host.mk 2017-02-26 13:31:44 +01:00
x86 x86: image: drop unneeded grub call 2017-03-12 15:06:52 +01:00
xburst
zynq build: get rid of host.mk 2017-02-26 13:31:44 +01:00
Makefile