From mboxrd@z Thu Jan 1 00:00:00 1970 From: yihect Date: Thu, 13 Nov 2008 11:35:31 +0800 (CST) Subject: [U-Boot] How to do serial pages reading in K9f1208u0b-pcb nand chip from SAMSUNG? Message-ID: <25542150.209811226547331286.JavaMail.coremail@bj163app110.163.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Is someone using k9f1208u0b chip for booting u-boot?? The datasheet says that there are three ways for reading: 1, random read. Read any location of 528Bytes in a row. (Read1 and Read 2); 2, serial page read. (my question) 3, sequential row read. Read rows in a block one by one. But there is not many description on serial read in the datasheet. HOW to do serial pages reading when copying u-boot content from the nand chip into ram?