public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] JFFS2 with NAND flash is very SLOW ...
@ 2009-06-02  9:21 Pierre Savary
  2009-06-02 12:22 ` Cote, Sylvain
  0 siblings, 1 reply; 11+ messages in thread
From: Pierre Savary @ 2009-06-02  9:21 UTC (permalink / raw)
  To: u-boot

Hi all,
Currently I work with the lpc3250 board of Phytec. I wish boot my Linux
kernel from a NAND flash formatted with JFFS2. Here my current
configuration:

[...]
#define CONFIG_CMD_NAND
#define CONFIG_SYS_MAX_FLASH_BANKS	1
#define CONFIG_SYS_MAX_NAND_DEVICE	1
#define CONFIG_SYS_NAND_BASE		0x20020000
#define NAND_MAX_CHIPS			1
#define CONFIG_ENV_IS_IN_NAND
[...]
#define CONFIG_CMD_JFFS2
[...]
#define CONFIG_JFFS2_NAND
#undef CONFIG_JFFS2_CMDLINE
#define CONFIG_JFFS2_DEV		"nand0"
#define CONFIG_JFFS2_PART_SIZE	0x00C00000
#define CONFIG_JFFS2_PART_OFFSET	0x000C8000
[...]

It works... but I have a very big problem : it's very very slow!!!! How can
I decrease the time to load the kernel image?
I try with u-boot 1.3.3, 1.3.4 and 2009.03 but the problem is always
present...
Can you help me please?

Thanks in advance,
Best Regards

Pierre

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2009-06-02 15:30 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-02  9:21 [U-Boot] JFFS2 with NAND flash is very SLOW Pierre Savary
2009-06-02 12:22 ` Cote, Sylvain
2009-06-02 12:51   ` Pierre Savary
2009-06-02 13:02     ` Cote, Sylvain
2009-06-02 13:17       ` Stefan Roese
2009-06-02 13:23         ` Pierre Savary
2009-06-02 13:31           ` Stefan Roese
2009-06-02 13:56             ` Pierre Savary
2009-06-02 13:59               ` Stefan Roese
2009-06-02 15:06                 ` Jean-Christophe PLAGNIOL-VILLARD
2009-06-02 15:30                   ` Pierre Savary

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox