Other Parts Discussed in Thread: J7200XSOMXEVM
Tool/software:
Hi,
We have designed a custom board based on the J7200XSOMXEVM reference design.
Thanks to the following forum We were able to make our custom board an HSSE device:
https://e2e.ti.com/support/processors-group/processors/f/processors-forum/1542364/dra821u-q1-about-keywriter-application-error-codes/5941929?tisearch=e2e-sitesearch&keymatch=%20user%3A298257#
The next step is to perform a secure boot authentication check.
Therefore, we tested the booting of the following software combinations:
- Bootloader and FitImage generated using the default custMpk.*
- Bootloader and FitImage generated using a custom custMpk.*
The test results are listed below.
Bootloader | FitImage | Result |
default custMpk.* | default custMpk.* | The bootloader won't start |
default custMpk.* | custom custMpk.* | The bootloader won't start |
custom custMpk.* | default custMpk.* | The kernel starts |
custom custMpk.* | custom custMpk.* | The kernel starts |
We assumed that "FitImage authentication failed" in the red area.
Is our understanding wrong? Also, how can I cause an authentication error in FitImage that is not properly signed?
Regards
mizutani