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-AM64X: please add libgpiod to next release of SDK

Part Number: PROCESSOR-SDK-AM64X


The latest rev SDK-LINUX-RT-AM64X-08.02.00.14, don't have libgpiod package, at least when I try to do cross compile, it failed with following message indicate that libgpiod is not part of cross-compile toolchain setup.

header_check.c:15:10: fatal error: gpiod.h: No such file or directory
   15 | #include <gpiod.h>
      |          ^~~~~~~~~
compilation terminated.

Would you please add it into the next rev of release and also if possible, would you please send me a cross-compiled built package with source code and compiled binary output, in that way, I would add them into my device and my host linux PC manually instead of rebuild the whole yocto to avoid modifing the receipt.

Another thing is there a package management available on the yocto build, I tried "apt-get" on device debug terminal, it's not working.

  • Hi Hai,

    The packages included in the SDK provide the support for evaluation and typical application development on the EVM, but it is impractical to include all packages from Yocto.

    If you need specific packages which are missing in the SDK, please rebuild the rootfs using Yocto to include them for your needs.