工具与软件:
我尝试从 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.