Port to AVM FRITZ!Box 3490

Hello, I got my 3490 with wifi running… based on the 7490 git-tree from Zappception.(modified 24.10.2) The wasp-image is coming up and I can access it with ssh.

In the sources, before compile the image for xrx200, I did minor changes:

  • change the vr9_avm_fritz3490.dtsi: adding the remoteproc-wasp interface, copied shamelessly from the vr9_avm_fritz7490.dtsi,
  • added to the avm,3490 case in /etc/board.d/02_network the line:
    'ucidef_set_interface_lan "lan1 lan2 lan3 lan4 lan-wasp'
  • activated/integrated the module "kmod-avm-wasp" in "-> Kernel modules ->Other modules->kmod-avm-wasp".
  • adapted both /etc/hotplug.d/firmware/* scripts using the 7490 parameter for the 3490 for firmware and caldata extraction

I followed all the instructions,but after flashing the image, I have to manually start the wasp-image and before that, setting the wasp-lan interface to “up”, as otherwise it remains "down".
"ip link set lan-wasp master br-lan up"

After that a "rmmod avm-wasp && modprobe avm-wasp" starts the wasp-image.
To actually config the running avm-wasp the config-wasp.txt script might be used and extended.

So, the avm3490 fritzbox can be used with both wifi cards at a current openwrt (24.10.2) based from the git-tree from Zappception.
I hope others might verify this way to setup the 3490 to help reach an official openwrt integration. Thanks for all the efforts of all the developer before me. Openwrt is a lot of fun.
:nerd_face:

1 Like