ipq40xx: add Edgecore OAP-100 support
authorJohn Crispin <john@phrozen.org>
Mon, 7 Sep 2020 11:08:41 +0000 (13:08 +0200)
committerJohn Crispin <john@phrozen.org>
Thu, 17 Sep 2020 06:43:07 +0000 (08:43 +0200)
commit0fbdb51f7643db5fa4423333a68f34c6952dba24
tree96fe7a46e272c8900730b539bc2355581e580155
parent4488b260a02e169d6902df44debbe9b3c8e001cc
ipq40xx: add Edgecore OAP-100 support

flashing the unit
* first update to latest edcore FW as per the PDF instructions
* boot the initramfs
  - tftpboot 0x88000000 openwrt-ipq40xx-generic-edgecore_oap100-initramfs-fit-uImage.itb; bootm
* inside the initramfs call the following commiands
  - ubiattach -p /dev/mtd0
  - ubirmvol /dev/ubi0 -n0
  - ubirmvol /dev/ubi0 -n1
  - ubirmvol /dev/ubi0 -n2
* scp the sysupgrade image to the board and call
  - sysupgrade -n openwrt-ipq40xx-generic-edgecore_oap100-squashfs-nand-sysupgrade.bin

Signed-off-by: John Crispin <john@phrozen.org>
package/firmware/ipq-wifi/Makefile
package/firmware/ipq-wifi/board-edgecore_oap100.qca4019 [new file with mode: 0644]
target/linux/ipq40xx/base-files/etc/board.d/01_leds
target/linux/ipq40xx/base-files/etc/board.d/02_network
target/linux/ipq40xx/base-files/etc/hotplug.d/firmware/11-ath10k-caldata
target/linux/ipq40xx/base-files/lib/upgrade/platform.sh
target/linux/ipq40xx/files/arch/arm/boot/dts/qcom-ipq4019-oap100.dts [new file with mode: 0755]
target/linux/ipq40xx/image/Makefile
target/linux/ipq40xx/patches-5.4/100-GPIO-add-named-gpio-exports.patch [new file with mode: 0644]
target/linux/ipq40xx/patches-5.4/901-arm-boot-add-dts-files.patch