1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-19 14:08:17 +02:00
openwrt/target/linux
Chris Blake f2b7d9dc1c mpc85xx: Add Aerohive HiveAP-330 Access Point
The following adds the Aerohive HiveAP-330 Access Point to LEDE under
the mpc85xx/p1020 subtarget.

Hardware:
- SoC: Freescale P1020NSE2DFB
- NAND: Intel JS28F512M29EWH 64MB
- Memory: 2x ProMOS V59C1G01168QBJ3 128MB (Total of 256MB)
- 2.4GHz WiFi: Atheros AR9390-AL1A
- 5.0GHz WiFi: Atheros AR9390-AL1A
- Eth1: Atheros AR8035-A PoE
- Eth2: Atheros AR8035-A
- TPM: Atmel AT97SC3204
- LED Driver: TI LP5521

Flashing:
1. Hook into UART (9600 baud) and enter U-Boot. You may need to enter a
password of administrator or AhNf?d@ta06 if prompted.
2. Once in U-Boot, tftp boot the initramfs image:
    dhcp;
    tftpboot 0x1000000 192.168.1.101:lede-
mpc85xx-p1020-hiveap-330-initramfs.zImage;
    tftpboot 0x6000000 192.168.1.101:lede-mpc85xx-p1020-hiveap-330.fdt;
    bootm 0x1000000 - 0x6000000;
3. Once booted, scp over the sysupgrade file and sysupgrade the device
to flash LEDE to the NAND.
    sysupgrade /tmp/lede-mpc85xx-p1020-hiveap-330-sysupgrade.img

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
2017-10-14 01:23:47 +02:00
..
adm5120
adm8668
apm821xx
ar7
ar71xx ar71xx: fix section mismatches 2017-10-11 22:36:04 +02:00
arc770
archs38
armvirt armvirt: Enable CONFIG_ARM_PMU 2017-09-16 16:38:10 -07:00
at91 at91: Add ext4 filesystem 2017-10-14 00:33:34 +02:00
ath25
au1000
bcm53xx bcm53xx: backport DTS changes up to the first 4.15 queued commits 2017-10-10 10:22:24 +02:00
brcm47xx brcm47xx: relocate the stack in loader 2017-10-11 21:36:24 +02:00
brcm63xx kernel: update 4.4 to 4.4.86 2017-09-05 08:43:39 +02:00
brcm2708 kernel: bump 4.9 to 4.9.54 2017-10-08 20:51:03 +03:00
cns3xxx cns3xxx: fix GPIO controller interrupt enable 2017-09-11 17:03:21 +02:00
gemini
generic kernel: add fix for bgmac with B50212E B1 PHY 2017-10-13 13:54:22 +02:00
imx6
ipq806x kernel: update 4.9 to 4.9.50 2017-09-18 04:35:57 +03:00
ixp4xx
kirkwood
lantiq kernel: update and refresh patches 2017-10-08 16:31:58 +03:00
layerscape layerscape: only support 64-bit for ls1088ardb/ls2088ardb 2017-10-12 23:40:27 +02:00
malta
mcs814x
mediatek mediatek: fix a sleep while atomic bug inside the ethernet driver 2017-10-09 11:29:01 +02:00
mpc85xx mpc85xx: Add Aerohive HiveAP-330 Access Point 2017-10-14 01:23:47 +02:00
mvebu kernel: update and refresh patches 2017-10-08 16:31:58 +03:00
mxs
octeon
omap
omap24xx
orion
oxnas kernel: bump 4.4 to 4.4.91 2017-10-08 20:51:03 +03:00
pistachio
ppc40x
ppc44x
ramips ramips/mt76x8: add initramfs support for tplink 841n v13 2017-10-09 17:34:41 +02:00
rb532 treewide: drop obsolete kernel config options 2017-10-04 20:08:15 +02:00
sunxi sunxi: build image for the NanoPi NEO 2017-10-08 17:16:39 +02:00
uml
x86 x86: fix reboot on apu2 boards 2017-10-05 21:14:43 +02:00
xburst
zynq
Makefile