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.

[FAQ] [参考译文] 【常见问题解答】AM263P4-Q1:如何解析 AM263P ROM 日志

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

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1651907/faq-am263p4-q1-how-to-parse-am263p-rom-logs

器件型号: AM263P4-Q1

尊敬的专家:

您能否提供解析 AM263P SoC 中 ROM 日志所需的步骤或工具。

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

    ROM 将引导时间日志记录在 TCMB 存储器区域中。 存储地址为 0x82800。

    TCMB 日志可解析为有意义的消息。 它将告诉我们引导失败的位置。

    请按照以下步骤进行操作。

    1.对电路板执行 POR

    2.之后在没有 GEL 脚本的情况下连接到目标。

    为此、需要在没有 GEL 脚本的情况下创建目标配置。

    双击目标配置、转到“Advanced“选项卡并清除初始化脚本字段。 需要针对 Core0-0 执行此操作

    3.现在启动 TG 并连接到内核 0-0。

    4.连接后输入此地址为内存浏览器。

    将其导出为 BIN 文件。

    起始地址:0x82800

    字长:1024

    5.保存的 bin 文件后、执行此命令。 已附加.exe 和.csv。

    e2e.ti.com/.../parse_5F00_log_5F00_win.zip

    要执行的命令:

    ./ parse_log_win.exe test_bin_am263pcc.bin log_dictionary_r5_am263px_gen.csv > test_bin_am263pcc_output.txt

    我还附上了运行命令后预期的示例二进制文件和示例输出

    e2e.ti.com/.../test_5F00_bin_5F00_am263pcc.bin e2e.ti.com/.../test_5F00_bin_5F00_am263pcc_5F00_output.txt

    这些测试是在 AM263P CC 电路板上进行的。

    此致、

    Aswin