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: Build failure in stand

2017-12-04 Thread Warner Losh
Oh, and one more btw, can you cd stand; cd ` make -V .OBJDIR ` ; find . -name machine | xargs ls -l The only way I can see this happening is if we're doing a 32-bit build, but pulling in the amd64 header files for some bogus reason... Finally, what's the host OS? Warner On Mon, Dec 4, 2017 at

Re: Build failure in stand

2017-12-04 Thread Warner Losh
Also, can you make the full logs available? I can't recreate this with or without DEBUG_FLAGS or CFLAGS setting in my make.conf file. Warner On Mon, Dec 4, 2017 at 3:59 PM, Warner Losh wrote: > Please remove the DEBUG_FLAGS and try again. Trying to see if that's the > culprit. It works for me w

Re: Build failure in stand

2017-12-04 Thread Warner Losh
Please remove the DEBUG_FLAGS and try again. Trying to see if that's the culprit. It works for me with the default build. Warner On Mon, Dec 4, 2017 at 3:32 PM, Ryan Stone wrote: > I'm seeing the following build failure when doing a buildworld of head: > > In file included from > /repos/users/r

Build failure in stand

2017-12-04 Thread Ryan Stone
I'm seeing the following build failure when doing a buildworld of head: In file included from /repos/users/rstone/bsd-worktree/route-change/stand/ficl/i386/sysdep.c:18: /repos/users/rstone/bsd-worktree/route-change/stand/libsa/machine/cpufunc.h:491:13: error: shift count >= width of type [-Werror,

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

Re: Booting UEFI ZFS is broken on arm64

2017-12-04 Thread Andrew Turner
> On 30 Nov 2017, at 00:21, Shawn Webb wrote: > > It appears that in the latest FreeBSD 12-CURRENT/arm64 snapshot, > booting UEFI GPT ZFS on my OverDrive 1000 is broken. It boots up to > this line: > > Using DTB provided by EFI at 0x801fe0. > > Then all output stops. I'm in the process of

[SOLVED] Re: panic: Lock PFil shared rmlock not read locked @ /usr/src/sys/net/pfil.c:116 prior to r326363

2017-12-04 Thread Dave Cottlehuber
On Mon, 4 Dec 2017, at 01:24, Ryan Stone wrote: > Please update to r326376 or later. That will likely fix you issue. > Indeed it does -- thanks! A+ Dave ___ freebsd-current@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-cu