Hello, I'm having problems installing OpenWRT on a Fritz!Box 3370 Subrevision 5, when I try to ftp 192.168.178.1 during boot i receive the error message:
ftp: Can't connect to `192.168.178.1:21': No route to host
ftp: Can't connect to `192.168.178.1:ftp'
ftp> quit
make sure your linux box has a static ip 192.168.178.10/24 and your fritz box is powered off while connected to a hub
on your linux box issue the following:
lftp
set net:timeout 1;
set net:max-retries 80;
set net:reconnect-interval-multiplier 1;
set net:reconnect-interval-base 1;
open 192.168.178.1
user adam2 adam2
debug
now you can enter the following command and power on your fritz box as soon as possible:
quote SETENV linux_fs_start 0
upon succession of the above command, you may enter the rest of the commands:
quote MEDIA FLSH
put mtd1
put mtd0
quote REBOOT
make sure you have created the mtd1 & mtd0 according to the wiki guide on the same directory you executed lftp