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
Next revisionBoth sides next revision
projects:fritz3490 [2020/05/26 12:47] Andreas Böhlerprojects:fritz3490 [2020/05/26 12:52] 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 129: Line 129:
  
 Technically, the ath79 target has a boot hook that waits for the upload of the file ''%%config.tar.gz%%'' by the stage 2 firmware upload. Technically, the ath79 target has a boot hook that waits for the upload of the file ''%%config.tar.gz%%'' by the stage 2 firmware upload.
 +
 +If you want to bring up WiFi on boot, you can add the script to the auto start file:
 +
 +<code>
 +ssh root@192.168.1.1
 +# ....once connection is established, run on the OpenWrt device:
 +echo '/opt/wasp/upload-wasp.sh' >> /etc/rc.local
 +</code>
 +