[Solved] Installation Fritzbox 7430

Hello
everyone I'm new to openwrt. I wanted to make a nextcloud server on a used Fritzbox. now I have worked according to the instructions (https://openwrt.org/toh/avm/avm_fritz_box_7430). After flashing with eva_ramboot.py, the Fritzbox changes to the IP 192.168.1.1. I then open the IP with the browser. I work with windows 10. What should I do afterwards? What am I doing wrong? Greeting Michael PS

Here is the log

C:\>ftp 192.168.178.1
Verbindung mit 192.168.178.1 wurde hergestellt.
220 ADAM2 FTP Server ready
530 not logged in
Benutzer (192.168.178.1:(none)): adam2
331 Password required for adam2
Kennwort:
230 User adam2 successfully logged in
ftp> quote GETENV HWRevision
HWRevision            218

200 GETENV command successful
ftp> bin
200 Type set to BINARY
ftp> quote MEDIA FLSH
200 Media set to MEDIA_FLASH
ftp> close
221 Thank you for using the FTP service on ADAM2
ftp> quit

C:\>python eva_ramboot.py 192.168.178.1 openwrt-lantiq-xrx200-avm_fritz7430-initramfs-kernel.bin
> SETENV memsize 0x07a31000
< 200 SETENV command successful
> SETENV kernel_args_tmp mtdram1=0x87a31000,0x88000000
< 200 SETENV command successful
> MEDIA SDRAM
< 200 Media set to MEDIA_SDRAM

And what do you see on the browser?

You uploaded the initramfs image, which is only temporary. You you need to connect using SSH to 192.168.1.1 and flash the sysupgrade file there. A bit more details are in the commit message at https://git.openwrt.org/?p=openwrt/openwrt.git;a=commit;h=6c85a449a988876fdfd4ce84d6aa5ffe4a2820c1

2 Likes

Hello nothing opens via the browser. Page is unreachable. With ssh I come to open wrt. Then what would I have to do? The 7430 is not the router that connects to the internet. this is another Fritzbox with the ip 192.168.1.3. I then openwrt to play the rom.

Copy the sysupgrade image from your pc to the OpenWrt directory /tmp with scp and do a sysupgrade to install the permanent version.

Thank you for the help with sysupgrade, it worked. Thanks a lot.

1 Like

If your problem is solved, please consider marking this topic as [Solved]. See How to mark a topic as [Solved] for a short how-to.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.