> I noticed that there is support for the AVM Fritzbox 3370 in openwrt trunk. I 
> just
> compiled a image and got these files:
>
> openwrt-lantiq-xway-FRITZ3370.eva
> openwrt-lantiq-xway-FRITZ3370-jffs2-128k.rootfs
> openwrt-lantiq-xway-rootfs.tar.gz
>
> Does anybody have an idea how to flash it to this device? I did not find 
> anything in the TOH.

Hi,

try something like this script on the first seconds of bootup of the fritzbox:

#!/bin/sh
ftp -n 192.168.178.1<<EOT
user adam2 adam2
debug
bin
passive
quote MEDIA FLSH
put  bin/lantiq/openwrt-lantiq-xway-FRITZ3370.eva mtd1
quit
EOT
_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to