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.

UBL CCS project

Hi,

Is the source code and complete project of UBL for CCS on DM365 available?

Thanks,

  • Shahrad,

    Yes. You can find it in flash_utils.tar.gz/flash-utils-davinci.tar.gz  (flash_utils\DM36x\CCS\UBL).

    If you check the UBL.pjt, you will find the source files location as below.

    [Source Files]
    Source="..\..\..\Common\arch\arm926ejs\src\boot.c"
    Source="..\..\..\Common\arch\arm926ejs\src\selfcopy.c"
    Source="..\..\..\Common\drivers\src\nand.c"
    Source="..\..\..\Common\drivers\src\nor.c"
    Source="..\..\..\Common\gnu\src\debug.c"
    Source="..\..\..\Common\gnu\src\uart.c"
    Source="..\..\..\Common\src\util.c"
    Source="..\..\..\Common\ubl\src\nandboot.c"
    Source="..\..\..\Common\ubl\src\norboot.c"
    Source="..\..\..\Common\ubl\src\uartboot.c"
    Source="..\..\..\Common\ubl\src\ubl.c"
    Source="..\..\Common\src\device.c"
    Source="..\..\Common\src\device_nand.c"
    Source="UBL.cmd"

    If you meet problem when building ubl in ccs3.3, pls check http://processors.wiki.ti.com/index.php/How_to_update_CCS_ARM_cgtools_to_build_the_DM365_ubl_in_CCS_3.3.