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.

LP-CC2652RB: key_info.txt 文件的格式不对

Part Number: LP-CC2652RB


根据OAD Image Tool — SimpleLinkTm CC13x2 / CC26x2 SDK BLE5-Stack User's Guide 2.02.01.00 documentation 这里的操作,我产生了如下 key_info.txt:

再根据 user's guide 的如下描述:

我现在有两个疑问:

1. 我的 key_info.txt 文件中没有 “SIGNER INFO” 字段;

2. 通过在 ccs 中找到的 signerInfo 字段的定义,其长度为 8 字节,key_info.txt 文件中根本就没有长度为 8 字节的字节串。

请问以上是什么原因呢?

有没有一个标准格式的 key_info.txt 文件可以分享一下呢?

谢谢!

  • 无法生成SIGNER INFO需要检查生成命令是否正确和key_generate.py中是否有SIGNER INFO生成的相关函数

    有没有一个标准格式的 key_info.txt 文件可以分享一下呢?

    SDK中没有提供标准的key_info.txt文件

    这里有其他人生成的 key_info.txt 你可以看一下https://e2e.ti.com/support/wireless-connectivity/sub-1-ghz-group/sub-1-ghz/f/sub-1-ghz-forum/918967/ccs-launchxl-cc1352p-ccs-launchxl-cc1352p

  • 谢谢你的回答!

    我又试了一下,发现是 python 版本兼容问题

    而我恰好用的是 phtyon3.9...

    再次表示感谢!