From owner-freebsd-mips@FreeBSD.ORG Mon Dec 12 16:18:25 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 ED5FF106564A; Mon, 12 Dec 2011 16:18:25 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id AAB048FC0C; Mon, 12 Dec 2011 16:18:25 +0000 (UTC) Received: by iakl21 with SMTP id l21so4755378iak.13 for ; Mon, 12 Dec 2011 08:18:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=q6AE4qkIsnSiKdfaJ4aNppRDZDIgHFe7VacicC5vCcU=; b=xPC5+vljvZfzRheM3q9v9iwywJ0inFGMqeNIsJMs6Vr3F2ZwVPO+IYDNyekTXHln+4 /aP9BFbO9A6oVAtpuP6AOnJx/wwRRBZYpmaxUzis/s4eq4UnwYECF0oLEjq7Z5S/TG8U RRIIt/5kJYNyN8kvS4HkQ2Ik1GpG34LU8rTGI= MIME-Version: 1.0 Received: by 10.42.72.135 with SMTP id o7mr13263288icj.45.1323706704859; Mon, 12 Dec 2011 08:18:24 -0800 (PST) Received: by 10.50.51.233 with HTTP; Mon, 12 Dec 2011 08:18:24 -0800 (PST) In-Reply-To: <4EE27E16.7040002@dat.pl> References: <11610829.bYiI1B7eQ0@snifi> <2627625.rUEEKy6LTO@snifi> <4EE27E16.7040002@dat.pl> Date: Mon, 12 Dec 2011 17:18:24 +0100 Message-ID: From: Monthadar Al Jaberi To: Maciej Milewski Content-Type: text/plain; charset=ISO-8859-1 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: Mon, 12 Dec 2011 16:18:26 -0000 Adrian I run makefs + dd.... the mount procedure was a test, but its noted and I wont run from VirtualBox :P I can boot now using code from 12 Dec. thank you all =) On Fri, Dec 9, 2011 at 10:31 PM, Maciej Milewski wrote: > 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 -- Monthadar Al Jaberi