From mboxrd@z Thu Jan 1 00:00:00 1970 From: Guido Classen Date: Fri, 22 Sep 2006 13:07:07 +0200 Subject: [U-Boot-Users] New NAND subsystem and JFFS2 images Message-ID: <5c01f02f0609220407t2a3288bfn26565ca12bbd18d@mail.gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hello list, I am trying to test the new NAND code on our board. It was upgraded to a 128MiB NAND chip with 2k page size. The chip is detected correctly and the usual NAND commands seems to work. But I can't successfully write a JFFS2 image to the NAND for later usage as Linux root filesystem. The JFFS2 related commands "nand erase clean", "nand read.jffs2" and "nand write.jffs2" seems to be not implemented in the master and the testing-NAND trees and neither I have found a patch fixing this on the list. Is there an other way to achieve the same effect? Or is there somewhere an existing patch, I haven't found yet? Best regards Guido