Relationship between uboot device tree and linux kernel device tree.

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

Relationship between uboot device tree and linux kernel device tree.

跳至解决方案
1,685 次查看
trongthinh
Contributor IV

I am working on iMX8MM-evk.
I noticed uboot also uses a device tree, but I don't know the purpose of that device tree. I looked and noticed that the uboot device tree is quite similar to the linux kernel device tree.
Are uboot device tree and linux kernel device tree independent or related?

0 项奖励
1 解答
1,660 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @trongthinh,

I hope you are doing well.

"Are uboot device tree and linux kernel device tree independent or related?"
->Both U-boot and the Linux kernel device tree are related but independent. they both use the device tree to describe the hardware configuration of the system. However, they serve different purposes and are managed quite differently.
->U-boot device tree is used to configure and initialize the hardware components needed during the boot process, while the Linux kernel used the device tree to describe the hardware configuration once the kernel is booted.

Thanks & Regards,
Dhruvit Vasavada

在原帖中查看解决方案

0 项奖励
1 回复
1,661 次查看
Dhruvit
NXP TechSupport
NXP TechSupport

Hi @trongthinh,

I hope you are doing well.

"Are uboot device tree and linux kernel device tree independent or related?"
->Both U-boot and the Linux kernel device tree are related but independent. they both use the device tree to describe the hardware configuration of the system. However, they serve different purposes and are managed quite differently.
->U-boot device tree is used to configure and initialize the hardware components needed during the boot process, while the Linux kernel used the device tree to describe the hardware configuration once the kernel is booted.

Thanks & Regards,
Dhruvit Vasavada

0 项奖励