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.

Installing U-Boot and UBL on Appro DMVA2 IPNC

Hi.

I'm trying to follow the instructions in the user guide and I'm getting stuck within the first few steps:

4) Connect JTAG to IPNC debug board.
5) Open Setup Code Composer Studio version 3.3 or higher with DM365 ARM9 configuration from CCS setup program
6) Load gel_ipnc_dm36x_xxx.gel file from <installDir>/Utils/gel_dm36x/ directory.
7) Connect Code Composer Studio to the target board. You can also press Alt+C. The message “The target is now connected” appears as shown.

I've done step 4 and followed this video:

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/CCSv4/Demos/ccs4-setup1_b5.htm

in order to configure CCS for DM365 and XDS100v2.

After that, I go to Tools -> GEL files and then load the gel file, and now when I'm trying to connect CCS to the target board I get an error message saying:

"No source available for "0x10".

This is a screenshot of what I get:

What am I doing wrong here?

Should I make a new project first? If so, what type of project?

Thanks.

  • EM,

    There is nothing wrong. It is trying to find the C source code for the assembly instructions at the offset 0x10 where program counter is pointing currently. Since you don't have the source code, you need not worry. You can press F8 for continue running or you can continue with the next step( loading the executable to target.).

    You'll keep seeing this many times. You can simply ignore.