Install or Update emonWRT: Difference between revisions
Jump to navigation
Jump to search
(→Steps) |
|||
Line 9: | Line 9: | ||
The following files on OpenWRT will be overwritten. Do NOT follow this if you want to preserve them. | The following files on OpenWRT will be overwritten. Do NOT follow this if you want to preserve them. | ||
* /etc/config/firewall | * /etc/config/firewall | ||
* /etc/ | * /etc/config/ucitrack | ||
* /etc/inittab | * /etc/inittab | ||
=Steps= | =Steps= |
Revision as of 20:51, 22 May 2014
This howto shows how you can install the EmonWRT script and files on the OpenWRT OS. This can also be applied to update from an older version.
Prerequisites
WR703N is flashed with OpenWRT 12.09 Attitude Adjustment.
EmonWRT can access the internet.
Warning
The following files on OpenWRT will be overwritten. Do NOT follow this if you want to preserve them.
- /etc/config/firewall
- /etc/config/ucitrack
- /etc/inittab
Steps
1. Log in the EmonRWT/WR703N via SSH.
2. Download the installer script with the foillowing command:
$ wget http://lechacal.com/EmonWRT/system/v1.2/install_emonwrt.sh
3. Change permissions.
$ chmod 755 install_emonwrt.sh
4. Run the installer:
$ ./install_emonwrt.sh
Additional Steps
If installing EmonWRT for the first time package for stty must also be installed.
$ opkg update $ opkg install coreutils-stty