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.

DM368 u-boot build do we need CCS

Hello

   In DM368 in our design we have changed the Nand memory from reference design to our design we are able to build the u-boot in CCS 5.1 and it is working.

But we went to now is it possible to build u-boot source code from linux pc without CCS ?

Regards

Asif

  • Hello,
    CCS is not necessary to build u-boot. It is common for people build it with makefiles from the command line without using CCS. And actually, that is essentially how CCS works - it uses makefiles under the hood.

    Thanks
    ki