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.

[参考译文] AM62A7-Q1:用于 Am62a EVM 项目的 Yocto 编译器

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1594734/am62a7-q1-yocto-compiler-for-am62a-evm-project

器件型号: AM62A7-Q1

您好:

   我使用 SOC am62a 创建了一个工程、   并更改内核驱动程序和应用程序。

   我想知道如何编译内核到映像文件。  

   您能帮助我了解一下符合 Yocto 标准的步骤吗?  

   我已经实现了 Yocto 构建。 但构建结果来自 TI Git 软件。  我的工程中的修改未添加到映像文件中。

这是我在 yocoto 项目中实施的命令。   

我不知道 应该更改.bb 文件中的哪些方法来更新内核和驱动程序

 

$ git clone https://git.ti.com/git/arago-project/oe-layersetup.git tisdk
$ cd tisdk
$./oe-layertool-setup.sh -f configs/processor-sdk-analysis/processor-sdk-analytics-10.01.00-config.txt
$ cd 版本
$。 conf/setenv
$ echo 'arago_brand =“edgeai">>“>> conf/local.conf
$ MACHINE=am62axx-EVM bitbake -k tisdk-edgeai-image

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

    嗨、Meng

    linux-ti-staging 负责 TI Linux 内核的特定配方。 它从获取源 git://git.ti.com/git/ti-linux-kernel/ti-linux-kernel.git

    仅编译内核:

    MACHINE=am62axx-evm bitbake linux-ti-staging

    Let me know how it goes.

    Best Regards,
    Suren