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.

how to run QT application program in TI base filesystem ??

i use TI Linux  SDK6.0

1.how to run QT application program in TI base filesystem (arago-base-tisdk-image-am335x-evm)

  • If i use TI "base" filesystem

    What library need to be copied to our board for Running QT program??

  • The filesystem already has everything it needs to run a simple Qt application.  Try running through the tutorial I posted before and the steps will be explained.

  • Hi Jelliott

    The arago-base-tisdk-image-am335x-evm.tar.gz is a barebones filesystem. It includes things like busybox and other packages but doesn't include alot of larger libraries like Qt, Gstreamer etc.. Its a good starting point for customers who want a minimal filesystem that can boot that they can later install additional software on top of.

    Tisdk-rootfs-image-am335x-evm.tar.gz is our full blown filesystem that includes every package we generally support. Qt,Gstreamer, SGX, etc.. This is also useful for customers who want to create quick demos or prototyping something using a filesystem that has the majority of the software that they may need already prebuilt.

    Execution results are as follows:

     

    1.arago-base-tisdk-image-am335x-evm.tar.gz 

    root@am335x-evm:/media/mmcblk0p1# ./helloworld
    ./helloworld: error while loading shared libraries: libQtGuiE.so.4: cannot open
    shared object file: No such file or directory

    2.Tisdk-rootfs-image-am335x-evm.tar.gz

     I used Tisdk-rootfs-image-am335x-evm.tar.gz  file system to test QT no problem