How can I include the .dtb in my .wic

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How can I include the .dtb in my .wic

897 Views
Blake001
Contributor III

Hi, I revised the dts, generate a patch and revised my custom layer, it finally produce a test.dtb under the images directory, however, the test.dtb is not included in my wic file, how can I make the test.dtb in the wic file so that I can flash it to emmc easily?

0 Kudos
Reply
2 Replies

875 Views
Chavira
NXP TechSupport
NXP TechSupport

Hi @Blake001!

Thank you for contacting NXP Support!

 

Do you add the proper dtb to the configuration of the machine?

 

You can see and ezample in the link below:

 

https://github.com/nxp-imx/meta-imx/blob/91cd813d1c77ae37823ebafee27cd062cc829be0/meta-imx-bsp/conf/...

 

Best Regards!

Chavira

832 Views
Blake001
Contributor III
Thank you very much! I tried you solution and it worked!