Emonwrt3 Upgrade Software: Difference between revisions

From lechacal
Jump to navigation Jump to search
(Created page with " =1. Preliminaries= Connect to the device using ssh. Install [http://the.earth.li/~sgtatham/putty/latest/x86/putty.exe Putty] on your computer for this and setup a ssh connect...")
 
Line 14: Line 14:


=3. Install new packages=
=3. Install new packages=
  opkg install modwrt modwrt-luci
  opkg install emonwrt3 emonwrt3-luci


=4. Replace the config=
=4. Replace the config=

Revision as of 12:25, 11 July 2018

1. Preliminaries

Connect to the device using ssh. Install Putty on your computer for this and setup a ssh connection.

User: root password: admin (or anything you have already setup).

Note that you will need to reconfigure the unit from scratch.

2. Remove old packages

In the ssh session issue these commands below:

opkg update
opkg remove emonwrt3 emonwrt3-luci

3. Install new packages

opkg install emonwrt3 emonwrt3-luci

4. Replace the config

cp /etc/config/modwrt-opkg /etc/config/modwrt

5. Reboot the device