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
configuration:firmware-update [2022/08/05 09:10] schmittconfiguration:firmware-update [2022/12/05 12:32] (current) schmitt
Line 11: Line 11:
 Then create a script named autorun.sh and put the following text in it: Then create a script named autorun.sh and put the following text in it:
  #!/bin/sh  #!/bin/sh
- /usr/local/sbin/www-scripts/maintenance/updateFirmware -v wwan0 https://share.netmodule.com/public/system-software/firmware/TOBY-L210-03S-03_FW17.00_A01.01_IP-v1.1.tar.gz + cp /mnt/media/autorun/fw-update.img /tmp/ 
- reboot + cli update firmware WWAN1 file:///tmp/fw-update.img 
-Depending on the region, the URL behind wwan0 must be adapted to the firmware.[[https://wiki.netmodule.com/maintenance/modem-firmware-update|Firmware Update]]+ 
 +You can download the needed firmware file here.[[https://wiki.netmodule.com/maintenance/modem-firmware-update|Firmware Update]] 
 + 
 +If you wanna update more than just on Module, you have to change the WWANx parameter.
 === 3. Put the Scripts on an USB Stick === === 3. Put the Scripts on an USB Stick ===
 Now you are ready for using the USB autorun function of the Router for an Firmwareupdate. Now you are ready for using the USB autorun function of the Router for an Firmwareupdate.
Line 19: Line 22:
  1. autorun.key  1. autorun.key
  2. autorun.sh  2. autorun.sh
- + 3. fw-update.img