Hi, I am using c6678 custom board. I encountered a problem when booting the example "helloword"(under ti\mcsdk_2_01_01_04\examples\ndk\helloWorld) from NAND flash. I can make sure that the booting process is ok because I tried the nand example under "ti\mcsdk_2_01_01_04\tools\boot_loader\examples\i2c\nand" which can boot from NAND flash and execute successfully( It can print the message in the example program via UART). I know that the "helloworld" example runs based on sysbios and the .out file is loaded to DDR3. So I changed the .cmd file of the nand example under "ti\mcsdk_2_01_01_04\tools\boot_loader\examples\i2c\nand", mapped all the segments to DDR3, it could also boot and execute successfully. Since the "helloworld" example didn't boot successfully, I tried to connect the DSP via emulator, but the emulator failed to connect the DSP, which printed the error in the figure below. I noticed that the size of .out file of "helloword" is about 6, 659KB. Does the .out file is too big to load? Or is there some parameters of ibl I forgot to set causes this problem?