From owner-freebsd-arm@freebsd.org Wed Dec 30 21:51:06 2015 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 2FA83A55A05 for ; Wed, 30 Dec 2015 21:51:06 +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 09C651FBF for ; Wed, 30 Dec 2015 21:51:06 +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; bh=SIdxVMkWPncAA8+Im2S9g3at0shWzVTozVUTw+sXp/Y=; b=vNouSlqCNe2h5CWqcilTeOhu+g sB6j96ML6eGV8zPnmM4BxslbnSJZFUD/DKjdBDWi0CIGzUVLNSjTDteZ9mVolbK8g7zA3ZtRa2G4a 6TvkH5lVPcXKOpLB4h4W0TDOKi+Ae9fsiPEtaURaFFyha0VzN7Em4smGQMA7raxtETS4=; Received: from [114.121.132.122] (port=56121 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aEOe1-001sPk-Rn; Wed, 30 Dec 2015 14:50:58 -0700 Date: Thu, 31 Dec 2015 05:50:51 +0800 From: Erich Dollansky To: Martin Birgmeier Cc: freebsd-arm@freebsd.org Subject: Re: Booting a RPI 1 B+ Message-ID: <20151231055051.119d587a@X220.alogt.com> In-Reply-To: <56840940.20709@aon.at> References: <56840940.20709@aon.at> 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.20 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Dec 2015 21:51:06 -0000 Hi, On Wed, 30 Dec 2015 17:41:36 +0100 Martin Birgmeier wrote: > I have prepared a (16 GB) micro SDHC card from > ftp://ftp.freebsd.org/pub/FreeBSD/snapshots/arm/armv6/ISO-IMAGES/10.2/FreeBSD-10.2-STABLE-arm-armv6-RPI-B-20151229-r292855.img.xz > (i.e., dd'd the 480 MB to the card). > I use Samsung and SanDisk with success. I also found out that FreeBSD 11 has a higher chance of booting than 10.2. 10.2 is more picky about the cards in use. You can also take the card out and back to a running machine and check the settings in /etc/rc.conf. The file system should use after the first start the full capacity. If not, the system never started. Erich