工具/软件:
我需要 soc_uid
在外部应用程序中检索以进行授权计算。 如何 soc_uid
在外部应用程序代码中获取? 请提供示例代码。
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.
工具/软件:
我需要 soc_uid
在外部应用程序中检索以进行授权计算。 如何 soc_uid
在外部应用程序代码中获取? 请提供示例代码。
您好:
请参阅以下参考资料:
https://software-dl.ti.com/tisci/esd/latest/2_tisci_msgs/security/runtime_debug.html#get-soc uid
此致、
Prashant
请参阅以下常见问题解答:
PFA K3CONF 工具的补丁(https://git.ti.com/cgit/k3conf/k3conf)
e2e.ti.com/.../0001_2D00_Add_2D00_socuid_2D00_flag_2D00_for_2D00_getting_2D00_soc_2D00_uid.patch
以下是示例日志:
root@am62xx-evm:~# ./k3conf --socuid |----------------------------------------------------------------------------------------| | VERSION INFO | |----------------------------------------------------------------------------------------| | K3CONF | (version v0.3-25-gd336ec5-dirty built Thu May 22 10:43:45 UTC 2025) | | SoC | AM62X SR1.0 | | SYSFW | ABI: 4.0 (firmware version 0x000a '10.1.8--v10.01.08 (Fiery Fox))') | | F/w Capabilities | 0xb7: GEN DEEP_SLP MCU_ONLY PART_IO DM_MGD_LPM IO_ISO | |----------------------------------------------------------------------------------------| SOC_UID[0] = 0x09B8071B SOC_UID[1] = 0x685ABE5A SOC_UID[2] = 0xAF1832F0 SOC_UID[3] = 0x151200B6 SOC_UID[4] = 0x89760D3D SOC_UID[5] = 0x49D0977E SOC_UID[6] = 0x54589AAD SOC_UID[7] = 0xF4348BB0 root@am62xx-evm:~#