Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
projects:fritz3490 [2020/05/26 12:54] Andreas Böhlerprojects:fritz3490 [2020/05/28 08:53] (current) Andreas Böhler
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>