Hi
I want to install my dtb file to /boot/ folder in rootfs. Same as zImage. How can I do this?
Peter
Solved! Go to Solution.
It was not clear you wanted to use UBIFS in the first post.
You can check this nice UBIFS tutorial from Gateworks:
Regards,
Fabio Estevam
Hello,
Basically DTS files are located in arch/arm/boot/dts/,
and the created image reside in <build directory>/tmp/deploy/images,
including . ext3 root file system.
Please look at section 4.3.5 (Copying the kernel image and DTB file)
of “i.MX_Linux_User's_Guide.pdf” how boot files should be located.
http://www.freescale.com/webapp/Download?colCode=L3.14.38_6UL_LINUX_DOCS
Have a great day,
Yuri
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------
Hi Yuri
Thanks for information. Thats not what I want. I want to install the dtb file in the ubifs when I creat the image.
Peter
It was not clear you wanted to use UBIFS in the first post.
You can check this nice UBIFS tutorial from Gateworks:
Regards,
Fabio Estevam
Yes I wrote not clearly. Thanks for the link.
Peter