How can I include the .dtb in my .wic

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

How can I include the .dtb in my .wic

867 次查看
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 项奖励
回复
2 回复数

845 次查看
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

802 次查看
Blake001
Contributor III
Thank you very much! I tried you solution and it worked!