From owner-freebsd-arm@freebsd.org Mon Aug 15 22:53:40 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 AED80BB9CF9 for ; Mon, 15 Aug 2016 22:53:40 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (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 8E23F1234 for ; Mon, 15 Aug 2016 22:53:40 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=9Dt5d4ugsAF3bXfH12o7Qsf9d8RWrA2btqaTrIvt6N8=; b=QZ20m7BAwKY7ufMivHaX0pIPF+ 0DP/6l3PY7usg/XtfvtMcI+DUetiKQfMwocaidFs0YOwWkEcVjyNXYwL5DTqzxslvWUDKC3NNfxqO M4SV75VqbXaWHdP2bwGfAOymtTMckWgVW3h2THO6oPzzR7Fvncqh1Dm0Tqo9pN7a8KFY=; Received: from subs12-223-255-228-104.three.co.id ([223.255.228.104]:24618 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1bZQlG-003RHQ-3t; Mon, 15 Aug 2016 16:53:38 -0600 Date: Tue, 16 Aug 2016 06:53:32 +0800 From: Erich Dollansky To: Toby Cc: freebsd-arm@freebsd.org Subject: Re: Updating the RPI2 firmware Message-ID: <20160816065332.7cc55658@X220.alogt.com> In-Reply-To: <57B20E2A.9070702@fsck.ch> References: <57AF7B06.7000806@fsck.ch> <20160814044901.00f88819@X220.alogt.com> <57B20E2A.9070702@fsck.ch> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Aug 2016 22:53:40 -0000 Hi, On Mon, 15 Aug 2016 20:47:06 +0200 Toby wrote: > On 13/08/16 22:49, Erich Dollansky wrote: > > I do something like this: mount -t msdosfs /dev/mmcsd0s1 /boot/dtb > > make installkernel umount /boot/dtb Erich > Ah thanks, I didn't know about that. Indeed the dtb on the msdos slice > and the one under > /boot/dtb have diverged quite a bit by now. > > May I ask where you found out about this? I feel like I am missing a > bit of documentation. > not only you. The development is faster than the documentation of it. I found it on this mailing list some time ago and put it into my script doing the work. Erich