Download
A file to download to the device's storage.
- Download progress - Information showing the download progress.
Properties
Enable
Enable this download.
- Data type: boolean
- Status
CLI: (cli)> show system firmware fota download enable
File ready
Download is successful and complete.
- Data type: boolean
- Status
CLI: (cli)> show system firmware fota download ready
Status
Current download status.
- Data type: string
- Status
CLI: (cli)> show system firmware fota download status
Destination filesystem
Download the file to this filesystem.
- Data type: reference path
- References instances of: Storage / Filesystems
- Default:
/storage/disk/ram - Configuration
- Required
CLI: (cli)> config system firmware fota download filesystem
Hash method
Check the downloaded file's integrity with a hash.
Select the hashing method for checking the downloaded file.
| Option | Label | Description |
|---|---|---|
none | None | No hashing will be performed. |
md5 | MD5 | MD5 hashing will be performed. |
sha1 | SHA1 | SHA1 hashing will be performed. |
sha256 | SHA256 | No hashing will be performed. |
sha512 | SHA512 | No hashing will be performed. |
- Data type: string select
- Default:
none - Configuration
- Required
CLI: (cli)> config system firmware fota download hash-method
Hash
The hash used to check the downloaded file's integrity.
- Data type: string
- Configuration
- Required
CLI: (cli)> config system firmware fota download hash