Re: how to produce dtb from dts?

2017-12-04 Thread Daniel Braniss
> On 4 Dec 2017, at 20:31, Ian Lepore wrote: > > On Mon, 2017-12-04 at 19:06 +0200, Daniel Braniss wrote: >> 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_

Re: how to produce dtb from dts?

2017-12-04 Thread Ian Lepore
On Mon, 2017-12-04 at 19:06 +0200, Daniel Braniss wrote: > 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= DTBOUTPUTPATH= -- Ian ___

Re: how to produce dtb from dts?

2017-12-04 Thread Emmanuel Vadot
On Mon, 4 Dec 2017 19:06:46 +0200 Daniel Braniss wrote: > 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. -- Em

how to produce dtb from dts?

2017-12-04 Thread 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 ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-current To un