Hello
We are working on a custom board with the C6678 DSP Silicon version 2.0
On power-up and PCI auto enumeration (Windows host) , the C6678 DSP shows 5 bars, with BAR1 to BAR5 32MB each (it's ok)
Following the example in '...\mcsdk_2_01_02_06\tools\boot_loader\examples\pcie\linux_host_loader' and using scripts in '...\mcsdk_2_01_02_06\tools\boot_loader\examples\pcie\pcieboot_helloworld\evmc6678l\bin'
we generate our .bin file and we copy it to the DSP
after that we write the boot entry addr to 0x1087FFFC (core 0 Magic Address) but our program doesn't run.
We also tried to swap endianess but the problem still persists
N.B. Our application runs in Multicore shared memory (MSM, 0C000000 - 0C3FFFFF)
Any idea??
Thanks