Tool/software:
HI, TI
I want to read data from otp extended region via Acore.
My way, according to TISCI User Guide
1. modify sec-cfg.yaml in u-boot/board/ti/am62x/sec-cfg.yaml
ti_sci system-controller@44043000: Message not acknowledgedret -19
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.
Tool/software:
HI, TI
I want to read data from otp extended region via Acore.
My way, according to TISCI User Guide
1. modify sec-cfg.yaml in u-boot/board/ti/am62x/sec-cfg.yaml
Hi Hong
I have read this article and comment carefully
It tells us that we should read otp extended data from optee.
But it seems that it does not success.
So I want to confirm that
Can we read otp extended data via optee ?
It looks like you had the extended OTP access via OPTEE working.
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1446170/am62a7-q1-keywriter---otp-extended-data
Best,
-Hong
Yes, We can read OTP extended via optee.
But, I still have confusions.
The one way is that I load sbl_stage1, sbl_stage2 and hsm firmware from mcu_plus_sdk_am62ax_09_02_00_38 to AM62Ax, the result is we can read otp extended data via optee successfully !
The another way is that I load tiboot3 ( that had been modify sec_cfg.yaml files), tispl form ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05 to AM62Ax, and not load HSM firmware, the result is failed !
How can We do ?
Thanks
The another way is that I load tiboot3 ( that had been modify sec_cfg.yaml files), tispl form ti-processor-sdk-linux-edgeai-am62axx-evm-09_02_00_05 to AM62Ax, and not load HSM firmware, the result is failed !
As noted in the below e2e, have we tested by moving the "write_host_id" entry after 32 entries of "otp_entry" in "sec-cfg.yaml"?
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1411971/am623-extended-otp-api---yocto---application-user-space/5520979#5520979
"Can we re-test by moving the "write_host_id" entry after 32 entries of "otp_entry" in
https://git.ti.com/cgit/ti-u-boot/ti-u-boot/tree/board/ti/am62x/sec-cfg.yaml?h=10.01.08#n251
Here is the reference on Extended OTP array configuration in secure board config
https://software-dl.ti.com/tisci/esd/latest/3_boardcfg/BOARDCFG_SEC.html#extended-otp-array-configuration"
Best,
-Hong