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.

DM365 ubl

Hi,

DM365 user boot loader(UBL) how to compile in RDK flash_utils_dm36x ?

BR

Tejas patil

  • Inside the boot loader directory, there are make files available to build the boot loaders.
    There are multiple build methods, but select gcc method if you have linux host. Edit the make file with right tool chain name.
    Also you have to pass right argument of platform configuration. i.e. if you are building UBL for SD or NAND you have to slect the COnfig macro accordingly. Also clock config. combinations also to be taken care.