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.

[参考译文] SysConfig:使用 node.exe 可以##39;t 生成具有正确名称和路径的 rprc 文件

Guru**** 2463730 points
Other Parts Discussed in Thread: SYSCONFIG

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1476263/sysconfig-using-node-exe-can-t-generate-the-rprc-file-with-correct-name-and-path

器件型号:SysConfig

工具与软件:

尊敬的 TI 团队:

现在、我将尝试使用 SysConfig 1.20.0将我的.out 二进制转换为在不同路径中具有不同名称的.rprc 文件。

out2rprc 脚本来自 mcu_plus_sdk_am62ax_10_01_00_33。

我想看到可以使用命令在正确的路径中使用正确的名称生成文件" node.exe out2rprc\elf2rprc.js input\test.out output\test1.rprc "。

因此会生成 rprc 文件、但与原始文件保持相同的名称、并保留在 node.exe 所在的文件夹中。

下面是我的测试的文件夹结构。

请告诉我导致我出现问题的原因是什么?

谢谢您~

BR、

Luke

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

    抱歉、我想我明白了答案。

    。  elf2rprc.js  在  mcu_plus_sdk_am62ax_10_01_00_33中、在 elfFile 和 rprcFile 之间请求一个名为"SW Version"的参数。

    命令应该是这样  node.exe out2rprc\elf2rprc.js input\test.out 1[SW version] output\test1.rprc 、那么问题就消失了。