From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [194.249.198.85] (helo=kasica.elsis.si) by pentafluge.infradead.org with smtp (Exim 3.22 #1 (Red Hat Linux)) id 17PKtV-0003jB-00 for ; Tue, 02 Jul 2002 11:28:25 +0100 Content-Type: text/plain; charset="iso-8859-1" From: Iztok Zupet Reply-To: iz@vsr.si To: linux-mtd@lists.infradead.org Subject: Re: RedBoot from DoC not working quite well Date: Tue, 2 Jul 2002 12:28:59 +0200 References: <200207011603.35218.iz@vsr.si> In-Reply-To: <200207011603.35218.iz@vsr.si> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200207021228.59254.iz@vsr.si> Sender: linux-mtd-admin@lists.infradead.org Errors-To: linux-mtd-admin@lists.infradead.org List-Help: List-Post: List-Subscribe: , List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: On Monday 01 July 2002 16:03, Iztok Zupet wrote: > On Monday 01 July 2002 15:41, Jasmine Strong wrote: > > On Mon, 1 Jul 2002, Iztok Zupet wrote: > > > RedBoot boots fine (int18 or int19). But after formating my DoC with > > > > > > nftl_format utility: > > > >>> nftl_format /dev/mtd0 128000 > > > > You can't start a format from that address. It's not an erase block > > boundary. (Most DoC devices have 8k erase blocks. THat means 8192 > > bytes, not 8000.) > > > > Try erasing from 131072, rather than 128000. > > > > Jas. > > I tried but it still owerwrites or erases my RedBoot. > Size of my redboot_firmware is exactly 123.2K. > > Regards > iz > > ______________________________________________________ > Linux MTD discussion mailing list > http://lists.infradead.org/mailman/listinfo/linux-mtd/ It OK now . My RedBoot firware was 8K bytes too big, eg it loaded yust a little pass the 0x20000 in DoC. Regards iz