Other Parts Discussed in Thread: UNIFLASH
Dear TI,
we're using a customised OSPI SBL bootloader on our proprietary target with deviant DDR and OSPI Flash. So I adapted the sample bootloader to suit this. It's running fine so far, but now we are getting errors at startup with our multicore image becoming bigger as development moves on :
DCS_SOM OSPI Bootloader
Built (Aug 16 2023, 11:10:55)
Support for DDR4 memory device IS43QR16512
Support for NOR flash device MT35XL512 in 1S-1S-8S mode
DMSC Firmware Version 8.5.3--v08.05.03 (Chill Capybar
DMSC Firmware revision 0x8
DMSC ABI revision 3.1
[Bootloader_verifyMulticoreImage] failure in line 523
Image authentication failure
[Bootloader_parseMultiCoreAppImage] failure in line 616
Multicore image authentication failure
Some tests have failed!!
Status: -1
Status FAILED in line: 164
I added the comments myself in the bootloader code; and it seems that the call to the Bootloader_socAuthImage() in the SYSFW is returning with a failure. So authentication of the image is failing.
Our multicore image size just surpassed 0x180000 in past days.
Can it have something to do with this?
kind regards,
Marc Schouteeten