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.

OptionLabelDescription
fileLocal fileSelect a firmware image file on a local filesystem.
downloadDownload fileDownload the image file using a URL.
serverDownload from firmware serverDownload 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.

FormatDescription
HTTP URLAn HTTP URL to a file.
HTTPS URLAn HTTPS URL to a file.
FTP URLAn FTP URL to a file.
TFTP URLA 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>