From owner-freebsd-arm@FreeBSD.ORG Wed Jul 3 01:12:20 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 815F87C8 for ; Wed, 3 Jul 2013 01:12:20 +0000 (UTC) (envelope-from jordan.hubbard@gmail.com) Received: from mail-oa0-x233.google.com (mail-oa0-x233.google.com [IPv6:2607:f8b0:4003:c02::233]) by mx1.freebsd.org (Postfix) with ESMTP id 4A26610B1 for ; Wed, 3 Jul 2013 01:12:20 +0000 (UTC) Received: by mail-oa0-f51.google.com with SMTP id i4so7305588oah.10 for ; Tue, 02 Jul 2013 18:12:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date:cc :message-id:references:to:x-mailer; bh=PyxxFWvblNnmzTqymwUuvM2kCX13aOK56b/wg4dRNaY=; b=tSRWkgyCwkeV2/5uSaOZ6/KaT2NPndN+JW2zfECylbT1mBHpCXw5CwO40mCXxZMyx0 fE0Ah0OYirYYSEVIvdpkBPkkv6BO/dhnmDSMhDT2cgb7NpuFYF6/YGXDIzHWEUciMwbm GUjYkdbG57LVLPFdbPU9+Wia3I/jFkuhnTqwsgmtVv5S4Tw16BuGiWBKPYJ75LLa5Pc5 4J7XVjVsLGUsyUpa1AEns+2w7M9wZwwkWoaOts+rlvJ3NSAVxGTQU1aoBYu1T0gaWPmV VJIKoCXXwMmYC0VNaOCnYsXqYinhETtTd9TMqolVAXDV+d8u96bwfRlcYFfGqNvYZVyn ZDUg== X-Received: by 10.182.110.226 with SMTP id id2mr14733780obb.95.1372813939927; Tue, 02 Jul 2013 18:12:19 -0700 (PDT) Received: from [10.20.30.70] (230.sub-70-197-3.myvzw.com. [70.197.3.230]) by mx.google.com with ESMTPSA id ps5sm8886171oeb.8.2013.07.02.18.12.18 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Tue, 02 Jul 2013 18:12:19 -0700 (PDT) Mime-Version: 1.0 (Mac OS X Mail 6.6 \(1510\)) Subject: Re: Raspberry pi not ready to self-host yet? From: Hubbard Jordan In-Reply-To: <489E95FC-AF71-483C-BA08-81276B850B7F@bluezbox.com> Date: Tue, 2 Jul 2013 18:12:17 -0700 Message-Id: <60025368-8500-499C-9748-D1FF29E8DFEF@gmail.com> References: <800732D1-B06A-40AE-AE69-F6170662B2AA@turbofuzz.com> <20130626235542.27844683@ivory.wynn.com> <79CFABCE-156A-44B5-B989-A3607C47B2AF@mail.turbofuzz.com> <20130627013142.5fdb2544@ivory.wynn.com> <20130627111623.137ad2ca@ivory.wynn.com> <20130627215424.GA2441@night.db.net> <463D25BB-88D6-4B2E-A7F2-05A8B0525571@gmail.com> <489E95FC-AF71-483C-BA08-81276B850B7F@bluezbox.com> To: Oleksandr Tymoshenko X-Mailer: Apple Mail (2.1510) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.14 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, 03 Jul 2013 01:12:20 -0000 On Jul 1, 2013, at 1:33 AM, Oleksandr Tymoshenko = wrote: > It crashes due to INVARIANTS options in kernel config. I'm going to > look into this problem some time next week unless someone beats me to = it.=20 > Just disable them for now.=20 Yep, that did the trick! I'm now able to build world / kernel for ARM = on my MacBook Pro* and boot the result on the PI with no problems: FreeBSD pi 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252509M: Tue Jul 2 = 00:57:07 PDT 2013 jkh@whappy:/usr/obj/arm.armv6/usr/src/sys/RPI-B = arm I even have NFS up and running on the PI since adding "options NFSD" to = the RPI-B kernel. Since there are no modules built for ARM (why is = that?) that was kind of my only option. Might be worth adding to the = RPI-B configuration file until such time as that changes! - Jordan * OK, to be more accurate, I actually have FreeBSD-current running under = VMWare Fusion and the Mac's built-in SD card reader assigned to the VM, = which lets me mount it and DESTDIR=3D/sd in order to install the = world/kernel on the SD card. Unfortunately, you can't set DESTDIR to = an NFS mount because the attempts to set the immutable flags blow the = build up. :)