This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Linux
Hello:
We'are working on VisionSDK 3.05, for the QT environment we copy from PSDKLA 3.4.3 which the QT version is 5.6.
To support the full-screen and position control on QT application, we should select the ivi-shell in weston which require the QT version is newer than 5.7
we saw the PSDKLA 5.00 support the QT 5.9
http://processors.wiki.ti.com/index.php?title=Processor_SDK_Linux_Automotive_Release_Notes
Component | Version |
---|---|
Linux Kernel | 4.14.79+ (2018 LTS) |
U-Boot | 2018.01+ |
Yocto Project | 2.4 (Rocko) |
Linaro Toolchain (gcc) | 7.2.1 hard-float |
Qt | 5.9.7 |
Wayland | 2.0 |
GStreamer | 1.12 |
processors.wiki.ti.com/index.php
Component | Version |
---|---|
Linux Kernel | 4.4.84+ (2016 LTS) |
U-Boot | 2016.11+ |
Yocto Project | 2.1 (Krogoth) |
Linaro Toolchain (gcc) | 5.3 2016.02 hard-float |
Qt | 5.6 |
Wayland | 1.9 |
GStreamer | 1.6 |
Thanks.
Hi,
> for the QT environment we copy from PSDKLA 3.4.3 which the QT version is 5.6.
What file system are you using? PSDKLA 3.4.3 or something else. I am trying to understand why you have to copy the components.
On 1, Copying QT library might not necessarily work, some of its dependencies might have updgraded to newer versions as well.
On 2, You can try building the QT 5.9.7 from Yocto, it will take care of all the dependencies.
Thanks,
Gowtham
Hi Gowtham:
Gowtham Tammana said:What file system are you using? PSDKLA 3.4.3 or something else. I am trying to understand why you have to copy the components.
The VisionSDK rootfs contains parts of QT library which is also 5.6, and we copy others from PSDKLA then the QT environment on VisionSDK 3.05 is ok.
Gowtham Tammana said:On 2, You can try building the QT 5.9.7 from Yocto, it will take care of all the dependencies
As the network limitation, we can not access the remote server, and we are working on the visionSDK, we don't know whether the yocto support the visionSDK.
and by the way, Can we use the toolchain in visionSDK to build QT standalone?
Hi Andy,
You can try building QT with linux-devkit.
Please refer to this thread.
https://e2e.ti.com/support/processors/f/791/p/667127/2452696#2452696
TI has not tried building all QT applications with linux-devkit alone. I recommend yocto to build qT if this doesn't work.
I found these set of patches to enable ivi-shell on qt5.6. This may help you. Please try.
Thanks
RamPrasad
Hello RamPrasad:
before building QT from YOCTO, can you share us the organization of visionSDK
Hi Andy,
Please refer section 3.7 Build Linux Vision SDK file-system
of VisionSDK_Linux_UserGuide.pdf
Thanks
RamPrasad