Hi
I use the ubuntu mate system on the ls1028a-rdb platform and try to run some qt test programs, including qtcreator, but it fails
My software version is flexbuild_lsdk1909_update_311219
export DISPLAY=:0.0
apt-get install qtcreator
root@ubuntu-mate:~# qtcreator
[ 1] Failed to open device: No such file or directory, Try again...
[ 2] Failed to open device: No such file or directory, Try again...
[ 3] Failed to open device: No such file or directory, Try again...
[ 4] Failed to open device: No such file or directory, Try again...
[ 5] _OpenDevice(1228): FATAL: Failed to open device, errno=No such file or directory.
[ 6] Failed to open device: No such file or directory, Try again...
[ 7] Failed to open device: No such file or directory, Try again...
[ 8] Failed to open device: No such file or directory, Try again...
[ 9] Failed to open device: No such file or directory, Try again...
[ 10] _OpenDevice(1228): FATAL: Failed to open device, errno=No such file or directory.
Can you give me some help information? thanks
Please configure Linux Kernel as the following.
Device Drivers --->
Graphics support --->
<M> IPUv3 core support
<M> Direct Rendering Manager (XFree86 4.1.0
and higher DRI support) --->
Arm devices --->
[M] Arm Mali Display Processor
[M] DRM Support for Freescale i.mx
[M] IMX8 HD Display Controller
Common Clock Framework--->
[*] Clock driver for LS1028A Display output
When Linux Kernel booting up, please insert the following Linux Kernel module
# insmod drm_panel_orientation_quirks.ko
# insmod drm.ko
# insmod drm_kms_helper.ko
# insmod imx_hdp_common.ko
# insmod mali-dp.ko
# insmod imx-hdptx.ko
Please refer to "7.2.18 LCD and display transmitter controller" in LSDK 19.09 user guide for details.
Thanks,
Yiping
Thanks for your reply,
these kernel modules have been compiled into the kernel by default in flexbuild_lsdk1909_update_311219
I found these errors occurred in libGAL.so,and galcore.ko is not auto insmod
When I load the driver, qt still does not work
root@ubuntu-mate:/# lsmod
Module Size Used by
xt_addrtype 16384 2
xt_conntrack 16384 1
crc32_ce 16384 0
crct10dif_ce 16384 0
flexcan 20480 0
can_dev 28672 1 flexcan
lm90 28672 0
ina2xx 16384 0
galcore 483328 0
root@ubuntu-mate:/# qtcreator
Segmentation fault
root@ubuntu-mate:/# /calendar
Segmentation fault
Please refer to the section "Verification in Linux" in "7.2.18 LCD and display transmitter controller" in LSDK 19.09 user guide to do verification step by step.
Please check the console messages after insert display related Kernel modules.
Thanks,
Yiping
Please refer to https://community.nxp.com/thread/493696