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.

[参考译文] SK-AM62B-P1:检查是否为 HS FS 器件

Guru**** 2465890 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1549221/sk-am62b-p1-check-if-it-is-hs-fs-device-or-not

器件型号:SK-AM62B-P1


工具/软件:

尊敬的团队:

我正在尝试运行位于 bootboot_socid_parser.py () 中的 Python 脚本。 我的data.txt文件提供了一个二进制文件、指示器件是处于 HS 模式还是 FS 模式、我认为我需要运行此脚本来对其进行解密。 但是、当我尝试运行脚本时、会出现“无效端口“或“端口繁忙“错误。

我怀疑端口正忙、因为我之前已初始化 UART 引导模式并能够接收字符。 我坚持这个步骤、无法确定是 HS 器件还是 FS 器件。

您能帮助我解决“端口繁忙“或“无效端口“问题吗? 我可以在 Code Composer Studio 串行终端中看到字符。 作为参考、我运行的是 Ubuntu 22.04、Code Composer Studio 也安装在 Ubuntu 22.04 上。