From mboxrd@z Thu Jan 1 00:00:00 1970 From: Petter Larsen Date: 04 Mar 2003 17:50:52 +0100 Subject: [U-Boot-Users] Boot the kernel from a JFFS2 filesystem In-Reply-To: <1046792578.15343.56.camel@spawn> References: <1046789264.1140.173.camel@pla> <1046792578.15343.56.camel@spawn> Message-ID: <1046796651.1192.4.camel@pla> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello I got it. I was just to simple:-) But is it possible to boot it directly from the filesystem and not load it into memory first? Best regards Petter Larsen moreCom as On Tue, 2003-03-04 at 16:42, Kenneth Johansson wrote: > On Tue, 2003-03-04 at 15:47, Petter Larsen wrote: > > Hello > > > > We have enabled JFFS2 in PPCBoot 2.0. > > > > We can then for example use "fsload" to load a file into memory. But how > > can we use this feature if we wont to boot the kernel, lying in this > > filesystem, with "bootm". > > > > We use a AMD flash device. In the kernel we have enabled the CFI in the > > MTD options, and enabled JFFS2. > > > > I'm confused. you load the kernel into memory with fsload then you start > that kernel with bootm. What's the problem?