dtc(1): reproducible segmentation fault

2015-10-23 Thread George Abdelmalik
= 0 (0x0) SIGNAL 11 (SIGSEGV) process killed, signal = 11 (core dumped) Any help debugging this futher would be much appreciated. I just can't understand why the mmap in question would fail, and what's invalid about its arguments? Regards, George. -- Ge

Re: dtc(1): reproducible segmentation fault

2015-10-25 Thread George Abdelmalik
On Fri, Oct 23, 2015 at 10:40:37AM -0600, Ian Lepore wrote: > > Don't cc me. I looked at the in-tree dtc code once and decided it's > too flawed to try to maintain, and it supports only a subset of the > full dts syntax. That's why we switched back to using the gnu dtc for > buildkernel. But I

Re: dtc(1): reproducible segmentation fault

2015-10-25 Thread George Abdelmalik
On Sat, Oct 24, 2015 at 02:11:36PM +0100, David Chisnall wrote: > On 24 Oct 2015, at 11:07, David Chisnall wrote: > > > > On 23 Oct 2015, at 17:40, Ian Lepore wrote: > >> > >> Don't cc me. I looked at the in-tree dtc code once and decided it's > >> too flawed to try to maintain, and it support

The future for support of BeagleBone Black and its variants

2023-08-10 Thread George Abdelmalik
Hi all, For a long while now CURRENT has not been working on the BBB due to incompatible upstream changes in vendor DTS files. I know there are some patches available which at least get FreeBSD running but those have yet to be incorporated into the project's repository. This leaves me with t

Re: The future for support of BeagleBone Black and its variants

2023-08-10 Thread George Abdelmalik
there are problems with DTC handling the new files, please can you raise issues here: https://github.com/davidchisnall/dtc/issues If there are problems with the kernel’s handling of the dtb, please ignore me. David On 10 Aug 2023, at 13:24, George Abdelmalik wrote: Hi all, For a long

Re: buildworld failed

2022-02-08 Thread George Abdelmalik
On 7/2/22 03:50, qroxana wrote: I know running make install for /usr/src/tools/build/test-includes can fix this, but this still fails on a newly installed 14.0-CURRENT. --- test-includes --- cd /usr/src/tools/build/test-includes; MACHINE_ARCH=aarch64 MACHINE=arm64  CPUTYPE= CC="cc -target

Re: buildworld failed

2022-02-09 Thread George Abdelmalik
On 8/2/22 15:45, Warner Losh wrote: On Tue, Feb 8, 2022 at 3:43 AM George Abdelmalik wrote: On 7/2/22 03:50, qroxana wrote: I know running make install for /usr/src/tools/build/test-includes can fix this, but this still fails on a newly installed 14.0-CURRENT