Re: [U-Boot-Users] u-boot and OneNAND

2008-07-04 Thread Mile Davidovic
Hello, Thanks a lot for patch. With this patch we will have possibility to load file from JFFS2 into memory and execute this which is fine. But what is proper way for storing JFFS2 image in OneNAND? If I can create JFFS2 partiion in u-boot, how I can store files in? Do we need to have Linux up

Re: [U-Boot-Users] u-boot and OneNAND

2008-07-03 Thread Kyungmin Park
On Thu, Jul 3, 2008 at 1:58 PM, Kyungmin Park [EMAIL PROTECTED] wrote: Hi, On Wed, Jul 2, 2008 at 8:55 PM, Mile Davidovic [EMAIL PROTECTED] wrote: Hello If I read code correctly u-boot have OneNAND driver. But when I check JFFS2 in u-boot it seems that JFFS2 can not work on OneNAND. Yes,

[U-Boot-Users] u-boot and OneNAND

2008-07-02 Thread Mile Davidovic
Hello If I read code correctly u-boot have OneNAND driver. But when I check JFFS2 in u-boot it seems that JFFS2 can not work on OneNAND. What is proposed way of working with OneNAND and u-boot? Do we have some support for bad block management? Thanks in advace Mile

Re: [U-Boot-Users] u-boot and OneNAND

2008-07-02 Thread Kyungmin Park
Hi, On Wed, Jul 2, 2008 at 8:55 PM, Mile Davidovic [EMAIL PROTECTED] wrote: Hello If I read code correctly u-boot have OneNAND driver. But when I check JFFS2 in u-boot it seems that JFFS2 can not work on OneNAND. Yes, it's not yet implemented. What is proposed way of working with OneNAND