Re: [U-Boot] Writing a YAFFS image to NAND

2009-05-19 Thread Mike Frysinger
On Friday 03 April 2009 14:54:06 Scott Wood wrote: Peter Barada wrote: Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it).

[U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Peter Barada
Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Looking over the nand write/read commands, they look to ignore the OOB data interleaved in the image (i.e. 2048+16 bytes per page for large-block

Re: [U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Scott Wood
Peter Barada wrote: Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it). Looking over the nand write/read commands, they look to

Re: [U-Boot] Writing a YAFFS image to NAND

2009-04-03 Thread Mike Frysinger
On Friday 03 April 2009 14:54:06 Scott Wood wrote: Peter Barada wrote: Is there support in the 2009.03 version of U-boot to allow writing a YAFFS image created by mkyaffs2image to NAND, including the meta-data in the OOB? Not that I know of (unless something in cmd_yaffs2.c can do it).