From owner-freebsd-arm@freebsd.org Sun Apr 10 01:53:03 2016 Return-Path: Delivered-To: freebsd-arm@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id E8C6FB08AF8 for ; Sun, 10 Apr 2016 01:53:03 +0000 (UTC) (envelope-from ian@freebsd.org) Received: from erouter6.ore.mailhop.org (erouter6.ore.mailhop.org [54.187.213.119]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id AFD031A4C for ; Sun, 10 Apr 2016 01:53:03 +0000 (UTC) (envelope-from ian@freebsd.org) X-MHO-User: d12508d8-febe-11e5-827e-7d17a39bef25 X-Report-Abuse-To: https://support.duocircle.com/support/solutions/articles/5000540958-duocircle-standard-smtp-abuse-information X-Originating-IP: 73.34.117.227 X-Mail-Handler: DuoCircle Outbound SMTP Received: from ilsoft.org (unknown [73.34.117.227]) by outbound3.ore.mailhop.org (Halon Mail Gateway) with ESMTPSA; Sun, 10 Apr 2016 01:52:00 +0000 (UTC) Received: from rev (rev [172.22.42.240]) by ilsoft.org (8.15.2/8.14.9) with ESMTP id u3A1r0US010258; Sat, 9 Apr 2016 19:53:00 -0600 (MDT) (envelope-from ian@freebsd.org) Message-ID: <1460253180.52955.1.camel@freebsd.org> Subject: Re: No usable event timer found on RPI2 From: Ian Lepore To: bob prohaska Cc: freebsd-arm@freebsd.org Date: Sat, 09 Apr 2016 19:53:00 -0600 In-Reply-To: <20160410000813.GI71221@www.zefox.net> References: <20160409020229.GF71221@www.zefox.net> <20160409164903.GG71221@www.zefox.net> <1460220814.1091.338.camel@freebsd.org> <20160409181716.GH71221@www.zefox.net> <1460240966.1091.340.camel@freebsd.org> <20160410000813.GI71221@www.zefox.net> Content-Type: text/plain; charset="us-ascii" X-Mailer: Evolution 3.16.5 FreeBSD GNOME Team Port Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2016 01:53:04 -0000 On Sat, 2016-04-09 at 17:08 -0700, bob prohaska wrote: > On Sat, Apr 09, 2016 at 04:29:26PM -0600, Ian Lepore wrote: > > The freebsd build process doesn't know anything about filesystems, > > it > > just installs things to DESTDIR (which is / by default). > > > > If you're doing the kernel build and install native on the rpi, you > > could get the effect you want by doing: > > > > mount -t msdosfs /dev/mmcsd0s1 /boot/dtb > > make installkernel > > umount /boot/dtb > > > > Not sure I understand this; if the build/install cycle is happening > in multi-user isn't it enough to just > > cp /boot/dtb/rpi2.dtb /boot/msdos > > ? > > bob prohaska You said you wanted the kernel install to automatically install the dtb file, so I gave you a recipe for that. :) You seem to be indicating that the fat partition is already mounted at /boot/msdos ? Is that a crochet thing? -- Ian