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.

IBL Nand Boot Issue

Hi,

I am trying to port IBL of C6678 for my custom board of C6678. But I am unable to read data from NAND. Could any one please tell me, how can I debug the IBL code? 

Right now I am debugging it by just loading symbol. In this case I can debug only in dessembly view. Is there any better option available to debug the IBL?

  • Asmit, the IBL source code should be in .../mcsdk_2_00_XX_YY/tools/boot_loader/ibl/src

    If you add that directory to the source search path in CCS, then CCS should display the code.

    When CCS can't find source code, it usually prompts you to add directories and/or files to the search path.

    It may help to recompile the IBL with the -g (i.e. debug symbols) option, and maybe turn off optimizations.

    Regards, Jon

  • Thanks Jonathan for your reply.

    While I am trying to debug the ibl, CCS is not asking for source sear path. It show only option of view dessambly.

    So I am not able to locate source code. Could you please let me know how can I do that? is there any other way of locating source code?