Benutzer:Melle/Fonera: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Melle (Diskussion | Beiträge) (Die Seite wurde neu angelegt: Download: * rootfs http://dev.luci.freifunk-halle.net/freifunk-snapshots/fonera/openwrt-atheros-root.squashfs * lzma kernel http://dev.luci.freifunk-halle.net/freifunk...) |
Melle (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
(2 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
== fonera flashen == | |||
Download: | Download: | ||
* rootfs http://dev.luci.freifunk-halle.net/freifunk-snapshots/fonera/openwrt-atheros-root.squashfs | * rootfs http://dev.luci.freifunk-halle.net/freifunk-snapshots/fonera/openwrt-atheros-root.squashfs | ||
Zeile 5: | Zeile 6: | ||
Flash tool: | Flash tool: | ||
* http://download.berlin.freifunk.net/fonera/ap51-flash-1.0-42 | * http://download.berlin.freifunk.net/fonera/ap51-flash-1.0-42 | ||
<pre> | |||
sudo ip a add dev eth0 169.254.255.2/16 | |||
ping 169.254.255.1 | |||
chmod +x ap51-flash-1.0-42 | |||
sven-ola@pcnet:~/Desktop/luci$ sudo ./ap51-flash-1.0-42 eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma | |||
Reading rootfs file openwrt-atheros-root.squashfs with 1703936 bytes... | |||
Reading kernel file openwrt-atheros-vmlinux.lzma with 720896 bytes... | |||
rootfs(0x006f0000) + kernel(0x000b0000) + nvram(0x00000000) sums up to 0x007a0000 bytes | |||
Non arp received. Make sure, the device is connected directly! | |||
Non arp received. Make sure, the device is connected directly! | |||
Peer MAC: 00:18:84:81:56:dc | |||
Peer IP : 192.168.1.1 | |||
Your MAC: 00:ba:be:ca:ff:ee | |||
Your IP : 192.168.1.0 | |||
Setting IP address... | |||
Loading rootfs... | |||
Sending rootfs, 3328 blocks... | |||
Initializing partitions... | |||
Rootfs partition size now 0x00700000 | |||
Flashing rootfs... | |||
Loading kernel... | |||
Sending kernel, 1408 blocks... | |||
Flashing kernel... | |||
Setting boot_script_data... | |||
Done. Restarting device... | |||
sudo ip addr add dev eth0 192.168.1.100/24 | |||
melle@bln-thme1lapxp:~/projects/luci$ | |||
</pre> | |||
== olsr zum laufen bringen == | |||
in '''<code>/etc/opkg.conf</code>''' in der URL aus dem rc1 RC1 machen (Groß/Kleinschreibung) | |||
alt: | |||
http://downloads.openwrt.org/kamikaze/8.09_rc1/atheros/packages | |||
neu: | |||
http://downloads.openwrt.org/kamikaze/8.09_RC1/atheros/packages |
Aktuelle Version vom 29. Dezember 2008, 15:37 Uhr
fonera flashen
Download:
- rootfs http://dev.luci.freifunk-halle.net/freifunk-snapshots/fonera/openwrt-atheros-root.squashfs
- lzma kernel http://dev.luci.freifunk-halle.net/freifunk-snapshots/fonera/openwrt-atheros-vmlinux.lzma
Flash tool:
sudo ip a add dev eth0 169.254.255.2/16 ping 169.254.255.1 chmod +x ap51-flash-1.0-42 sven-ola@pcnet:~/Desktop/luci$ sudo ./ap51-flash-1.0-42 eth0 openwrt-atheros-root.squashfs openwrt-atheros-vmlinux.lzma Reading rootfs file openwrt-atheros-root.squashfs with 1703936 bytes... Reading kernel file openwrt-atheros-vmlinux.lzma with 720896 bytes... rootfs(0x006f0000) + kernel(0x000b0000) + nvram(0x00000000) sums up to 0x007a0000 bytes Non arp received. Make sure, the device is connected directly! Non arp received. Make sure, the device is connected directly! Peer MAC: 00:18:84:81:56:dc Peer IP : 192.168.1.1 Your MAC: 00:ba:be:ca:ff:ee Your IP : 192.168.1.0 Setting IP address... Loading rootfs... Sending rootfs, 3328 blocks... Initializing partitions... Rootfs partition size now 0x00700000 Flashing rootfs... Loading kernel... Sending kernel, 1408 blocks... Flashing kernel... Setting boot_script_data... Done. Restarting device... sudo ip addr add dev eth0 192.168.1.100/24 melle@bln-thme1lapxp:~/projects/luci$
olsr zum laufen bringen
in /etc/opkg.conf
in der URL aus dem rc1 RC1 machen (Groß/Kleinschreibung)
alt:
http://downloads.openwrt.org/kamikaze/8.09_rc1/atheros/packages
neu:
http://downloads.openwrt.org/kamikaze/8.09_RC1/atheros/packages