From owner-freebsd-stable@FreeBSD.ORG Tue Sep 30 23:50:29 2014 Return-Path: Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D6EC3E4A; Tue, 30 Sep 2014 23:50:29 +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 AF7447AD; Tue, 30 Sep 2014 23:50:29 +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=9srXlKHWug3VGnwCWNXjDMuA6Rj+RrMKJOJYOIemyzU=; b=XIx/Rw2ZCFbpomLes9PkmzjcOssyFb8hpGGBGD8HrdytITczKcFZ6CgMcocawmYdlAcJlrJ8sS8CWW1nQ12zg87Bjj2sejvPCiBcjmNOpZgtTYGfGpdQKm3wq5NAslTLXGBkSlEZlJaYLhDMfhBUb+eJWpML5a0nBop8KOsJ4HM=; Received: from [182.1.53.165] (port=53968 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1XZ7Bb-000zRk-86; Tue, 30 Sep 2014 17:50:28 -0600 Date: Wed, 1 Oct 2014 07:50:17 +0800 From: Erich Dollansky To: YAMAMOTO Shigeru Subject: Re: FreeBSD 10.1-BETA3 Now Available Message-ID: <20141001075017.04a1b002@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-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2014 23:50:30 -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 do not see any messages as I still do not have a monitor cable. > I get a new firmware from https://github.com/raspberrypi/firmware/ > and I replace *.dat, *.elf in SD image. > It seems that I did something wrong then. The Raspberry is currently compiling world. It should be finished with it only tomorrow. > # 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 > I replaced all files. Erich