Revision: | 4.5.3 |
---|---|
Date: | 2021-03-03 |
Contact: | support@carrida-technologies.com |
Copyright: | 1996-2021 Carrida Technologies GmbH, Ettlingen, Germany |
Author: | VC Support |
Table of Contents
This TAN describes the recommended methods which should be used to update the firmware on a Carrida camera. Depending on the actual software version on the camera, you might have to update the software using one of these methods:
- Update using SSH direct access to the camera.
- Update using the CameraClient Software from a PC, for releases >=4.3.2.
- Update using the web GUI, for releases >=4.5.0, this is the preferred method.
The Carrida update package is basically a zipped bash script which needs to be executed on the camera to be updated.
The update package provided by Carrida Technologies typically has following name:
carrida-version_number-architecture-full.zip
The following Sections below describe the update procedures in detail.
This is the recommended update procedure on all systems running firmware version 4.5.0 or higher.
In order to update the camera with a new firmware package, open the camera UI in your browser. In the Configuration page you can select the Update Software action in the System Actions list.
Select your firmware update package from the dialog and start the update process with the proceed button.
Note that the update can take up to 5 minutes, the server restarts automatically after the update is finished.
This procedure is available from Carrida firmware version 4.3.2 on. The update is performed from a PC which runs the CameraClient Tool, which can be downloaded form the Carrida Technologies web site.
The Update procedure with this method consists of following steps:
More information on the CameraClient Tool can be found on the Carrida Technologies documentation page.
This update method is possible on any Carrida camera, independent of the server version running on it. It is the most basic method and should work on any camera to which you have access using SSH.
Each Carrida camera which offers SSH access has a default SSH login of *root:root*.
In order to perform the update, the new firmware package needs to be uploaded on to the camera using SFTP first. Any SFTP client (Filezilla, WinScp, scp...) can be usd for this purpose, furthermore we recommend to to upload the package to the folder
/tmp/
on the camera.
Once the package is uploaded, use the following commands to install it:
systemctl stop anprServer
cd /tmp/
unzip carrida*zip
sh ./carrida.sh
The server should be started automatically when the installer bash script has completed.