Re: [U-Boot] NAND: mxc_nand reads/writes only first 512 bytes of each page

2011-01-10 Thread Stefano Babic
On 01/09/2011 03:40 PM, Jason Liu wrote: > Hi, Stefano, > Hi Jason, > Have you set the page_size correctly with the following register? Let's see... > > 49.4.3.7 Reset Control and Sourse Register - RCSR: > > NFC_4K > This bit is used to config the NandFlash page size. It is defined by > PAGE

Re: [U-Boot] NAND: mxc_nand reads/writes only first 512 bytes of each page

2011-01-09 Thread Jason Liu
Hi, Stefano, 2011/1/9 Stefano Babic : > Hi, > > My target is a mx35 board (not yet in mainline). According to the manual > and checking the register set and their functionality, the MX.35 has the > same nand controller as the i.MX25 processor (MXC_NFC_V1_1 in the > mxc_nand driver). Probably there

[U-Boot] NAND: mxc_nand reads/writes only first 512 bytes of each page

2011-01-09 Thread Stefano Babic
Hi, My target is a mx35 board (not yet in mainline). According to the manual and checking the register set and their functionality, the MX.35 has the same nand controller as the i.MX25 processor (MXC_NFC_V1_1 in the mxc_nand driver). Probably there is the same issue with the i.MX25, too. The stor