From owner-freebsd-arm@FreeBSD.ORG Wed Jun 26 18:38:27 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 1E2C2A71 for ; Wed, 26 Jun 2013 18:38:27 +0000 (UTC) (envelope-from tuexen@freebsd.org) Received: from mail-n.franken.de (drew.ipv6.franken.de [IPv6:2001:638:a02:a001:20e:cff:fe4a:feaa]) by mx1.freebsd.org (Postfix) with ESMTP id 286F5161B for ; Wed, 26 Jun 2013 18:38:26 +0000 (UTC) Received: from [192.168.1.200] (p508F1F2E.dip0.t-ipconnect.de [80.143.31.46]) (Authenticated sender: macmic) by mail-n.franken.de (Postfix) with ESMTP id 944981C0C0695; Wed, 26 Jun 2013 20:37:57 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: Problems with Head on RaspberryPi From: Michael Tuexen In-Reply-To: <846063D0-A3D2-42AD-BC44-52A64910C4B0@bluezbox.com> Date: Wed, 26 Jun 2013 20:37:57 +0200 Content-Transfer-Encoding: 7bit Message-Id: <3358A6A9-409D-4A58-9736-F8DA037B7F69@freebsd.org> References: <846063D0-A3D2-42AD-BC44-52A64910C4B0@bluezbox.com> To: Oleksandr Tymoshenko X-Mailer: Apple Mail (2.1508) Cc: freebsd-arm@freebsd.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting FreeBSD to the StrongARM Processor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Jun 2013 18:38:27 -0000 On Jun 26, 2013, at 7:39 PM, Oleksandr Tymoshenko wrote: > > On 2013-06-26, at 10:22 AM, Michael Tuexen wrote: > >> Dear all, >> >> I have build FreeBSD using the script from >> https://github.com/daveish/freebsd-arm-tools >> for a couple of weeks and it worked fine. However, >> doing this within the last days, compilation and >> installation works, but the Raspberry Pi doesn't >> boot. After Starting kernel with NULL args >> or so, it doesn't show anything else. Normally >> the FreeBSD boot messages would appear. Does anyone >> else also see this? Any idea how to get some >> debug output out of the Raspberry Pi? > > > Try disabling INVARIANTS options in the kernel. It seems > new code in uma_dbg performs atomic ops on the > allocated memory and if memory has been remapped as > non-cached it causes exception. OK. I'll try and report. It may take 24 hours... Best regards Michael > >