Hello Together
I try to install the latest openWRT Firmware to a Fritz!Box 7430.
For that I downloaded the SnapShot install from here:
I tried to follow the installation guide but it does not perfectly work.
Especially the second part will not work for me:
The FTP server will now wait for a new connection.
No, it doesn't when I try to reconnect to ftp it fails.
I played around for a while and the following first seems to be promising
$ ftp -n -v -p 192.168.178.1
Connected to 192.168.178.1.
220 ADAM2 FTP Server ready
ftp> quote USER adam2
331 Password required for adam2
ftp> quote PASS adam2
230 User adam2 successfully logged in
ftp> quote MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> binary
200 Type set to BINARY
ftp> put /home/tobias/Downloads/openwrt-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin mtd1
local: /home/tobias/Downloads/openwrt-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin remote: mtd1
227 Entering Passive Mode (192,168,178,1,12,15)
150 Opening BINARY data connection
But anytime I try this, flashing stuck at 3.x kB transferred.
I do this from a native Ubuntu machine. Fortunately, recovering the stock with the original AVM Tool via a Win7 (VM) works smoothly.
I also tried the FritzFlash.py script form here:
https://fritz-tools.readthedocs.io/en/latest/
But I also got an timeout error here.
Regards