+1 vote
in Linux by
What is the device tree concept?

1 Answer

0 votes
by

The questions based onDevice tree concept is commonly askedin a linux interview. Device tree is a data structure which is used to remove the repetitive codes in different boards. They are loaded in the memory with the help of bootloader to a binary file. Here the kernel is used to settle the structure of the device tree on the binary.

As much kernel is important in the linux as an operating system, the questions based on kernel are equally important in the linux interview. Device tree is an important concept in kernel so interviewer may ask this question to check your knowledge about it.

Related questions

+1 vote
asked May 11, 2021 in Linux by rajeshsharma
+1 vote
asked May 10, 2021 in Linux by rajeshsharma
...