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:修改资源管理并重新编译为二进制文件

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1650368/am62a7-modifying-resource-management-and-recompile-into-binary

器件型号: AM62A7

我需要修改 sciclient_defaultBoardcfg_rm.c、以便将特定的 GPIOMUX 路由器输出分配到 R5F。 我感到困惑的是如何确切地重新编译文件和重建 SPL。

我手动将更改为 sciclient_defaultBoardcfg_rm.c、然后尝试使用 以下指令重新编译:

gmake -s -C tools/sysfw/boardcfg SOC=am62ax 

但我得到这个错误:

/bin/bash: line 1: /opt/ti/ccs1281/ccs/utils/tiobj2bin/tiobj2bin: No such file or directory

此外、我还需要重新编译 SPL(这意味着重新编译 U-Boot,对吧?)。 有这方面的说明吗?