Hi, Sato Kimiyasu
To compile the u-boot in yocto, you need to use the below commands in the following order,
- bitbake -c compile -f u-boot-imx
- bitbake u-boot-imx or bitbake -c deploy u-boot-imx
You can use both // or /* */ to comment out in dts file.
To add and keep the yocto kernel changes, you can refer below links.
- i.MX Yocto Project: How can I patch the kernel?
- Section 2.6.2 and 2.6.3 of this link
Hope this information helps you.
Regards,
Shivani
--------------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
--------------------------------------------------------------------------------------------------------------------------