Fonera

Inhaltsverzeichnis

Flashen

Via Redboot

 
santa-cruz tftproot # ls -l
insgesamt 2432
-rw-r--r-- 1 nitro users 1703936  3. Apr 15:14 openwrt-atheros-2.6-root.jffs2-64k
-rwxrwxrwx 1 nitro users  786432 30. Sep 2007  openwrt-atheros-2.6-vmlinux.lzma
lrwxrwxrwx 1 root  root       34  3. Apr 15:32 root -> openwrt-atheros-2.6-root.jffs2-64k
lrwxrwxrwx 1 root  root       32  3. Apr 15:34 vmlinux -> openwrt-atheros-2.6-vmlinux.lzma
 

RedBoot> ip_addr -h server_ip -l fon_ip/netzmaske
RedBoot> fis init
RedBoot> load -r -v -b %{FREEMEMLO} rootfs
RedBoot> fis create -l 0x006f0000 rootfs
RedBoot> load -r -v -b %{FREEMEMLO} vmlinux
RedBoot> fis create -r 0x80041000 -e 0x80041000 vmlinux.bin.l7
RedBoot> fis load -l vmlinux.bin.l7
RedBoot> exec

Zusätzliches zu Redboot Methode

fis free zeigt den verbleibenden freien Speicher:

RedBoot> fis free
  0xA80F0000 .. 0xA87E0000
server:~# bc
obase=16
ibase=16
A87E0000 - A80F0000
6F0000
RedBoot> lo -r -b %{FREEMEMLO} openwrt-atheros-2.6-root.squashfs
RedBoot> fi cr -l 0xCHANGE rootfs

Via SSH/Linux-Konsole

Beispiel selbstgebautes Image

 
 
user:~# scp openwrt-atheros-2.6-vmlinux.lzma root@<fonera_ip>:
user:~# scp openwrt-atheros-2.6-root.jffs2-64k root@<fonera_ip>:
'''oder'''
root@OpenWRT:~# wget http://downloads.openwrt.org/kamikaze/7.09/atheros-2.6/openwrt-atheros-2.6-vmlinux.lzma
root@OpenWRT:~# wget http://downloads.openwrt.org/kamikaze/7.09/atheros-2.6/openwrt-atheros-2.6-root.jffs2-64k
 
root@OpenWRT:~# mtd -e vmlinux.bin.l7 write openwrt-atheros-2.6-vmlinux.lzma vmlinux.bin.l7
root@OpenWRT:~# mtd -e rootfs write openwrt-atheros-2.6-root.jffs2-64k rootfs
root@OpenWRT:~# reboot
 
 

Fonera Mods

Alle Seiten der Kategorie Fonera Mods:

Fonera - LED Fonera - Power over Ethernet
Fonera - SD Karte




Verweise

http://wiki.freifunk-hannover.de/Fonera_mit_OLSR







Diese Seite wurde bisher 544-mal abgerufen.
Diese Seite wurde zuletzt am 9. August 2008 um 09:48 Uhr geändert.