What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Upgrading Merlin firmware with Entware installed

spinach

Occasional Visitor
I'm running Merlin 3.0.0.4.374.38_2 and want to upgrade to the latest version. I have Entware installed, primarily to run Transmission, and remember seeing something about backing JFFS up before upgrading. I've got a bunch of torrents that I would like to not lose in the upgrade process if at all possible.

I've tried searching these forums and the Merlin wiki but can't seem to find how to do this.

Can anyone point me to a How-To for this?
 
1. Stop Entware services:
Code:
/opt/etc/init.d/rc.unslung stop
2. Backup JFFS partition (just in case):
Code:
tar -cvzf /opt/tmp/jffs.tgz /jffs
3. Upgrade f\w via Web interface, router will be rebooted automatically.
4. If transmission doesn't showed up, restore JFFS and reboot again:
Code:
cd /
tar -xvf /opt/tmp/jffs.tgz
reboot
 

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top