Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
maintenance:modem-firmware-update [2023/06/30 11:19]
juraschek [Command Line Interface]
maintenance:modem-firmware-update [2024/02/23 13:31] (current)
fricker
Line 10: Line 10:
 <WRAP center round info 95%> <WRAP center round info 95%>
 The latest ublox TobyL200 (Region NA, Modem Order Code '​Lbb'​) update is available on out share ftp server The latest ublox TobyL200 (Region NA, Modem Order Code '​Lbb'​) update is available on out share ftp server
-[[https://​share.netmodule.com/​public/​system-software/​firmware/​TOBY-L200-L210-03S-03_FW17.00_A01.02_IP-v1.2.tar.gz|TOBY-L200-03S-03_FW17.00_A01.02]] 
  
 The latest ublox TobyL210 (Region EMEA, Modem Order Code '​L'​) update is available on out share ftp server The latest ublox TobyL210 (Region EMEA, Modem Order Code '​L'​) update is available on out share ftp server
-[[https://​share.netmodule.com/​public/​system-software/​firmware/​TOBY-L200-L210-03S-03_FW17.00_A01.02_IP-v1.2.tar.gz|TOBY-L210-03S-03_FW17.00_A01.02]]+
  
 The latest ublox TobyL280 (Region APAC, Modem Order Code '​Lg'​) update is available on out share ftp server The latest ublox TobyL280 (Region APAC, Modem Order Code '​Lg'​) update is available on out share ftp server
-[[https://​share.netmodule.com/​public/​system-software/​firmware/​TOBY-L280-03S-03_FW17.00_A01.02_IP-v1.2.tar.gz|TOBY-L280-03S-03_FW17.00_A01.02]]+
 </​WRAP>​ </​WRAP>​
 +
 +====== Firmware via USB-Stick ======
 +to do a update via USB-Stick, see [[configuration:​firmware-update|Firmware update via USB]]
 ==== Reboot Delay ==== ==== Reboot Delay ====
  
Line 54: Line 56:
  
 <code bash> <code bash>
-cli update firmware WWAN1 http://​share.netmodule.com/​public/​system-software/​firmware/​TOBY-L200-L210-03S-03_FW17.00_A01.02_IP-v1.1.tar.gz+cli update firmware WWAN1 http://​share.netmodule.com/​public/​system-software/​firmware/​TOBY-L200-L210_FW17.00_A01.02_IP-v1.2.tar.gz
 </​code>​ </​code>​
  
Line 60: Line 62:
  
 <code bash> <code bash>
-scp ./​TOBY-L200-L210-03S-03_FW17.00_A01.02_IP-v1.1.tar.gz root@192.168.1.1:/​tmp/​+scp ./​TOBY-L200-L210_FW17.00_A01.02_IP-v1.2.tar.gz root@192.168.1.1:/​tmp/​
  
 </​code>​ </​code>​
Line 67: Line 69:
  
 <code bash> <code bash>
-cli update firmware WWAN1 file:///​tmp/​TOBY-L200-L210-03S-03_FW17.00_A01.02_IP-v1.1.tar.gz+cli update firmware WWAN1 file:///​tmp/​TOBY-L200-L210_FW17.00_A01.02_IP-v1.2.tar.gz
 </​code>​ </​code>​