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: using node.exe can't generate the rprc file with correct name and path

Part Number: SYSCONFIG

Tool/software:

Hi TI team,

Now, I'm trying to use Sysconfig 1.20.0 to convert my .out binary to .rprc file with different name in different path.

The out2rprc script is coming from mcu_plus_sdk_am62ax_10_01_00_33.

I'd like to see the file can be generated in the correct path with correct name by using the command "node.exe out2rprc\elf2rprc.js input\test.out output\test1.rprc".

As a result, the rprc file is generated, but keeps the same name as raw file and stays in the folder where node.exe locates.

Below is the folder structure of my testing.

Would you please let me know what the reason cause my issue?

Thank you~

Br,

Luke

  • Sorry, I think I got the answer.

    The elf2rprc.js in mcu_plus_sdk_am62ax_10_01_00_33 requests an argument named "SW Version" between elfFile and rprcFile.

    So the command should be node.exe out2rprc\elf2rprc.js input\test.out 1[SW version] output\test1.rprc, then the issue is gone.