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/04/20 09:04]
dodenhoeft [Firmware update]
maintenance:modem-firmware-update [2024/02/23 13:31] (current)
fricker
Line 6: Line 6:
 You can update the firmware in the internal LTE Modem via in multiple ways. The most common way would be to upload the firmware via the web gui.  You can update the firmware in the internal LTE Modem via in multiple ways. The most common way would be to upload the firmware via the web gui. 
  
-Starting with our NRSW Release 4.6.0.105 or higher (required) in 12/2020 we increased the max. Filesize for direct uploads so that most Firmware Image can be uploaded from the Browser+Starting with our NRSW Release 4.6.0.105 or higher (required) in 11/2022 we increased the max. Filesize for direct uploads so that most Firmware Image can be uploaded from the Browser
  
 <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.1.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.1.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.1.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.tar.gz+cli update firmware WWAN1 file:///​tmp/​TOBY-L200-L210_FW17.00_A01.02_IP-v1.2.tar.gz
 </​code>​ </​code>​