Update firmware
Update the device's firmware.
Command parameters
Properties
Image location
Update the device's firmware with a firmware image file retrieved using one of the available methods.
| Option | Label | Description |
|---|---|---|
file | Local file | Select a firmware image file on a local filesystem. |
download | Download file | Download the image file using a URL. |
server | Download from firmware server | Download the image file from the Gearlinx ZERO firmware server. |
- Data type: string select
- Default:
server - Configuration
- Required
CLI: (cli)> run system firmware update image <value>
Filesystem
The filesystem where the firmware image is located.
- Data type: reference path
- References instances of: Storage / Filesystems
- Configuration
- Required
CLI: (cli)> run system firmware update filesystem <value>
Firmware image filename
The name of the firmware image file.
- Data type: string
- Configuration
- Required
CLI: (cli)> run system firmware update filename <value>
Image file URL
The URL to download the firmware image file from.
| Format | Description |
|---|---|
| HTTP URL | An HTTP URL to a file. |
| HTTPS URL | An HTTPS URL to a file. |
| FTP URL | An FTP URL to a file. |
| TFTP URL | A TFTP URL to a file. |
- Data type: string
- Configuration
- Required
CLI: (cli)> run system firmware update url <value>
Firmware version
The version of the firmware to download from the Gearlinx ZERO firmware server.
- Data type: string
- Configuration
- Required
CLI: (cli)> run system firmware update version <value>
Restart after update
Restart the system after the firmware is updated successfully.
The system will not use the updated firmware until it restarts.
- Data type: boolean
- Default:
true - Configuration
CLI: (cli)> run system firmware update restart <value>
