Fonera: Unterschied zwischen den Versionen
Esad (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
AndiS (Diskussion | Beiträge) |
||
(4 dazwischenliegende Versionen von 3 Benutzern werden nicht angezeigt) | |||
Zeile 3: | Zeile 3: | ||
=== NEW: Gargoyle Flash Fon Utility === | === NEW: Gargoyle Flash Fon Utility === | ||
Gargoyle project includes a [http://www.gargoyle-router.com/download.php Flash Fon utility] that | Gargoyle project includes a [http://www.gargoyle-router.com/download.php Flash Fon utility] that works similarly as EasyFlash, but works on MacOSX, Linux and Windows | ||
=== Mac OS X === | === Mac OS X === | ||
Zeile 123: | Zeile 123: | ||
Danach hat der Fonero die IP 192.168.1.1 und ist über TELNET erreichbar. | Danach hat der Fonero die IP 192.168.1.1 und ist über TELNET erreichbar. | ||
Happy hacking. | Happy hacking. | ||
=== Flashen direkt aus laufendem OpenWRT === | |||
Wenn OpenWRT bereits läuft kann man auch direkt auf eine neue Version updaten bzw. diese über die grade laufende Version drüber flashen. | |||
'''ABER VORSICHT!''' Das geht nur wenn die neuen Kernel- und Dateisystemimages gleich groß oder kleiner sind als die die aktuell installiert sind, sonst ist nicht genug Platz frei! In dem Fall müssen die Partitionen ohnehin neu angelegt werden - also eine der anderen hier beschriebenen Updateroutinen verwenden!! | |||
Zuerst per SSH einloggen, dann: | |||
<pre> | |||
cd /tmp | |||
scp user@host:/path/to/openwrt-atheros-vmlinux.lzma . | |||
scp user@host:/path/to/openwrt-atheros-root.squashfs . | |||
mtd -e vmlinux.bin.l7 write openwrt-atheros-vmlinux.lzma vmlinux.bin.l7 | |||
mtd -e rootfs write openwrt-atheros-root.squashfs rootfs | |||
</pre> | |||
Danach einfach neu starten (Stecker ziehen), per Telnet einloggen und den SSH Zugang neu aktivieren (siehe unten) | |||
=== set password after flashing === | === set password after flashing === | ||
Zeile 135: | Zeile 151: | ||
***** | ***** | ||
note: after flashing, the fingerprint of the router changes. in that case | note: after flashing, the fingerprint of the router changes. in that case delete the old entry for 192.168.1.1 from your ssh known_hosts file: | ||
[open ~/.ssh/known_hosts with your favourite editor] | |||
[remove the line starting with 192.168.1.1] | |||
ssh root@192.168.1.1 | ssh root@192.168.1.1 | ||
yes | yes | ||
Zeile 426: | Zeile 443: | ||
<b>NB! This has not been tested very well, so use with caution until it's been more quality assured.</b> | <b>NB! This has not been tested very well, so use with caution until it's been more quality assured.</b> | ||
Bugreports are welcome :) | Bugreports are welcome :) | ||
''kyrah says:'' I've tried cloning my Fonera (running OpenWrt) using these instructions, resulting in #fail: | |||
Looks like the rootfs_data partition is overwritten when firstboot is run. Must investigate further. | |||
==SOFTWARE== | ==SOFTWARE== |