User Tools

Site Tools


fluksov2aktualisierung

Differences

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

Link to this comparison view

fluksov2aktualisierung [2013/03/20 12:01]
schappert
fluksov2aktualisierung [2014/02/13 08:10] (current)
krueger
Line 1: Line 1:
 +===== Englische Version =====
 +
 +Bitte klicken Sie hier für die englische Version dieses Dokuments: [[Fluksov2Update]].
 +
 +Please find the English version of this document here: [[Fluksov2Update]].
 ===== Changelog ===== ===== Changelog =====
  
Line 17: Line 22:
 Die MySmartGrid-Version kann hier heruntergeladen werden: Die MySmartGrid-Version kann hier heruntergeladen werden:
  
-[[http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-root.squashfs]]+[[http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-root.squashfs]]
  
-[[http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-vmlinux.lzma]]+[[http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-vmlinux.lzma]]
  
 Es gibt zwei Möglichkeiten, ein neues Image auf Ihren Flukso zu flashen: Es gibt zwei Möglichkeiten, ein neues Image auf Ihren Flukso zu flashen:
Line 38: Line 43:
  
 Bitte führen Sie zur Vorbereitung die folgenden Schritte durch: Bitte führen Sie zur Vorbereitung die folgenden Schritte durch:
-  * Laden Sie [[http://git-scm.com/downloads|github]] herunter und installieren Sie es+  * Laden Sie [[http://git-scm.com/downloads|github]] herunter. 
-  * Befolgen Sie diese Anleitung, um [[https://help.github.com/articles/set-up-git|git einzurichten]]. +  * Installieren Sie github gemäß dieser Anleitung[[http://git-scm.com/book/de/Los-geht%27s-Git-installieren#Installation-unter-Linux|Git installieren]]. 
-  * Klonen Sie das mySmartGrid flukso repository [[http://github.com/mysmartgrid/flm02|flm02]]. Wenn Sie zum ersten Mal github verwenden, lesen Sie diese Anleitung, wie man [[http://git-scm.com/book/de/Git-Grundlagen-Ein-Git-Repository-anlegen|ein git repository lädt]]. +  * Klonen Sie das mySmartGrid flukso repository [[http://github.com/mysmartgrid/flm02|flm02]]. Wenn Sie zum ersten Mal github verwenden, lesen Sie diese Anleitung, wie man [[http://git-scm.com/book/de/Git-Grundlagen-Ein-Git-Repository-anlegen#Ein-existierendes-Repository-klonen|ein existierendes git repository klont]]. 
-  * To flash these images run the following in the tools folder in our repository [[http://github.com/mysmartgrid/flm02|flm02]] or as precompiled binaries on [[http://openwrt.mysmartgrid.de/|openwrt.mysmartgrid.de]]+  * Um ein neues Image zu flashen, führen Sie Folgendes in dem Ordner tools unseres repository [[http://github.com/mysmartgrid/flm02|flm02]] aus oder verwenden sie vorkompilierte Binaries von [[http://openwrt.mysmartgrid.de/|openwrt.mysmartgrid.de]]
 <code> <code>
-wget http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-root.squashfs +wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-root.squashfs 
-wget http://openwrt.mysmartgrid.de/flm02/atheros/2.0.4/openwrt-atheros-vmlinux.lzma+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/ap51-flash.x86_64.bin
 wget http://openwrt.mysmartgrid.de/ap51-flash/flash.sh wget http://openwrt.mysmartgrid.de/ap51-flash/flash.sh
 chmod a+x ap51-flash.x86_64.bin chmod a+x ap51-flash.x86_64.bin
 </code> </code>
-=== Actual flashing === +=== Eigentliches Flashen === 
-  * Now, connect your computer with the ethernet cable to your flukso deviceThen, run the following script:+  * Nun verbinden Sie Ihren PC über das Ethernetkabel mit Ihrem FluksoFühren Sie dieses Script aus:
 <code> <code>
 sudo ./ap51-flash.x86_64.bin eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma sudo ./ap51-flash.x86_64.bin eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma
 </code> </code>
-  * When ap51-flash is runningpower up your fluksoThe script now flashes the new image to your deviceWait until the script is done+  * Sobald ap51-flash läuftverbinden Sie Ihren Flukso mit der StromversorgungDas Script flasht nun ein neues Image auf Ihr GerätWarten Sie, bis das Script sich beendet
-  * When the power LED of the flukso starts to blinkwait another 3 minutes+  * Sobald die Power-LED des Flukso zu blinken beginntwarten Sie etwa drei Minuten
-  * Open a browserSurf to the address 192.168.255.1. You should see the flukso configuration interface+  * Öffnen Sie einen BrowserSurfen Sie zu der Adresse 192.168.255.1. Sie sollten nun das Flukso-Konfigurationsmenü sehen
-  * Follow the [[https://www.mysmartgrid.de/content/installationsanleitung-des-fluksos-2|installation procedure]].+  * Folgen Sie der [[https://www.mysmartgrid.de/content/installationsanleitung-des-fluksos-2|Installationsanleitung des Fluksos]].
  
  
Line 64: Line 69:
 <code> <code>
 cd /tmp cd /tmp
-wget http://www.flukso.net/files/flm02/bin/develop/openwrt-atheros-vmlinux.lzma +wget http://openwrt.mysmartgrid.de/flm02/atheros/2.1.0-3/openwrt-atheros-vmlinux.lzma 
-wget http://www.flukso.net/files/flm02/bin/develop/openwrt-atheros-root.squashfs+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-vmlinux.lzma vmlinux.bin.l7
 mtd write openwrt-atheros-root.squashfs rootfs mtd write openwrt-atheros-root.squashfs rootfs
 </code> </code>
 Now you can reboot the device and be happy with your new system. Now you can reboot the device and be happy with your new system.
fluksov2aktualisierung.1363777315.txt.gz · Last modified: 2013/03/20 12:01 by schappert