Has anybody gotten Mcoreloader to work? I am having issues/questions.
We want to run the C6x Linux as the master and have slaves that run Sys BIOS to do work. In order to get started, I build a small project with Sys BIOS that blinks LEDS. The project builds and runs on core 1 via CCS.
When I go to load the executable via "mcoreloader" I get the following errors:
/mnt/McoreTesting # mcoreloader 1 Core1Test.out
ELF: ELF
ELF file header entry point: 80014840
<< D L O A D >> ERROR: Failed to set target memory for segment.
<< D L O A D >> ERROR: Failed to allocate target memory for static executable.
Failed to load file Core1Test.out on core 1
This leads me to believe that there is some missing setup information. However extensive searches on E2E and google have turned up nothing helpful. So, if anybody has this working I would really appreciate a hand here.
Thanks