User Tools

Site Tools


fluksoupdate

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

fluksoupdate [2011/01/28 09:22]
wookie
fluksoupdate [2012/10/30 10:27] (current)
Line 10: Line 10:
   - When you finish, please don't forget to logout.   - When you finish, please don't forget to logout.
  
 +=== Update your Flukso to the for mySmartGrid adjusted version ===
 +
 +For this method you need a POSIX compliant shell, ssh and expect installed.
 +
 +The sourcecode is available at Mathias' github page: [[http://github.com/gonium/msg-flukso]]. Clone it to have your own local copy. The repository contains the three parts: Microcontroller firmware, Router board software (openwrt) and the code for the website. We're only interested in the openwrt part.
 +
 +The update script is located at openwrt/package/luci/applications/mysmartgrid/luasrc/tools/flukso_update.sh in git.
 +To update your Flukso make sure that it has access to the internet. If you want the Flukso to use the internet connection of your computer, enable IP-forwarding and change the IP in the update script.:
 +
 +<code>
 +IP="192.168.255.254" # The IP of your computer
 +</code>
 +
 +Then set your password in openwrt/package/luci/applications/mysmartgrid/luasrc/tools/flukso_update.exp:
 +
 +<code>
 +set pass "yourpassword"
 +</code>
 +
 +Now run the script while your computer is connected to the Flukso.
  
 === Update your Flukso to run the development version === === Update your Flukso to run the development version ===
fluksoupdate.1296202928.txt.gz ยท Last modified: 2012/10/30 10:37 (external edit)