Part Number: MCU-PLUS-SDK-AM243X
Other Parts Discussed in Thread: SYSCONFIG
Tool/software:
Hi,
I'm back to the loaded appimage authentication.
I'm loading an *.hs_fs appimage to address 0x5DC000. The appimage is running OK.
I'd like to authenticate the appimage.
Step A : setting the ospi flash controller to DAC mode by:
int i_dac_mode= OSPI_enableDacMode(gFlashHandle[CONFIG_FLASH0]);
I see that i_dac_mode = SystemP_SUCCESS;
Step B:
uint32_t ul_ospi_auth_adr = 0x060000000 + 0x5DC000;
int i_auth = Bootloader_socAuthImage(ul_ospi_auth_adr);
I see that i_auth != SystemP_SUCCESS;
i_auth = -1;
Is my address calculation correct ?
Is there any step I'm missing ?
Please advice on how to proceed ?
Thanks,
Eli