Dear NXP engineer,
i am trying to enable secure boot now,
when i am trying to generate AHAB SRK tables as below command:
$ ../linux64/bin/srktool -a -s sha384 -t SRK_1_2_3_4_table.bin \
-e SRK_1_2_3_4_fuse.bin -f 1 -c \
SRK1_sha384_secp384r1_v3_usr_crt.pem,\
SRK2_sha384_secp384r1_v3_usr_crt.pem,\
SRK3_sha384_secp384r1_v3_usr_crt.pem,\
SRK4_sha384_secp384r1_v3_usr_crt.pem
I don't know SRK_1_2_3_4_table.bin, is it the private keys or only public keys?
And SRK_1_2_3_4_fuse.bin is the hash value of SRK_1_2_3_4_table.bin, am i right?