i am working on " multicore enablement guide " where I am using same version packages and everything. i did from building U-boot to flashing images flashing images to NOR -flash. I didn't get any prompt terminal after flashing. Iam suspecting the following deviations may be reasons, if not please let me know.
1)while building ATF
my log file load address are these:
IVT Location: SD/eMMC
Load address: 0x342fc680
Entry point: 0x34302000
but in document values are:
IVT Location: SD/eMMC
Load address: 0x342fc580
Entry point: 0x34302000
load address got deviated
2)IPCF while building got some errors, but any way . ko files generated and kept in FAT32 (boot_s32g27).
3)I got only IPCF examples for only M7_core_0 and M7_core_1 in DS studios but not for M7_core_2.
4)I didn't disable or removed both RM plugin and RM_init in EBtresos (because i got header file missing error while "Generating Project")
5)While making final IVT address configuration, after making "Generate S32G Boot Image Using S32DS IVT_TOOL". Initially it is deviated later I forcefully aligned as per the Document image.
Please find the Document attached below." Let me what is the problem why Iam not getting anything in terminal after following " multicore enablement guide" .