WRT1200AC v2 - Uninstalling OpenWrt

So I have a linksys 1200ACv2 that has both partitions flashed with openwrt. One is luci and the other is some old version of standard openwrt that is borked beyond repair. My question is, how do I install the stock firmware over openwrt or luci? The firmware tab refuses to work flash the an updated luci build as well as the stock firmware. winscp says there is not an ftp server running so I can't push a file that way.

Use scp to push the firmware to the router's /tmp directory. Then log in with ssh and do sysupgrade -F -n /tmp/filename.

CLI versions of ssh and scp are included in Windows 10.

1 Like

Sweet, that worked. Thanks!

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.