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.

PROCESSOR-SDK-AM62X: How to enable V4l2-util

Part Number: PROCESSOR-SDK-AM62X

Hello,

At first, SDK conditon is 08.06.00.42 with linux.
I would like you to confirm how I can use v4l2-util such as "v4l2-ctl" and "media-ctl" under tisdk-base-image filesystem.
I could confirm these tools can be used under tisdk-default-image filesystem, however I could not confirm these tools can be used under tisdk-base-image.
Can I add these tools under tisdk-base-image as well ?

Best Regards, 

  • Hi Machida-san,

    tisdk-base-image is the barebone rootfs images, intended to be a starting point for users to add packages and create custom rootfs that suit their project needs.

    tisdk-default-image is the complete rootfs image, that contains standard Linux commands and features. This image also contains the TI component libraries, binaries, and out-of-box examples.

    Does adding the below line in conf/local.conf file  help?

    IMAGE_INSTALL_append = " v4l-utils"

    And build the tisdk-base-image using yocto.

    Hope this helps.

    Best Regards,

    Suren

  • Hello Suren-san,

    Thank you for your comment.
    I understood. If I have additional question, I will post thread again. So I will close this thread.

    BR,