Difference between revisions of "Jetson/Device Tree"

From eLinux.org
Jump to: navigation, search
(Created page with "Testing")
 
Line 1: Line 1:
 
Testing
 
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

Revision as of 11:54, 8 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