Router einrichten AVM: Unterschied zwischen den Versionen
Caleb (Diskussion | Beiträge) KKeine Bearbeitungszusammenfassung |
Caleb (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 7: | Zeile 7: | ||
./scripts/flashing/eva_ramboot 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin<p> | ./scripts/flashing/eva_ramboot 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin<p> | ||
--- | ---<p><p> | ||
'''-- LAN auf Manuell --'''<p> | |||
sudo network-manager stop<p> | sudo network-manager stop<p> | ||
sudo ifconfig eth0 192.168.178.10 up | sudo ifconfig eth0 192.168.178.10 up "eth0" - LAN Adapter kann auch anders heißen<p> | ||
'''-- Image ins flashing Verzeichnis kopieren --'''<p> | |||
cp openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin /tmp/openwrt/scripts/flashing/ | cp openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin /tmp/openwrt/scripts/flashing/<p> | ||
'''-- Verzeichniss wechseln --'''<p> | |||
cd /openwrt/scripts/flashing/ | cd /openwrt/scripts/flashing/<p> | ||
-- Script starten -- | '''-- Script starten --'''<p> | ||
./eva_ramboot.py 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin | ./eva_ramboot.py 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin<p> | ||
-- Fritzbox einschalten und auf diese Ausgabe warten -- | '''-- Fritzbox einschalten und auf diese Ausgabe warten --'''<p> | ||
> SETENV memsize 0x07bb5000<p> | > SETENV memsize 0x07bb5000<p> | ||
| Zeile 35: | Zeile 35: | ||
< 200 Media set to MEDIA_SDRAM<p> | < 200 Media set to MEDIA_SDRAM<p> | ||
'''-- Openwrt geflasht / FF auf Box kopieren --'''<p> | |||
scp openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin root@192.168.1.1:"/tmp" | scp openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin root@192.168.1.1:"/tmp"<p> | ||
'''-- per SSH auf Box verbinden --'''<p> | |||
ssh root@192.168.1.1 | ssh root@192.168.1.1<p> | ||
cd /tmp | cd /tmp<p> | ||
'''-- und FF / sysupgrade flashen --'''<p> | |||
sysupgrade -n openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin | sysupgrade -n openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin<p> | ||
mehrere Neustarts Abwarten<p> | |||
'''fertig ist die FritzBox 7412 mit Freifunk''' | |||
Version vom 22. Oktober 2019, 14:44 Uhr
Anleitung für FritzBox 7412 unter Linux Ubuntu / Debian
cd /tmp
git clone https://github.com/openwrt/openwrt.git
cd openwrt
./scripts/flashing/eva_ramboot 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin
---
-- LAN auf Manuell --
sudo network-manager stop
sudo ifconfig eth0 192.168.178.10 up "eth0" - LAN Adapter kann auch anders heißen
-- Image ins flashing Verzeichnis kopieren --
cp openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin /tmp/openwrt/scripts/flashing/
-- Verzeichniss wechseln --
cd /openwrt/scripts/flashing/
-- Script starten --
./eva_ramboot.py 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7412-initramfs-kernel.bin
-- Fritzbox einschalten und auf diese Ausgabe warten --
> SETENV memsize 0x07bb5000
< 200 SETENV command successful
> SETENV kernel_args_tmp mtdram1=0x87bb5000,0x88000000
< 200 SETENV command successful
> MEDIA SDRAM
< 200 Media set to MEDIA_SDRAM
-- Openwrt geflasht / FF auf Box kopieren --
scp openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin root@192.168.1.1:"/tmp"
-- per SSH auf Box verbinden --
ssh root@192.168.1.1
cd /tmp
-- und FF / sysupgrade flashen --
sysupgrade -n openwrt-lantiq-xrx200-avm_fritz7412-squashfs-sysupgrade.bin
mehrere Neustarts Abwarten
fertig ist die FritzBox 7412 mit Freifunk