From owner-freebsd-mips@FreeBSD.ORG Fri Dec 9 21:30:27 2011 Return-Path: Delivered-To: freebsd-mips@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 994E1106566B; Fri, 9 Dec 2011 21:30:27 +0000 (UTC) (envelope-from milu@dat.pl) Received: from jab.dat.pl (dat.pl [80.51.155.34]) by mx1.freebsd.org (Postfix) with ESMTP id 4F4088FC14; Fri, 9 Dec 2011 21:30:26 +0000 (UTC) Received: from jab.dat.pl (jsrv.dat.pl [127.0.0.1]) by jab.dat.pl (Postfix) with ESMTP id D85AD5E; Fri, 9 Dec 2011 22:30:25 +0100 (CET) X-Virus-Scanned: amavisd-new at dat.pl Received: from jab.dat.pl ([127.0.0.1]) by jab.dat.pl (jab.dat.pl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id gNq_26-mvSAP; Fri, 9 Dec 2011 22:30:23 +0100 (CET) Received: from snifi.laptop (178-36-35-170.adsl.inetia.pl [178.36.35.170]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by jab.dat.pl (Postfix) with ESMTPSA id 073744C; Fri, 9 Dec 2011 22:30:22 +0100 (CET) Message-ID: <4EE27E16.7040002@dat.pl> Date: Fri, 09 Dec 2011 22:31:02 +0100 From: Maciej Milewski User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:8.0) Gecko/20111118 Thunderbird/8.0 MIME-Version: 1.0 To: Adrian Chadd References: <11610829.bYiI1B7eQ0@snifi> <2627625.rUEEKy6LTO@snifi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-mips@freebsd.org Subject: Re: boot RSPRO from usb X-BeenThere: freebsd-mips@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to MIPS List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2011 21:30:27 -0000 On 2011.12.09 20:38, Adrian Chadd wrote: > Did you mount this on a PC, rather than a MIPS (or other big endian) device? > > You can't do that; you'll end up creating/writing a little-endian FFS > to the disk, which won't work. > > I'll try this with -HEAD when I've finished moving. It's possible that > USB is actually broken; so I'll try to eliminate that and get back to > you. > > > Adrian His generated image works fine with my -head from ~30 Nov 2011 Next step would be trying to get that tested on 9-current Maciek