From: John Crispin Date: Mon, 7 Sep 2020 11:08:41 +0000 (+0200) Subject: ipq40xx: add Edgecore OAP-100 support X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=36e5ca6f90968183f4b78e9f7a59ddbc4b2b7183;p=project%2Ffirmware%2Fqca-wireless.git 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 --- diff --git a/board-edgecore_oap100.qca4019 b/board-edgecore_oap100.qca4019 new file mode 100644 index 0000000..9f1b5c9 Binary files /dev/null and b/board-edgecore_oap100.qca4019 differ