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.

[参考译文] TDA4VM:将 Linux include .h 文件添加到基本映像中

Guru**** 2098040 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/887044/tda4vm-add-the-linux-include-h-files-to-the-base-image

器件型号:TDA4VM

大家好、

SDK 基本映像在/usr/incude/linux.中不包含多个.h 文件 在 SD 卡上使用它们的最佳方法是什么?

我应该将整个"/board-support/linux-4.../include 文件夹复制到 SD 卡中、还是有更好的方法来实现它?

非常感谢、

Pouyan

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    Pouyan、您好!

    您能否尝试将以下行添加到"Yocto-build/sources/meta-Arago/meta-Arago-DIastro/metice-core/images/tisdk-rootfs-imagebb"中:

    image_install += linux-libc-headers

    然后重建 rootfs 并查看是否将标头包含在其中?


    此致、
    Yordan