Installation guide¶
Supported platforms¶
i.MX 8
CCPilot V700
CCPilot V1000
CCPilot V1200
CORE i7
CCPilot X1200
Installing CC Web browser¶
i.MX 8¶
QT6¶
Download
ccwebbrowser_1.4.0_<target-display>.ipk
from the support site under:Web browser module -> Downloads -> Device Download -> CC Linux 3.0 -> <target-display>
Transfer the ipk package to device
Run
opkg install ‘package-name’
Edit the
/opt/ccwebbrowser/config/browser.conf
file to add your url.By default the web browser is running with Qt platform switch
-platform eglfs
. If the browser should run as a wayland client, edit the ccwebbrowser.service systemd script and change the platform to-platform wayland
instead.Now the web browser should automatically start at boot
QT5¶
Download
ccwebbrowser_1.2.0_<target-display>.ipk
from the support site under:Web browser module -> Downloads -> Device Download -> CC Linux 2.0 -> <target-display>
Transfer the ipk package to device
Run
opkg install ‘package-name’
Edit the
/opt/ccwebbrowser/config/browser.conf
file to add your url.By default the web browser is running with Qt platform switch
-platform eglfs
. If the browser should run as a wayland client, edit the ccwebbrowser.service systemd script and change the platform to-platform wayland
instead.Now the web browser should automatically start at boot
CORE i7¶
QT6¶
Download
ccwebbrowser_1.4.0_<target-display>.ipk
from the support site under:Web browser module -> Downloads -> Device Download -> CC Linux 3.0 -> <target-display>
Transfer the ipk package to device
Run
opkg install ‘package-name’
Edit the
/opt/ccwebbrowser/config/browser.conf
file to add your url.By default the web browser is running with Qt platform switch
-platform eglfs
. If the browser should run as a wayland client, edit the ccwebbrowser.service systemd script and change the platform to-platform wayland
instead.Now the web browser should automatically start at boot
Troubleshooting¶
Please refer to our Knowledge Base for further information and troubleshooting guides.