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.

[参考译文] CC2745R10-Q1:如何跳过 Uniflash 命令行中的用户记录验证部分?

Guru**** 2808665 points

Other Parts Discussed in Thread: UNIFLASH

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

https://e2e.ti.com/support/wireless-connectivity/bluetooth-group/bluetooth/f/bluetooth-forum/1622966/cc2745r10-q1-how-to-skip-verification-for-user-record-section-in-uniflash-command-line

器件型号: CC2745R10-Q1
Thread 中讨论的其他器件: UNIFLASH

我尝试使用 Uniflash 命令行来对 CC2745 进行编程。 完成擦除和刷写可以顺利完成、但命令行将在验证期间提示错误、因为工具会尝试验证 CCFG 中的用户记录部分、其中闪存内容与映像不匹配。

image.png

CCS 和 Uniflash GUI 能够顺利完成验证、原因是这些工具跳过了用户记录验证。 但我在命令行工具中没有找到跳过它的设置、是否有这样的设置可供使用? 或者是否有办法避免命令行工具中的错误?

此致、

Shuyang

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

    您好、Shuyang、  

    我在我这边看到了类似的东西 我正在与团队核实、并将返回给您星期一 (03/09)。  

    此外、您的客户的最终用例是什么?  

    谢谢、  

    Isaac

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

    您好、Shuyang、  

    需要首先使用位于 C:/ti/sdks/simplelink_lowpower_f3_sdk_x_xx_xx_xx/tools/common/crc_tool/crc_tool.中的 CRC_TOOL 对映像进行签名 以下命令用于对这些映像进行签名:  

    C:/ti/simplelink_lowpower_f3_sdk_x_xx_xx_xx/tools/common/crc_tool/crc_tool patch-image --elf <.out file> --symbol-prefix ti_utils_build_GenMap_sym_CRC_CCFG -o <.out file>
    
    C:/ti/simplelink_lowpower_f3_sdk_x_xx_xx_xx/tools/common/crc_tool/crc_tool patch-image --elf <.out file> --symbol-prefix ti_utils_build_GenMap_sym_CRC_SCFG -o <.out file>

    在对映像签名后、您可以对正在使用的 dslite 使用相同的命令。  

    请告诉我这是否适合您。  

    谢谢、
    Isaac