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)
commit36e5ca6f90968183f4b78e9f7a59ddbc4b2b7183
treea990c7025ad5c88c69f8ca573b7478ddd11d6bce
parent27cd404feb7ed92d04f075b64ba4872f6442a023
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>
board-edgecore_oap100.qca4019 [new file with mode: 0644]