From owner-freebsd-arm@FreeBSD.ORG Fri Oct 3 03:42:18 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 97DEBB27; Fri, 3 Oct 2014 03:42:18 +0000 (UTC) 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 7126CD08; Fri, 3 Oct 2014 03:42:18 +0000 (UTC) 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=T3N92iOf3FKWEZ3ZCLXRa/UTxBl61SjCh+UFscLv9cU=; b=cEvNuCRvJThO6TiALQxYIDn4PbfcqTtSOodD7NYIhHoMNa+yJoUQChgTltjS06ekO3Fy7Y0+EbaHv7xgZCnL9eSzaoVNEDiovSfLvengYfnsHV/blE2+1j97H9Qry853nw+xpiVWAmHlKZAeiLY8cwq+UEd6DfCquXnw1mF3uss=; Received: from [182.8.76.161] (port=10913 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XZtl1-000D6s-JH; Thu, 02 Oct 2014 21:42:16 -0600 Date: Fri, 3 Oct 2014 11:42:08 +0800 From: Erich Dollansky To: YAMAMOTO Shigeru Subject: Re: FreeBSD 10.1-BETA3 Now Available Message-ID: <20141003114208.44b82af0@X220.alogt.com> In-Reply-To: <20141001.010528.1222668648660002950.shigeru@os-hackers.jp> References: <20140929023616.GG75063@hub.FreeBSD.org> <20140929123327.6ab0207c@X220.alogt.com> <20140929.142712.117419748410715004.shigeru@os-hackers.jp> <20141001.010528.1222668648660002950.shigeru@os-hackers.jp> 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-Source: X-Source-Args: X-Source-Dir: Cc: gjb@FreeBSD.org, freebsd-arm@FreeBSD.org, freebsd-stable@FreeBSD.org X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Oct 2014 03:42:18 -0000 Hi, On Wed, 01 Oct 2014 01:05:28 +0900 (JST) YAMAMOTO Shigeru wrote: > >>>>> "shigeru" == YAMAMOTO Shigeru writes: > >>>>> "Erich" == Erich Dollansky writes: > >> On Sun, 28 Sep 2014 22:36:16 -0400 Glen Barber > >> wrote: Why not try the images already available here? > >> http://ftp.freebsd.org/pub/FreeBSD/releases/ISO-IMAGES/10.1/ > >> I have tried it now several times. All with the same result. > > I get SD image, FreeBSD-10.1-BETA3-arm-armv6-RPI-B.img.bz2, from that > URL. > > When using original SD image, I can't boot because a kernel does not > find root file system. > > I get a new firmware from https://github.com/raspberrypi/firmware/ > and I replace *.dat, *.elf in SD image. > > # git clone https://github.com/raspberrypi/firmware.git > # mount_msdosfs /dev/da0s1 /mnt > # cp ./firmware/boot/*.dat /mnt/. > # cp ./firmware/boot/*.elf /mnt/. > # umount /mnt > > After replacing firmware image in SD image, I can boot RaspberryPi B+. I did this again after realising that my firmware version could be outdated. And yes, after copying the files, the Raspberry booted with the network becoming available. I am fighting at the moment with a very strange thing. I work a lot with jails. After building 10.1 from sources for the Raspberry and a reboot on the machine used, my jails do not connect to the network anymore. I also compiled now most of my software I will need on the Raspberry itself without major problems. Erich