From owner-freebsd-arm@FreeBSD.ORG Thu Jun 27 15:23:29 2013 Return-Path: Delivered-To: freebsd-arm@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id D2983F4F for ; Thu, 27 Jun 2013 15:23:29 +0000 (UTC) (envelope-from alie@affle.com) Received: from mail-qa0-f44.google.com (mail-qa0-f44.google.com [209.85.216.44]) by mx1.freebsd.org (Postfix) with ESMTP id 968061D53 for ; Thu, 27 Jun 2013 15:23:29 +0000 (UTC) Received: by mail-qa0-f44.google.com with SMTP id o13so2126479qaj.3 for ; Thu, 27 Jun 2013 08:23:23 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-gm-message-state; bh=tCREhe8Z07nRevVNo97x46Am71nSer+LY0VTodW+K7Y=; b=k0yHEzqMQam6ctygk4rsOafi/XJTIbvOzoYGTEBjOnsZYYvWby8/16BuPHGd0DjAf1 R504SG0jqWLZxQjUuOSzL7b7Q50vqNx8xZVdg/hhZMYqMIaAQuOXvX1Up+LrsBSwtz50 lz6s2Gbrqw6zwbMPJcu8DguVXFKDCm4x6dIK9UHe08EHug7yuPI1A3NroRdj24yrGzul KHMLcrq3MA+udcyU+cYhalP+0rdADWIM5Xi3MI6JsiA2sIdPAOFzs/N3kZAlrkRKuvZo iMOdIRkOAREb0w+v7MVlxRUGuKDiOrulEJp2NVNlSgKX80rNKe3wVJO+8Qo3TmanDhXG 9BHg== MIME-Version: 1.0 X-Received: by 10.224.65.72 with SMTP id h8mr11847546qai.73.1372343022211; Thu, 27 Jun 2013 07:23:42 -0700 (PDT) Received: by 10.49.106.1 with HTTP; Thu, 27 Jun 2013 07:23:42 -0700 (PDT) In-Reply-To: References: <846063D0-A3D2-42AD-BC44-52A64910C4B0@bluezbox.com> <3358A6A9-409D-4A58-9736-F8DA037B7F69@freebsd.org> <20130626222316.GA87896@night.db.net> Date: Thu, 27 Jun 2013 22:23:42 +0800 Message-ID: Subject: Re: Problems with Head on RaspberryPi From: Alie Tan To: Ralf Wenk X-Gm-Message-State: ALoCoQmLVBxuCZJp+BZP6YHeLy5AMT1glZvJ5hwlhaElTrK2Xlk0TmTmuzeLqpcTj7jnsqxGxB5F Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 Cc: "freebsd-arm@freebsd.org" , Jeff Roberson 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: Thu, 27 Jun 2013 15:23:29 -0000 On Thu, Jun 27, 2013 at 9:38 PM, Ralf Wenk wrote: > On Thu, 27 Jun 2013 12:46:41 +0200, Michael Tuexen > wrote: > > > On Jun 27, 2013, at 12:23 AM, Diane Bruce wrote: > > > On Wed, Jun 26, 2013 at 08:37:57PM +0200, Michael Tuexen wrote: > > >> 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... > > > > > > I'm sorry to report it does not work. > > Building r252255 without INVARIANTS and INVARIANT_SUPPORT > > results in an image which boots completely on a R-Pi Model B with > > 512 MB RAM. > > I just confirmed that without INVARIANTS and INVARIANT_SUPPORT a r252159 > with the vmem.diff patches from Jeff Roberson applied boots also on the > same R-Pi Model B. > Are you able to compile any pkg on it? > > Ralf > > > So is someone working on the uma_dbg stuff? > > > > Best regards > > Michael > > > > > >> > > >> Best regards > > >> Michael > > >>> > > > > > > - Diane > > > -- > > > - db@FreeBSD.org db@db.net http://www.db.net/~db > > > _______________________________________________ > freebsd-arm@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" >