Please find the German version of this document here: Fluksov2Aktualisierung.
Bitte klicken Sie hier für die deutsche Version dieses Dokuments: Fluksov2Aktualisierung.
Changelogs can be found at changelog
How to build new Images: build
Bart published an update for the Fluksov2 supporting non-integer values for the meter constant. This allows the use of S0-counter with more than 1000 imp/kWh. The update can be downloaded from
http://www.flukso.net/files/flm02/bin/develop/openwrt-atheros-vmlinux.lzma
http://www.flukso.net/files/flm02/bin/develop/openwrt-atheros-root.squashfs
The MySmartGrid version can be downloaded from here:
http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-root.squashfs
http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-vmlinux.lzma
There are two options to flash new images to your device:
This is the recommended option.
You need the following things in advance:
You need to take the following steps:
wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-root.squashfs wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-vmlinux.lzma wget http://openwrt.mysmartgrid.de/ap51-flash/ap51-flash.x86_64.bin wget http://openwrt.mysmartgrid.de/ap51-flash/flash.sh chmod a+x ap51-flash.x86_64.bin
sudo ./ap51-flash.x86_64.bin eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma
You can also use the command line of the flukso to flash the new images. In this case you do not need to catch the booloader but wait until the device is up and you can connect via ssh (Secure Shell, a cryptographic network protocol). To flash the new images run the following on your flukso.
cd /tmp wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-vmlinux.lzma wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-root.squashfs mtd write openwrt-atheros-vmlinux.lzma vmlinux.bin.l7 mtd write openwrt-atheros-root.squashfs rootfs
Now you can reboot the device and be happy with your new system.