logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

fdtget - read values from device-tree

Author

fdtget was written by The Chromium OS Authors.

       This  manual  page was written by Héctor Orón <zumbi@debian.org>, for the Debian project (but may be used
       by others).

Linux                                            30 January 2012                                          DTC(1)

Description

       Read values from device-tree. Each value is printed on a new line.

Name

fdtget - read values from device-tree

Options

-h     Print this help.

       -t <type>
              Type of data

              <type>  s=string, i=int, u=unsigned, x=hex
              Optional modifier prefix:
              hh or b=byte, h=2 byte, l=4 byte (default)

Synopsis

/usr/bin/fdtget <options> <dt file> [<node> <property>]...

See Also