From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8029 invoked by alias); 25 Dec 2009 13:20:00 -0000 Received: (qmail 8021 invoked by uid 22791); 25 Dec 2009 13:20:00 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from hermes.mlbassoc.com (HELO mail.chez-thomas.org) (76.76.67.137) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 25 Dec 2009 13:19:53 +0000 Received: by mail.chez-thomas.org (Postfix, from userid 999) id 912E016604CF; Fri, 25 Dec 2009 06:19:51 -0700 (MST) Received: from hermes.chez-thomas.org (hermes_local [192.168.1.101]) by mail.chez-thomas.org (Postfix) with ESMTP id 3DA3516604B8; Fri, 25 Dec 2009 06:19:51 -0700 (MST) Message-ID: <4B34BBF7.4090609@mlbassoc.com> Date: Fri, 25 Dec 2009 13:20:00 -0000 From: Gary Thomas User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.3a1pre) Gecko/20091220 Shredder/3.1a1pre MIME-Version: 1.0 To: Sreeni Guduguntla CC: ecos-discuss@ecos.sourceware.org References: <475059.94382.qm@web33505.mail.mud.yahoo.com> In-Reply-To: <475059.94382.qm@web33505.mail.mud.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] redboot: e2fs_open: e2fs_inode_lookup failed X-SW-Source: 2009-12/txt/msg00048.txt.bz2 On 12/24/2009 08:57 PM, Sreeni Guduguntla wrote: > Hi, > > I am trying to load linux from CF on gateworks cambria board. I get the following error. Any insight? > > CF is formatted properly with ext2 file system in the concerned partition. I was able to mount CF on regular PC and was able to see linux file. > > --Sreeni > > RedBoot(tm) bootstrap and debug environment [ROM] > Red Hat certified release, version 2.04.13 - built 18:57:33, Oct 24 2008 > > > RedBoot> disks > hda1 Linux > hda2 Linux > RedBoot> load -r -v -b 0x800000 -m disk hda1:/linux > e2fs_open: e2fs_inode_lookup failed > Can't load 'hda1:/linux': Can't open file > RedBoot> load -r -v -b 0x800000 -m disk hda1:linux > e2fs_open: e2fs_inode_lookup failed > Can't load 'hda1:linux': Can't open file > RedBoot> load -r -v -b 0x800000 -m disk "hda1:/linux" > e2fs_open: e2fs_inode_lookup failed > Can't load 'hda1:/linux': Can't open file > RedBoot> load -r -v -b 0x800000 -m disk "hda1:linux" > e2fs_open: e2fs_inode_lookup failed > Can't load 'hda1:linux': Can't open file > What version of EXT2 file system did you use? The RedBoot EXT2 driver is rather old and can only handle versions with i-nodes that are 128 bytes each (newer versions of EXT2 can use 256 byte i-nodes). Try formatting your CF card with the "-I 128" option. n.b. the first command you tried is the correct syntax - no quotes should be required. -- ------------------------------------------------------------ Gary Thomas | Consulting for the MLB Associates | Embedded world ------------------------------------------------------------ -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss