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_DTS_FILE= DTBOUTPUTPATH=
> 
> -- Ian

thanks, will try ASAP.

danny

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


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.

-- 
Emmanuel Vadot  
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"