Other Parts Discussed in Thread: J7200XSOMXEVM
Tool/software:
Hi,
We have designed a custom board based on the J7200XSOMXEVM reference design.
We ran the key writer using the following software version and it returned an error.
ADDON:OTP_KEYWRITER_ADD_ON_j7200_sr2_v2022.01
SDK:ti-processor-sdk-rtos-j7200-evm-08_01_00_11
The UART log at the time of the error is shown below.
OTP Keywriter ver: 22.1.1--v2022.01 (Terrific Llam
OTP_VppEn
test_pmic_i2c_lld_intf_setup(): 493: PMIC_MAIN_INST I2C Setup...
test_pmic_i2c_lld_intf_setup(): 533: done...
I2C1: Passed for address 0x4c !!!
I2C1: Passed for address 0x4c !!!
Pmic_gpioSetValue ret: 0 Works!!!
Key programming sequence initialted
Taking OTP certificate from 0x41c73004
Sciclient_otpProcessKeyCfg returns: -1
Debug response: 0x10000
Key programming sequence completed
We have confirmed that 1.8V is being supplied to VPP_CORE and VPP_MCU.
The key data was generated using the following command.
~$ ./gen_keywr_cert.sh -t ti_fek_public.pem -s keys/smpk.pem --smek keys/smek.key -a keys/aes256.key --keycnt 1 --keyrev 1
What causes "Sciclient_otpProcessKeyCfg returns: -1" and "Debug response: 0x10000"?
Regards,
mizutani