This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| configuration:firmware-update [2021/11/10 14:42] – created dodenhoeft | configuration:firmware-update [2022/12/05 12:32] (current) – schmitt | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Firmware update ====== | + | ====== Firmware update |
| - | + | ||
| + | === 1. Enable USB and USB Autorun === | ||
| + | Enable Autorun: | ||
| + | {{ : | ||
| + | Enable USB: | ||
| + | {{ : | ||
| + | === 2. Writing Scripts for Autorun === | ||
| + | Create a script named autorun.key via the WEB Manager. | ||
| + | {{ : | ||
| + | Then create a script named autorun.sh and put the following text in it: | ||
| + | # | ||
| + | cp / | ||
| + | cli update firmware WWAN1 file:/// | ||
| + | |||
| + | You can download the needed firmware file here.[[https:// | ||
| + | |||
| + | If you wanna update more than just on Module, you have to change the WWANx parameter. | ||
| + | === 3. Put the Scripts on an USB Stick === | ||
| + | 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 | ||