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.

[参考译文] PROCESSOR-SDK-AM64X:身份验证 hs_fs Helloworld 加密。

Guru**** 2460850 points


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

https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1480918/processor-sdk-am64x-authentication-hs_fs-helloworld-encrytion

器件型号:PROCESSOR-SDK-AM64X

工具与软件:

您好、我们使用 hs_fs 版本。

确实如此、如果一个向器件电子保险丝写入 OTP、则该器件将变为 HS 器件。

会产生什么影响? 例如:我们的器件无法再通过 JTAG 运行

我们如何测试该过程

2我们如何测试此过程?\


  struct tisci_msg_proc_auth_boot_req authReq

  /*请求 TIFS (SYSFW)对映像进行身份验证(如果在 x509认证中提到、则进行解密)*/
  authreq.certificate_address_hi = 0u
  authreq.certificate_address_lo = certLoadAddr

  Status = Sciclient_procBootAuthAndStart (&authReqSystemP_WAIT_FOREVER);




例如:必须在 HS 中使用此身份验证、器件正确吗? 每次我尝试时、有些方法是如何失败并返回错误的结果?

https://software-dl.ti.com/tisci/esd/latest/6_topic_user_guides/secure_boot_signing.html

谢谢