openwrtv4/target/linux/ar71xx/image
Chris Blake 10d11859df ar71xx: add support for Aerohive AP-121
This adds support for Aerohive AP-121 access point.

Specification:
- SoC: Atheros AR9344-BC2A at 560MHz
- WiFi 1: 2.4GHz Atheros AR9340? - SoC
- WiFi 2: 5.0GHz Atheros AR9382-AL1A
- Memory: 128MB from 2x Nanya NT5TU32M16DG-AC
- SPI: 1MB Macronix MX25L8006E
- NAND: 128MB Hynix H27U1G8F2BTR-BC
- Ethernet: Atheros AR8035-A
- USB: 1x 2.0
- TPM: Atmel SC3204

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, download and flash LEDE factory image over tftp:

dhcp;
setenv serverip tftp-server-ip;
tftpboot 0x81000000 lede-ar71xx-nand-hiveap-121-squashfs-factory.bin;
nand erase 0x800000 0x800000;
nand write 0x81000000 0x800000 0x800000;
reset;

Signed-off-by: Chris Blake <chrisrblake93@gmail.com>
[minor text changes in commit subject and description, fixed
alphabetical order in etc/diag.sh, use only model name in lib/ar71xx.sh,
fixed code style issues in mach-hiveap-121.c, ubinized factory image]
Signed-off-by: Piotr Dymacz <pepe2k@gmail.com>
2017-05-15 22:58:59 +02:00
..
lzma-loader ar71xx/lzma-loader: fix O32 ABI conformance 2016-01-17 15:29:03 +00:00
generic.mk ar71xx: move Zbtlink ZBT-WE1526 to generic build target 2017-05-15 22:43:33 +02:00
legacy-devices.mk ar71xx: move Zbtlink ZBT-WE1526 to generic build target 2017-05-15 22:43:33 +02:00
legacy.mk ar71xx: move Zbtlink ZBT-WE1526 to generic build target 2017-05-15 22:43:33 +02:00
Makefile ar71xx: convert mikrotik routerboard support to UBI 2017-01-16 20:40:12 +01:00
mikrotik.mk ar71xx: enable nand-utils in the mikrotik subtarget to ensure it makes it to initramfs 2017-05-12 13:29:55 +02:00
nand.mk ar71xx: add support for Aerohive AP-121 2017-05-15 22:58:59 +02:00
tp-link.mk ar71xx: tp-link.mk: always include device version in image and DEVICE_TITLE 2017-04-03 12:29:07 +02:00
ubinize-nbg6716.ini ar71xx: nbg6716: Enable procd nand sysupgrage 2014-06-26 11:43:38 +00:00
ubinize-wndr4300.ini ar71xx: remove old jffs2 marker from image generation on nand targets 2014-06-24 18:14:18 +00:00
ubnt.mk ar71xx: add support for UniFi-AC-Mesh 2017-05-15 22:43:33 +02:00