Updating
Tiger City IMX Industrial Computer with Linux OS
System Image
A system image (.swu file) is required for the update. The image is protected by the image checksum and by the image signature. That means a modified image will not be accepted by the device. Only images from our source allow for updates. It is possible to transition from older images to newer ones and vice-versa.
There are several ways to update Tiger:
- through the Tiger console using a file on internal or external storage (eMMC or USB drive),
- through the Tiger console using a file from an external server (FTP or HTTPS),
- via the built-in update server.
The first two options require access to the console (username and password). The third option does not require a password for the device.
Storage (eMMC or USB drive)
- Login to the device console
- Insert external storage or copy the file to Tiger's storage.
- In the console, type
swupdate -i <filename.swu> -k /etc/default/rsakey.pub. - The update will proceed automatically.
External Server (FTP or HTTPS)
- Login to the device console
- For an FTP server, type
swupdate -d -u ftp://<target_ip/file.swu> -a <user>:<password>. - For an HTTPS server, type
swupdate -d -u https://<target_ip/file.swu> -k /etc/default/rsakey.pub. - The update will proceed automatically.
Built-in Update Server
- Connect the device to the network.
- Launch a browser on a PC.
- In the browser, enter
http://<target_ip>:8080. - Select the
.swufile from the PC storage and confirm the selection. - The update will proceed automatically.
Warning! Update files are the default version of firmware. All updates factory reset the device. Make sure you backup all of your important files.