Flash Firmware

This section covers a few methods to flash firmware onto your Komikan.


Web interface / LuCI

Connect to your Komikan web interface and navigate to (System → Backup / Flash Firmware),
then select your firmware image and press Flash image, on the next page click Proceed to begin flashing.
Note: this method is only applicable for official OpenWRT (.bin) release images, 8device release (.ubi) not supported!


Sysupgrade

Connect into Komikan and download the binary image to RAM under /tmp.
(Alter your username, IP and path to match your binary image location)

scp tester@192.168.1.254:/home/tester/openwrt-8devices-rtk-v1.1-rtkmipsel-rtl8197f-komikan-squashfs-sysupgrade.bin /tmp

Perform upgrade procedure with configuration reset:

sysupgrade -F -v -n /tmp/openwrt-8devices-rtk-v1.1-rtkmipsel-rtl8197f-komikan-squashfs-sysupgrade.bin

Perform upgrade procedure without configuration reset:

sysupgrade -F -v -c /tmp/openwrt-8devices-rtk-v1.1-rtkmipsel-rtl8197f-komikan-squashfs-sysupgrade.bin