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.

TDA4VM: Using pin mux tool into an SDK .dtb file?

Question from my customer, who has generated files with the PMT that should enable building a device tree.  However, they are asking whether the generated files can be compiled to a .dtb file to startup Linux with the custom defined device tree. 

  • Hi John,

    By default the Linux build only builds the dtb/dtbo specified in Makefile.

    The generated file content from PMT can either be copied in to existing dts file by updating main_pmx0 and wkup_pmx0 nodes or include the generated file in to existing dts file using (#include).

    Regards,
    Vishal