I just ran into a FreeBSD application and I had no idea it existed and it has no FreeBSD manpage.
From the output I see:
So it looks like part of the DeviceTreeCompiler and libfdt.
Is this a way to dynamically load overlays? Does anybody use this?
fdtoverlay
From the output I see:
Code:
# fdtoverlay
Usage: apply a number of overlays to a base blob
fdtoverlay <options> [<overlay.dtbo> [<overlay.dtbo>]]
<type> s=string, i=int, u=unsigned, x=hex
Optional modifier prefix:
hh or b=byte, h=2 byte, l=4 byte (default)
Options: -[i:o:vhV]
-i, --input <arg> Input base DT blob
-o, --output <arg> Output DT blob
-v, --verbose Verbose messages
-h, --help Print this help and exit
-V, --version Print version and exit
Error: missing input file
Code:
fdtoverlay -V
Version: DTC 1.6.0
Is this a way to dynamically load overlays? Does anybody use this?