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.

[参考译文] AM62L-PROCESSOR-SDK:有关 SysConfig 工具支持的阐述

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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1526494/am62l-processor-sdk-clarification-on-sysconfig-tool-support

器件型号:AM62L-PROCESSOR-SDK
主题中讨论的其他器件:AM62L

工具/软件:

您好 TI 支持团队:

我对的 DDR 配置工具中引入的更新有疑问 AM62Lx 平台的更多知识。

以前、当我.dtsi为 1GB DDR 配置生成一个文件时、生成的文件包含以下版本信息:

/** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * @cliArgs --device "AM62Lx" --part "AM62L31-G-ANB" --package "ANB" --product "Processor_DDR_Config@0.10.31" * @v2CliArgs --device "AM62L" --package "FCBGA (ANB)" --variant "AM62L31-G" --product "Processor_DDR_Config@0.10.31" * @versions {"tool":"1.23.0+4000"} */

但是、在最近重新生成文件(DDR 配置中没有特意更改)后、我观察到输出值和以下更新版本存在一些差异:

/** * These arguments were used when this file was generated. They will be automatically applied on subsequent loads * via the GUI or CLI. Run CLI with '--help' for additional information on how to override these arguments. * @cliArgs --device "AM62Lx" --part "AM62L31-G-ANB" --package "ANB" --product "Processor_DDR_Config@0.10.32" * @v2CliArgs --device "AM62L" --package "FCBGA (ANB)" --variant "AM62L31-G" --product "Processor_DDR_Config@0.10.32" * @versions {"tool":"1.24.0+4110"} */

请确认:

  1. 是否有特定于的工具或模型更新 AM62L31-G 这可能会导致所生成.dtsi内容发生变化?

  2. 如果发布了更新的工具版本、即使硬件和 DDR 规格保持不变、是否建议重新生成 DDR 配置?


    此致
    Dheeraj k



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

    有任何更新?

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

    尊敬的 Dheeraj:是的、请查看工具中的修订历史记录链接以查看 v0.10.31 和 v0.10.32 之间的更改情况。  特别是对于 AM62Lx、CA 奇偶校验设置默认设置为禁用、因为器件不支持此特性。   

    建议使用最新工具、以确保您获得最新的器件优化设置。  如果修订历史记录没有建议对特定器件进行任何更改、则可能无需使用最新版本。   

    此致、

    James

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

    您好、James:  

    感谢您的更新