aboutsummaryrefslogtreecommitdiffstats
path: root/package/firmware/ipq-wifi/board-edgecore_oap100.qca4019
Commit message (Collapse)AuthorAgeFilesLines
* ipq40xx: add Edgecore OAP-100 supportJohn Crispin2020-09-171-0/+0
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>