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:使用 makefile 构建的 SBL 不能在电路板上运行&&#39

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1533555/am263p4-sbl-built-with-makefiles-doesn-t-run-on-board

器件型号:AM263P4

工具/软件:

您好、

我能够使用预构建的 ospi mcelf SBL 和 hello world 示例在微控制器上运行 hello world、但当我尝试通过命令行构建自己的 ospi mcelf SBL 时、它不会运行。 我使用以下命令进行构建:  

gmake.exe --debug -C .\ti\arm-clang\-s all device=am263Px

是否缺少任何参数?

谢谢

Olivier H

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

    您好 Olivier、

    编译 SBL 的命令将取决于您正在尝试编译或已修改的 SBL 示例。

    您能告诉我您正在使用哪个 SBL 吗?

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

    例如、对于编译 SBL OSPI MCELF:

    gmake -s -C examples/drivers/boot/sbl_ospi_multiple_elf/am263px-cc/r5fss0-0_nortos/ti-arm-clang profile=debug all。

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

    您可以参考位于 SDK 安装路径中的 makefile.am263px 文件: