I try to make new uboot for my custom board base on imx8mm evk.
But results was nothing change time stamp on deploy/images/imx8mmevk.
Why dts setting can't make?
1. I edited fsl-imx8mm-evk.dts file.
2. bitbake -c deploy u-boot-imx
3. bitbake u-boot-imx
It maybe I miss understand about comment out in dts.
Can we use comment out by "//" in dts. Is it only "/* */"
One more wander thing.
When I do
DISTRO=fsl-imx-xwayland MACHINE=imx8mmevk source fsl-setup-release.sh -b ./build
local.conf and bblayer.conf will be over write from zip.
I want to make custom driver with editing Kconfig also.
How to keep custom environment when I rebuild?
Best regards,
Hi, Sato Kimiyasu
To compile the u-boot in yocto, you need to use the below commands in the following order,
You can use both // or /* */ to comment out in dts file.
To add and keep the yocto kernel changes, you can refer below links.
Hope this information helps you.
Regards,
Shivani
--------------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
--------------------------------------------------------------------------------------------------------------------------
Hi madam,
I have updated my changes in the dts of u-boot, i have built using command that you specified. How can i flash to an sd card which includes kernel image, u-boot image, dtb file..