Re: [U-Boot] POST Memory Test Problem

2014-12-22 Thread Allan Fislor
On Mon, Dec 22, 2014 at 2:28 PM, Wolfgang Denk wrote: > Dear Allan, > > In message > you > wrote: >> >> Im using a Freescale QorIQ P1020 custom board, booting from serial NOR >> flash (SPI), U-Boot 2014.10. > ... >> Im afraid that this test is hiding another errors, because its testing >> the w

[U-Boot] POST Memory Test Problem

2014-12-22 Thread Allan Fislor
Hi all, Im using a Freescale QorIQ P1020 custom board, booting from serial NOR flash (SPI), U-Boot 2014.10. It was everything OK, then I enabled POST memory test in my config file: #define CONFIG_POST CONFIG_SYS_POST_MEMORY When booting, the output is: - U-Boot 2014.10-6-gc81dc6b

Re: [U-Boot] QorIQ P1020 NAND Flash 2k-Page-Size Problem

2014-08-07 Thread Allan Fislor
On Thu, Aug 7, 2014 at 7:49 AM, Allan Fislor wrote: > On Wed, Aug 6, 2014 at 3:58 PM, Scott Wood wrote: >> >> On Tue, 2014-08-05 at 16:48 -0300, Allan Fislor wrote: >> > Hi all, >> > >> > I have a custom Freescale QorIQ P1020 board, with a serial NOR Fl

Re: [U-Boot] QorIQ P1020 NAND Flash 2k-Page-Size Problem

2014-08-07 Thread Allan Fislor
On Wed, Aug 6, 2014 at 3:58 PM, Scott Wood wrote: > > On Tue, 2014-08-05 at 16:48 -0300, Allan Fislor wrote: > > Hi all, > > > > I have a custom Freescale QorIQ P1020 board, with a serial NOR Flash (eSPI > > bus) and a NAND Flash (eLBC/FCM bus). Im booting from the N

[U-Boot] QorIQ P1020 NAND Flash 2k-Page-Size Problem

2014-08-05 Thread Allan Fislor
Hi all, I have a custom Freescale QorIQ P1020 board, with a serial NOR Flash (eSPI bus) and a NAND Flash (eLBC/FCM bus). Im booting from the NOR flash. The old NAND (512 bytes page size) was working perfectly, so I swapped for another with 2k bytes page size. I changed in the config file: CO