Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
projects:fritz3490 [2020/05/26 12:50] Andreas Böhlerprojects:fritz3490 [2020/05/28 08:53] (current) Andreas Böhler
Line 3: Line 3:
 ====== Linux/OpenWrt on the AVM FRITZ!Box 3490 ====== ====== Linux/OpenWrt on the AVM FRITZ!Box 3490 ======
  
-After working on the 3390, I bought a used 3490 which is more capable (twice the RAM, Flash and more WiFi bandwidth). Currently, I'm experiencing problem with the xhci controller, but apart from that, it's working fine. +After working on the 3390, I bought a used 3490 which is more capable (twice the RAM, Flash and more WiFi bandwidth). Currently, I'm experiencing problems with the xhci controller, but apart from that, it's working fine. 
  
 The approach is similar to the 3390: You get a VDSL router/modem (Lantiq target) and a separate WiFi access point (ath79 target) on one PCB. The approach is similar to the 3390: You get a VDSL router/modem (Lantiq target) and a separate WiFi access point (ath79 target) on one PCB.
Line 58: Line 58:
  
 <code> <code>
-scp -o UserKnownHostsFiles=/dev/null bin/targets/lantiq/xrx200/openwrt-lantiq-xrx200-avm_fritz3490-sysupgrade.bin root@192.168.1.1:/tmp+scp -o UserKnownHostsFiles=/dev/null bin/targets/lantiq/xrx200/openwrt-lantiq-xrx200-avm_fritz3490-squashfs-sysupgrade.bin root@192.168.1.1:/tmp
 </code> </code>
  
Line 66: Line 66:
 ssh -o UserKnownHostsFile=dev/null root@192.168.1.1 ssh -o UserKnownHostsFile=dev/null root@192.168.1.1
 # ....once connection is established, run on the OpenWrt device: # ....once connection is established, run on the OpenWrt device:
-sysupgrade /tmp/openwrt-lantiq-xrx200-avm_fritz3490-sysupgrade.bin+sysupgrade /tmp/openwrt-lantiq-xrx200-avm_fritz3490-squashfs-sysupgrade.bin
 </code> </code>
  
Line 82: Line 82:
 wget https://download.avm.de/fritzbox/fritzbox-3490/deutschland/fritz.os/FRITZ.Box_3490-07.12.image wget https://download.avm.de/fritzbox/fritzbox-3490/deutschland/fritz.os/FRITZ.Box_3490-07.12.image
 7z e FRITZ.Box_3490-07.12.image -r filesystem.image 7z e FRITZ.Box_3490-07.12.image -r filesystem.image
 +7z e filesystem.image filesystem_core.squashfs
 unsquashfs4-avm-be filesystem_core.squashfs -e lib/firmware/ath_tgt_fw1.fw unsquashfs4-avm-be filesystem_core.squashfs -e lib/firmware/ath_tgt_fw1.fw
 scp squashfs-root/lib/firmware/ath_tgt_fw1.fw root@192.168.1.1:/opt/wasp scp squashfs-root/lib/firmware/ath_tgt_fw1.fw root@192.168.1.1:/opt/wasp