From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mike Rapoport Date: Mon, 26 Sep 2005 16:52:13 +0200 Subject: [U-Boot-Users] Testing rewrite of NAND code? In-Reply-To: <20050922094019.C15B8353A0B@atlas.denx.de> References: <20050922094019.C15B8353A0B@atlas.denx.de> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de I've made several tests of the new NAND code on a custum board based on mpc8272. Read worked for me just fine for both "raw data" read and JFFS2 functions (ls and fsload). When I tried to write data to the NAND flash using the command => nand write.jffs2 400000 200000 400000 the system hanged right after printing: "NAND write: device 0 offset 2097152, size 4194304 ... 4194304 bytes written: OK" As far as I understood, the "erase" is still not implemented. -- Sincerely yours, Mike Rapoport.