[U-Boot] Access JFFS2 partition from U-Boot

2009-05-14 Thread Guillaume Spalla
Dear all, I am new with U-Boot, and I am trying to access the content of a JFFS2 partition from u-boot. I am working with an at91sam9263 board, with nand flash. In u-boot, I added the #define CONFIG_CMD_JFFS2, as well as CONFIG_JFFS2_NAND_OFF, CONFIG_JFFS2_NAND_SIZE and CONFIG_JFFS2_NAND_DEV. I

Re: [U-Boot] Access JFFS2 partition from U-Boot

2009-06-22 Thread Scott Wood
On Thu, May 14, 2009 at 04:13:53PM +0200, Guillaume Spalla wrote: > Dear all, > > I am new with U-Boot, and I am trying to access the content of a JFFS2 > partition from u-boot. > I am working with an at91sam9263 board, with nand flash. > > In u-boot, I added the #define CONFIG_CMD_JFFS2, as well