Hi,
I am working on MAD Utilities for 6678 EVM. I have done with the example. Now I am trying to load an application downloaded from net to demonstrate the multicore loading. I have created the ".out" for the application and also tested the application by porting on all 8 cores. The output on console is as follows
[C66xx_0] Core 0 start...
[C66xx_0] Core 0: master go...
[C66xx_0] Core 0 terminate
[C66xx_1] Core 1 start...
[C66xx_1] Core 1 wait...
[C66xx_1] Core 1: sum(a)=4950
[C66xx_1] Core 1 terminate
.......
[C66xx_7] Core 7 start...
[C66xx_7] Core 7 wait...
[C66xx_7] Core 7: sum(a)=5550
[C66xx_7] Core 7 terminate
I executed the python script in bypass-prelink mode and created the image c6678-le.bin for the application and flashed into NAND. I made the dip switches to boot from NAND.
The IBL is fetching the entry point from the NAND but the application is not getting executed as I couldn't observe any output on the terminal.