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.

[参考译文] AM263P4:为定制电路板生成多核图像

Guru**** 2465890 points
Other Parts Discussed in Thread: AM263P4

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1464488/am263p4-generating-multicore-image-for-custom-board

器件型号:AM263P4

工具与软件:

我尝试从 elf 映像为 AM263p4定制电路板创建了一个多核映像。

我遵循的步骤:

-分别为 core0和 core1构建两个项目(这些项目有不同的链接器文件和用于每个内核的不同的定时器)

-使用 out2rprc 工具从 elf 文件生成的 rprc 文件

-使用 MulticoreImageGen 工具生成一个.appimage 文件

当我从 core0刷写此文件时、应用程序仅在运行

我使用的命令:

out2rprc.exe core00_am263p4.elf core00_am263p4.rprc

out2rprc.exe core01_am263p4.elf core01_am263p4.rprc

 

节点 multicoreImageGen.js --DevID 55 --out dual_core.appimage core00_am263p4.rprc@0 core01_am263p4.rprc@1.