Installation guide¶
Supported platforms¶
i.MX 8
CCPilot V510
CCPilot V700
CCPilot V710
CCPilot V1000
CCPilot V1200
CCPilot V1090
CCPilot V1290
CORE i7
CCPilot X1200
Prerequisites¶
v1.4.+¶
CCL 4.+ OS
Qt-6.8 Runtime
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
Installing CC Web browser¶
Download
ccwebbrowser_1.4.0_<target-display>.tar.gzfrom the support site under:Web browser module -> Downloads -> Device Download -> CC Linux 4.0 -> <target-display>Transfer the tarball to the device
scp ccwebbrowser_1.4.0_.tar.gz ccs@<ip-address>:/tmp Open an ssh session to the target
ssh ccs@<ip-address>Change directory to /appfs
cd /appfsMove the tarball to /appfs
sudo mv /tmp/ccwebbrowser_1.4.0_.tar.gz . Unpack the tarball to /appfs
sudo tar xzf ccwebbrowser_1.4.0_.tar.gz Edit the
/appfs/ccwebbrowser/config/browser.conffile to add your url.By default the web browser is running with Qt platform
-platform eglfs. If the browser should run as a wayland client, edit the ccwebbrowser.service systemd script and change the platform to-platform waylandinstead.Enable the systemd service file to automatically start the web browser
sudo systemctly enable ccwebbrowserNow the web browser should automatically start at boot
Create a RAUC bundle¶
Reference the CC Linux - Using RAUC documentation on the support web site for more information about how to generate a RAUC bundle.
Troubleshooting¶
Please refer to our KnowledgeBase for further information and troubleshooting guides.