Installation guide¶
Supported platforms and devices¶
i.MX 8
CCpilot V510
CCpilot V700
CCpilot V705
CCpilot V710
CCpilot V1000
CCpilot V1200
i.MX 6
CCpilot VI2
CCpilot VS
i.MX 5
CCpilot VA
CCpilot VC
CCpilot XA/XS
Core i7
CCpilot X900
CCpilot X1200
LinX Software Suite DevEnv
v4
v5
Prerequisites¶
On versions up to 3.4.0, Qt 5.4.0 or newer
Installing Data Engine¶
CCL 4¶
Dataengine can be installed on the target in two different ways. For production use should be installed on the target through a RACU bundle. For development / testing dataengine can be installed on the target manually by manually unlocking appfs and unpacking it under appfs.
i.MX 8 CCL 4¶
RAUC bundle¶
Please reference the CC Linux - Using RAUC documentation on the support web site for more information about how to generate a RAUC bundle.
Unlock /appfs for development/testing¶
Open an ssh session to the target:
ssh ccs<ip-address>Change write permissions of /appfs:
sudo mount -o remount,rw /appfsCheck which version partition /appfs is mounted to:
rauc statusUnmount /appfs:
sudo umount /appfsFormat the partition:
sudo mkfs.ext4 /dev/<partition>Remount /appfs:
sudo mount /dev/<partition> /appfs
Unpacking tarball¶
Download the tarball, dataengine-ccl4_<version>_<TARGET>.tar.gz, from the support site.
Transfer the tar.gz package to device:
scp dataengine-ccl4_<version>_<TARGET>.tar.gz ccs@<ip-address>:/tmpOpen an ssh session to the target:
ssh ccs@<ip-address>Change directory to
/tmp:cd /tmpRun the following code to unpack it:
sudo tar xzf dataengine-ccl4_<version>_<TARGET>.tar.gz -C /appfsData Engine will not automatically start at boot. See Service management.
Core i7 CCL 4¶
Download the tarball, dataengine-ccl4_<version>_<TARGET>.tar.gz, from the support site.
Follow steps 2-6 from i.MX 8 CCL 4.
CCL 3 & CCL 2¶
i.MX 8¶
Download
dataengine_<version>_imx8_USB.zipfrom the support site.Extract archive content to an USB flash drive.
Attach the USB flash drive to the unit.
Wait for the installer to finish.
One beep - Success
Two beeps - Failure
A file named
install.logis stored on the USB flash drive and contains information regarding the installation. Refer to this log in the case that the installation fails.Detach the USB flash drive form the unit.
Data Engine will start automatically during next system startup
i.MX 6¶
Download
dataengine_<version>_imx6_USB.zipfrom the support site.Follow steps 2-7 from i.MX 8.
i.MX 5¶
Download
dataengine_<version>_imx5_USB.zipfrom the support site.Follow steps 2-7 from i.MX 8.
Core i7¶
Download
dataengine_<version>_corei7_USB.zipfrom the support site.Follow steps 2-7 from i.MX 8.
LinX Software Suite DevEnv v5/v4¶
These steps are intended to be performed in the UX Designer VM.
Download
dataengine_<version>_amd64.debfrom the support siteDouble-click on the package to open it with GDebi
Follow the instructions to install the package
It’s also possible to install the package using the terminal:
sudo apt install ./dataengine_<version>_amd64.deb
Troubleshooting¶
Please refer to our Knowledge Base for further information and troubleshooting guides.