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
Last revisionBoth sides next revision
maintenance:modem-firmware-update [2023/06/30 11:19] – [Command Line Interface] juraschekmaintenance:modem-firmware-update [2023/08/09 11:51] – [Command Line Interface] dodenhoeft
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>
 ==== Reboot Delay ==== ==== Reboot Delay ====
Line 54: Line 53:
  
 <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 59:
  
 <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 66:
  
 <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>