mirror of
https://github.com/Telecominfraproject/wlan-ap.git
synced 2025-12-23 04:12:31 +00:00
Device specifications:
======================
* Qualcomm IPQ6000
* 512 MB of RAM
* 64 MB of SPI NOR flash
- 2x 28 MB available; but one of the 28 MB regions is the recovery image
* 2T2R 2.4 GHz Wi-Fi (11ax)
* 2T2R 5 GHz Wi-Fi (11ax)
* multi-color LED (controlled via red/green/blue GPIOs)
* 1x GPIO-button (reset)
* external h/w watchdog (enabled by default))
* TTL pins are on board
* 2x ethernet
- eth0
+ 1000 Mbps Ethernet
+ used as LAN interface
- eth1
+ 1000 Mbps Ethernet
+ 802.3at POE
+ used as WAN interface
* 12 2A DC
* internal antennas
Flashing instructions:
======================
Various methods can be used to install the actual image on the flash.
Two easy ones are:
ap51-flash
----------
The tool ap51-flash (https://github.com/ap51-flash/ap51-flash) should be
used to transfer the image to the u-boot when the device boots up.
initramfs from TFTP
-------------------
The serial console must be used to access the u-boot shell during bootup.
It can then be used to first boot up the initramfs image from a TFTP server
(here with the IP 192.168.1.21):
setenv serverip 192.168.1.21
setenv ipaddr 192.168.1.1
setenv bootargs 'console=ttyMSM0,115200n8 rootfstype=squashfs,jffs2 board=PAX1800v2 root=31:10 mtdparts=spi32766.0:768k(0:SBL1),64k(0:MIBIB),1664k(0:QSEE),64k(0:DEVCFG),128k(0:RPM),64k(0:CDT),64k(0:APPSBLENV),640k(0:APPSBL),256k(0:ART),28672k(inactive),28672k(inactive2),64k(custom),64k(0:KEYS),2304k(0:WIFIFW)'
tftpboot <filename-of-initramfs-kernel>.bin && bootm
The actual sysupgrade image can then be transferred (on the LAN port) to the
device via
scp <filename-of-squashfs-sysupgrade>.bin root@192.168.1.1:/tmp/
On the device, the sysupgrade must then be started using
sysupgrade -n /tmp/<filename-of-squashfs-sysupgrade>.bin
Signed-off-by: Sven Eckelmann <sven@narfation.org>
|
||
|---|---|---|
| .. | ||
| board-2-motorol-q14.bin.QCN6122 | ||
| board-2.bin.IPQ5018 | ||
| board-2.bin.IPQ6018 | ||
| board-2.bin.IPQ6122 | ||
| board-2.bin.IPQ8074 | ||
| board-2.bin.QCN9000 | ||
| board-cig-wf188.bin.IPQ6018 | ||
| board-cig-wf188n.bin.IPQ6018 | ||
| board-cig-wf194c4.bin.IPQ8074 | ||
| board-cig-wf194c.bin.IPQ8074 | ||
| board-cig-wf196_6g.bin.QCN9074 | ||
| board-cig-wf196.bin.IPQ8074 | ||
| board-cybertan-eww622-a1.bin.IPQ5018 | ||
| board-cybertan-eww622-a1.bin.QCN9074 | ||
| board-edgecore-eap101.bin.IPQ6018 | ||
| board-edgecore-eap102.bin.IPQ8074 | ||
| board-edgecore-eap104.bin.IPQ5018 | ||
| board-edgecore-eap104.bin.QCN6122 | ||
| board-gl-ax1800.bin.IPQ6018 | ||
| board-gl-axt1800.bin.IPQ6018 | ||
| board-motorol-q14.bin.IPQ5018 | ||
| board-plasmacloud-pax1800.bin.IPQ6018 | ||
| board-tplink-ex227.bin.IPQ8074 | ||
| board-tplink-ex447.bin.IPQ8074 | ||
| board-wallys-dr6018-v4.bin.IPQ6018 | ||
| board-wallys-dr6018.bin.IPQ6018 | ||
| board-yuncore-ax840.bin.IPQ6018 | ||
| Makefile | ||