From owner-freebsd-mips@FreeBSD.ORG Wed Nov 17 08:09:39 2010 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 F1A281065674 for ; Wed, 17 Nov 2010 08:09:39 +0000 (UTC) (envelope-from monthadar@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id A8E878FC16 for ; Wed, 17 Nov 2010 08:09:39 +0000 (UTC) Received: by qwd7 with SMTP id 7so531915qwd.13 for ; Wed, 17 Nov 2010 00:09:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=IEjefzurxIvndX8gaNPg0w9oOyDom/LJI0jMGIi26/k=; b=o4Fy0jRzMnHJQJlXMlDJOIkQ5QJhj2+yOUKpAPGzizPkzpkD5MwfyClV9QfvEp/j9N QvG8I2xIz27XYXpZtMYVDWi0gzzfLpH8UqV1KYUaMgizm+FX4id8rzuWJYHPKbhePT0E 7L+drBTLP4zn05mGacFqNVCoCGwfWAK/kvqqA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=CHqRXf+W8Y6yVJpJi0zHvyIqRwHeO2fy7kGu02nimM3x0RyzMNM0AcV+bsIep3R4R6 /eU9h7uWD/aA1AVv4zk6LlQ6yfrl3Chxuj71FCKlzrI1TVcT4UG1qTVvz7ILJkWp5AVU 6Tzzx4FC2iX5bkt+xPNKIu8tVxUkJ+Zn8QkT8= MIME-Version: 1.0 Received: by 10.229.225.199 with SMTP id it7mr7316844qcb.33.1289981378893; Wed, 17 Nov 2010 00:09:38 -0800 (PST) Received: by 10.229.182.77 with HTTP; Wed, 17 Nov 2010 00:09:38 -0800 (PST) In-Reply-To: <201011170024.24641.freebsd-mips@dino.sk> References: <201011101616.59156.freebsd-mips@dino.sk> <2ECB603F-5E21-424E-8EF7-5F7189887AEC@gmail.com> <201011170024.24641.freebsd-mips@dino.sk> Date: Wed, 17 Nov 2010 09:09:38 +0100 Message-ID: From: Monthadar Al Jaberi To: Milan Obuch Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-mips@freebsd.org Subject: Re: First RSPRO deployed ! 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: Wed, 17 Nov 2010 08:09:40 -0000 > > Is it possible to read/write flash from FreeBSD itself? When I add > geom_redboot into kernel, I see /dev/redboot directory with flash parts, but I > have no idea how to read them - dd if=/dev/redboot/ gives just an > error and no data are read... Is some special tool necessary for that? I would > like to make a backup copy of flash, just in case... > Had same issue check: http://lists.freebsd.org/pipermail/freebsd-fs/2010-November/010023.html Without Adrian's patch, try dd ... bs=64k with his (have not tried it yet) try dd ... bs=4k. Has to do with blocksize check the thread! ;) -- //Monthadar Al Jaberi