Discussion:
how to produce dtb from dts?
(too old to reply)
Daniel Braniss
2017-12-04 17:06:46 UTC
Permalink
Hi,
what’s the current official procedure to compile/convert a dts file, I’m my case sun8i-h3-nanopi-neo.dts
to its dtb?

thanks,
danny
Emmanuel Vadot
2017-12-04 17:33:51 UTC
Permalink
On Mon, 4 Dec 2017 19:06:46 +0200
Hi,
what?s the current official procedure to compile/convert a dts file, I?m my case sun8i-h3-nanopi-neo.dts
to its dtb?
thanks,
danny
You can use sys/tools/fdt/make_dtb.sh
This is what the build system uses.
--
Emmanuel Vadot <***@bidouilliste.com> <***@freebsd.org>
Ian Lepore
2017-12-04 18:31:59 UTC
Permalink
Post by Daniel Braniss
Hi,
what’s the current official procedure to compile/convert a dts file,
I’m my case sun8i-h3-nanopi-neo.dts
to its dtb?
thanks,
danny
make builddtb FDT_DTS_FILE=<input file> DTBOUTPUTPATH=<whatever>

-- Ian
Daniel Braniss
2017-12-05 07:22:00 UTC
Permalink
Post by Daniel Braniss
Hi,
what’s the current official procedure to compile/convert a dts file,
I’m my case sun8i-h3-nanopi-neo.dts
to its dtb?
thanks,
danny
make builddtb FDT_DTS_FILE=<input file> DTBOUTPUTPATH=<whatever>
-- Ian
thanks, will try ASAP.

danny

Loading...