User Tools

Site Tools


fluksov2update

This is an old revision of the document!


Changelog

Changelogs can be found at changelog

Building new Images

How to build new Images: build

Flashing new Images

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.0.4/openwrt-atheros-root.squashfs

http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-vmlinux.lzma

There are two options to flash new images to your device:

  1. Flashing via Redboot (Bootloader)
  2. Flashing via ssh

Flashing via Redboot (Bootloader)

This is the recommended option. To flash these images run the following in the tools folder in our repository flm02 or as precompiled binaries on openwrt.mysmartgrid.de

wget http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-root.squashfs
wget http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/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
./ap51-flash.x86_64.bin eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma

When ap51-flash is running, start up your flukso.

Flashing via ssh

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. To flash the new images run the following on your flukso.

cd /tmp
wget http://www.flukso.net/files/flm02/bin/develop/openwrt-atheros-vmlinux.lzma
wget http://www.flukso.net/files/flm02/bin/develop/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.

fluksov2update.1363768852.txt.gz · Last modified: 2013/03/20 09:40 by schappert