====== Flash Firmware ====== This section covers a few methods to flash firmware onto your Kiwi. ---- ==== Sysupgrade ==== Connect into Kiwi and download the binary image to RAM under ''/tmp'', use this method **IF** you already have an OpenWrt FW installed on the device and you just want to update it. \\ (Alter your username, IP and path to match your binary image location) scp tester@192.168.1.254:/home/tester/openwrt-qualcommbe-ipq95xx-8devices_kiwi-dvk-squashfs-sysupgrade.bin /tmp \\ Perform upgrade procedure __with__ configuration reset: sysupgrade -n /tmp/openwrt-qualcommbe-ipq95xx-8devices_kiwi-dvk-squashfs-sysupgrade.bin \\ Perform upgrade procedure __without__ configuration reset: sysupgrade -c /tmp/openwrt-qualcommbe-ipq95xx-8devices_kiwi-dvk-squashfs-sysupgrade.bin \\ ==== run do_recovery ====