Zum Inhalt springen

Fonera: Unterschied zwischen den Versionen

MariusKintel (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
MariusKintel (Diskussion | Beiträge)
Zeile 6: Zeile 6:
=== Mac OS X ===
=== Mac OS X ===


fon2200 am mac flashen (kein easyflash)
FON2200 am Mac OS X flashen (kein easyflash).
Für FON2200 + ethernet only:
 
<pre>
<pre>
für (mac user +) fon2200 + ethernet only:
sudo ifconfig en0 192.168.1.254
sudo ifconfig en0 192.168.1.254
</pre>


Either temporarily enable tftpd serving files from /private/tftpboot/:
<pre>
sudo launchctl load -F /System/Library/LaunchDaemons/tftp.plist
</pre>


..or permanently enable tftpd serving files from custom directory:
<pre>
tftpserver config in /System/Library/LaunchDaemons/tftp.plist
tftpserver config in /System/Library/LaunchDaemons/tftp.plist


Zeile 21: Zeile 27:
load -F /System/Library/LaunchDaemons/tftp.plist
load -F /System/Library/LaunchDaemons/tftp.plist
start com.apple.tftpd
start com.apple.tftpd
</pre>


openwrt(vmlinux+rootfs) files ins tftpdir kippen
openwrt(vmlinux+rootfs) files ins tftpdir kippen
Zeile 26: Zeile 33:
dann wie hier vorgehen:
dann wie hier vorgehen:
http://forum.openwrt.org/viewtopic.php?pid=63402
http://forum.openwrt.org/viewtopic.php?pid=63402


echo -e "\003" > break
echo -e "\003" > break
Zeile 35: Zeile 41:


fis init
fis init
load -r -b %{FREEMEMLO} openwrt-atheros-vmlinux.lzma
load -r -b 0x80041000 openwrt-atheros-vmlinux.lzma
fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7
fis create -e 0x80041000 -r 0x80041000 vmlinux.bin.l7
load -r -b %{FREEMEMLO} openwrt-atheros-root.squashfs
load -r -b 0x80041000 openwrt-atheros-root.squashfs
fis create -l 0x06F0000 rootfs
fis create -l 0x06F0000 rootfs
fis load -l vmlinux.bin.l7
fis load -l vmlinux.bin.l7
Zeile 46: Zeile 52:
telnet 192.168.1.1
telnet 192.168.1.1
</pre>
</pre>


=== Windows/Linux (easyflash): ===
=== Windows/Linux (easyflash): ===