Relationship between uboot device tree and linux kernel device tree.

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Relationship between uboot device tree and linux kernel device tree.

ソリューションへジャンプ
1,679件の閲覧回数
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?

ラベル(1)
0 件の賞賛
1 解決策
1,654件の閲覧回数
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,655件の閲覧回数
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 件の賞賛