[WeVO 11AC NAS] OpenWRT CLI에서 펌웨어 업데이트

1. 사용자 PC에서 scp를 이용하여 펌웨어를 밀어넣는다.

rmdir /S /Q %USERPROFILE%\.ssh
scp openwrt-18.06.4-r7808-ef686b7292-ramips-mt7621-11acnas-squashfs-sysupgrade.bin root@192.168.1.1:/tmp



2. OpenWRT CLI에 접속하여 아래 명령으로 펌웨어를 플래싱한다.

mtd -r write /tmp/openwrt-18.06.4-r7808-ef686b7292-ramips-mt7621-11acnas-squashfs-sysupgrade.bin firmware
위로 스크롤