On Sat, 2015-10-24 at 19:32 +0200, Vicente Herrera Cobo wrote:
> How do I reimage luci-factory to generic-factory (without luci) in such
> a way that all my settings will be lost. I've been having some issues,
> and I want to ensure that it's not a lingering setting, I want this to
> be a fresh install.

What exactly is your problem and what are you trying to achieve? Generic
images can be flashed via the luci web-ui (just make sure that "keep
settings" is unchecked when uploading the image if you don't want to
keep the settings. If you want to manually install the image, you need
to do the following:

1. Download or build the correct image for your router.

2. Make sure that ssh is enabled

3. Backup your settings (this can be done in luci or you can
ssh into the router, then tar up the /etc folder.

4. scp the image to /tmp on the router : 

scp librecmc-ar71xx-generic-$MY_ROUTER-factory.bin
r...@192.168.xxx.xxx:/tmp/

5. double check the md5sum of the image (both on your main machine
and then the copy on the router)

6. mtd write /tmp/librecmc-ar71xx-generic-$MY_ROUTER-factory.bin
firmware 

If you need to just reset your settings, you can do this from the web-ui
or you can ssh into the router and run "firstboot".

--
Robert Call (Bob)
b...@librecmc.org
https://librecmc.org





Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
Librecmc-dev mailing list
Librecmc-dev@lists.librecmc.org
https://librecmc.org/mailman/listinfo/librecmc-dev

Reply via email to