This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
configuration:firmware-update [2022/06/15 11:37] – schmitt | configuration:firmware-update [2022/12/05 12:32] (current) – schmitt | ||
---|---|---|---|
Line 2: | Line 2: | ||
=== 1. Enable USB and USB Autorun === | === 1. Enable USB and USB Autorun === | ||
- | Enable | + | Enable |
{{ : | {{ : | ||
- | Enable | + | Enable |
{{ : | {{ : | ||
=== 2. Writing Scripts for Autorun === | === 2. Writing Scripts for Autorun === | ||
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 | + | cp /mnt/media/autorun/fw-update.img |
- | reboot | + | cli update firmware WWAN1 file:///tmp/fw-update.img |
+ | |||
+ | You can download the needed firmware file here.[[https://wiki.netmodule.com/ | ||
+ | |||
+ | 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. | ||
- | + | Put the Textfiles in the following order on the USB Stick: | |
+ | 1. autorun.key | ||
+ | 2. autorun.sh | ||
+ | 3. fw-update.img |