Difference between revisions of "Jetson/Device Tree"

From eLinux.org
Jump to: navigation, search
Line 7: Line 7:
  
 
== Kernel Device Tree in L4T ==
 
== Kernel Device Tree in L4T ==
You can download the L4T Driver Package (BSP) as well as the Sample Root Filesystem from the [https://developer.nvidia.com/embedded/linux-tegra-archive L4T Archive]. Please select the BSP that matches your device.
+
You can download the L4T Driver Package (BSP) as well as the Sample Root Filesystem from the [https://developer.nvidia.com/embedded/linux-tegra-archive L4T Archive]. Please select the BSP that matches your device.
 +
 
 +
More instructions on how to set up L4T can be found in the [https://docs.nvidia.com/jetson/l4t/index.html#page/Tegra%20Linux%20Driver%20Package%20Development%20Guide/quick_start.html# Quick Start Guide].
  
 
The Device Tree Binaries (DTBs) that are presented here are the ones meant for the respective Jetson Developer Kits. For customized carrier boards, these might offer a great starting point and reference.
 
The Device Tree Binaries (DTBs) that are presented here are the ones meant for the respective Jetson Developer Kits. For customized carrier boards, these might offer a great starting point and reference.
 +
 +
The referred DTBs can be found under the following path (after uncompressing
 +
    <path_to_l

Revision as of 02:03, 9 April 2021

Testing

Downloading the Device Tree Compiler (DTC)

Considering that you are working on a Ubuntu machine, issue the following commands to set up DTC on the host machine.

    $ sudo apt update
    $ sudo apt install device-tree-compiler

Kernel Device Tree in L4T

You can download the L4T Driver Package (BSP) as well as the Sample Root Filesystem from the L4T Archive. Please select the BSP that matches your device.

More instructions on how to set up L4T can be found in the Quick Start Guide.

The Device Tree Binaries (DTBs) that are presented here are the ones meant for the respective Jetson Developer Kits. For customized carrier boards, these might offer a great starting point and reference.

The referred DTBs can be found under the following path (after uncompressing

    <path_to_l