From owner-freebsd-arm@freebsd.org Sat Aug 13 20:49:14 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 DD37BBB6319 for ; Sat, 13 Aug 2016 20:49:14 +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 BF44C180F for ; Sat, 13 Aug 2016 20:49:14 +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=D9NicJS1mOI6LUXpNx9+hWCOt1TNCAugBObV4cIV+SU=; b=OYs6E3gYyx4xSKKVIaDyv+YzIj j4wZ5+ije4HmE6RMA1stT5Ee8kAllglGJkThOdZzCy/8niDc1/8ObdBoGlkAEBzIX2HL2N0YQSiDK joCQY5w21aIhfxG7MpSueruwcDU5kAb2eqUtVcgrna6T3D44am/AtE0Vm/sh6XKhP8ME=; Received: from [114.121.236.27] (port=45988 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 1bYfrf-000jf7-1s; Sat, 13 Aug 2016 14:49:07 -0600 Date: Sun, 14 Aug 2016 04:49:01 +0800 From: Erich Dollansky To: Toby Cc: freebsd-arm@freebsd.org Subject: Re: Updating the RPI2 firmware Message-ID: <20160814044901.00f88819@X220.alogt.com> In-Reply-To: <57AF7B06.7000806@fsck.ch> References: <57AF7B06.7000806@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: Sat, 13 Aug 2016 20:49:15 -0000 Hi, On Sat, 13 Aug 2016 21:54:46 +0200 Toby wrote: > Hi > > I initially installed my RPI2 model B from an iso image found here: > > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/11.0/ > (that subdir does not exist anymore after RELENG_11 has been tagged) > > Since then, I updated a few times by building world directly on the > pi. I however never updated the firmware files (those residing on the > msdos slice). > > Should I update these as well? If so, where do I find the correct > versions and how do I update? I did try overwrite with the files from > the latest image a while ago, but that didn't work, my system didn't > boot anymore. > > Thanks, > Toby > _______________________________________________ > freebsd-arm@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-arm > To unsubscribe, send any mail to "freebsd-arm-unsubscribe@freebsd.org" I do something like this: mount -t msdosfs /dev/mmcsd0s1 /boot/dtb make installkernel umount /boot/dtb Erich