From: Nicholas Kinar <n.kinar@usask.ca>
To: u-boot@lists.denx.de
Subject: [U-Boot] Booting kernel from NAND flash on AT91SAM9 custom board using fsload
Date: Tue, 29 Mar 2011 15:46:06 -0600 [thread overview]
Message-ID: <4D92531E.4030206@usask.ca> (raw)
In-Reply-To: <20110329210517.B469CEDFFCF@gemini.denx.de>
On 29/03/2011 3:05 PM, Wolfgang Denk wrote:
> Dear Nicholas Kinar,
>
> In message<4D92428E.6030503@usask.ca> you wrote:
>> (1) Does replacing jffs2_1pass.c with jffs2_nand_1pass.c in the fs/jffs2
>> directory influence the robustness of the fsload code?
> JFFS2 is more or less deprecated these days. FOr new projects, we
> recommend to use UBI/ UBIFS instead.
>
>> (2) Does it take a long time to load the Linux kernel from a JFFS2
>> filesystem on NAND flash using the fsload command (i.e.
> JFFS2 has always been slow, especially when mounting larger file
> systems. This is one of the resons we recommend UBIFS instead.
>
>> or has this been cleaned up in the current u-boot-2010.09 code?
> v2010.09 is in no way "current". The latest release available at this
> moment is v2010.12, and v2011.03 is a mere few days aways.
>
> Best regards,
>
> Wolfgang Denk
>
Thanks for your response, Wolfgang - I will switch the file system to
UBI/UBIFS, and then post back what I've done. I've been looking in the
include/configs/sheevaplug.h directory, and I think that this small
embedded computer is now using UBIFS as the NAND flash file system. So
changing the configs for my embedded system should be reasonably
straightforward.
I would assume that the "fsload" command will also work with UBIFS as well.
In my custom system, At91Bootstrap is situated on SPI Dataflash. The
At91Bootstrap loads U-Boot from the same Dataflash. Then, I would like
U-Boot to load the Linux kernel from the UBI file system on a large 2
GByte NAND flash. This should be much better than using JFFS2 on the
large NAND flash.
Nicholas
next prev parent reply other threads:[~2011-03-29 21:46 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-29 16:14 [U-Boot] Booting kernel from NAND flash on AT91SAM9 custom board using fsload Nicholas Kinar
2011-03-29 17:37 ` Nicholas Kinar
2011-03-29 17:56 ` Scott Wood
2011-03-29 20:35 ` Nicholas Kinar
2011-03-29 20:46 ` Scott Wood
2011-03-29 20:57 ` Nicholas Kinar
2011-03-29 21:05 ` Wolfgang Denk
2011-03-29 21:46 ` Nicholas Kinar [this message]
2011-03-29 21:51 ` Wolfgang Denk
2011-04-02 17:38 ` Nicholas Kinar
2011-04-03 1:50 ` Nicholas Kinar
2011-04-04 1:25 ` Nicholas Kinar
2011-03-30 7:17 ` Joakim Tjernlund
2011-03-30 8:54 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4D92531E.4030206@usask.ca \
--to=n.kinar@usask.ca \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.