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.

[参考译文] AM6442:AM64x -如何通过 Yocto 将 https://github.com/linux-usb-gadgets/libusbgx 包含在 A53 Linux 用户空间中

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1449687/am6442-am64x---how-to-include-https-github-com-linux-usb-gadgets-libusbgx-in-the-a53-linux-user-space-via-yocto

器件型号:AM6442

工具与软件:

衍生于 e2e (+) AM6442:在配置 a53内核 foe 用作 USB 小工具时、可以使用 libusbgx C 编码 API (https://github.com/linux-usb-gadgets/libusbgx)小工具方案而不是使用 Linux shell 脚本-处理器论坛-处理器- TI E2E 支持论坛

想知道 (+) Nick Saulnier 的个人资料- Nick Saulnier - TI E2E 支持论坛 或者 (+) Andreas Dannenberg 的个人资料- Andreas Dannenberg - TI E2E 支持论坛 可以做出回应或将其发送给 TI 专家

刘斌回答我:

libusbgx 是一个用户空间库,不在内核中。 如何在根文件系统中包含 libusbgx 取决于客户如何创建 rootfs。 Processor SDK 使用 Yocto 构建 rootfs、因此它即将启用 libusbgx 方法"

如何通过 Yocto 在 Linux 用户空间中包含 libusbgx 之类的软件包?

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

    Jim、您好!

    [quote userid="576793" url="~/support/processors-group/processors/f/processors-forum/1449687/am6442-am64x---how-to-include-https-github-com-linux-usb-gadgets-libusbgx-in-the-a53-linux-user-space-via-yocto 如何通过 Yocto 在 Linux 用户空间中包含 libusbgx 之类的软件包?

    您需要将其包含为对需要它的软件包(或软件包组)的依赖项、具体来说是通过 RDEPENDS 请参阅 https://docs.yoctoproject.org/ref-manual/variables.html#term-RDEPENDS

    此致、Andreas