This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Use mcoreloader to load .out on other cores

Hi

Using EVM6678 I have followed the instruction in http://processors.wiki.ti.com/index.php/BIOS_MCSDK_2.0_User_Guide#Example_2_-_Building_and_running_your_first_tasking_application_using_MCSDK_and_BIOS

and build a simple project to blink led and using jtag it tun properly on core 1, but when i configure swithes to boot from NAND and use mcoreloader to load led_playbios.out file to core1 there is the following error:

/ # mcoreloader 1 /var/local/led_playbios.out                                   
ELF: ELF                                                                        
ELF file header entry point: c013dc0                                            
<< 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 /var/local/led_playbios.out on core 1

what is the problem with my work?

I use led_playbios.out directly from the output of build procedure in CCS,  is it correct? is it any conversion needed to convert this .out file to .xe66>

thanks