Other Parts Discussed in Thread: AM2634
Hello there,
When I looked at the multi-core examples in AM2634 SDK, it builds binary for each core and combined multiple rprc files into one image. Then SBL will load individual binary on each core.
But when looked at Vector's Microsar multi-core project, it manages multi-cores in one project, the code was distributed to other cores by linker, only one binary was built.
So the concern is when I build the image, I only assign the rprc to core 0 (because only one project and one binary), does SBL will load the image and distribut the code to the other cores as linker designed?
Maybe my understanding is wrong, so could anyone please provide a solution or example of how the Autosar multi-core project works on AM2634?
Another question is that how could I configure the drivers for multi-core in Tresos? does the AM2634 MCAL support multi-core configuration?
Thanks