All of lore.kernel.org
 help / color / mirror / Atom feed
* 440EPX is not booting from 1Gb/128MB NAND flash
@ 2008-02-07  0:36 Nikhil Gautam
  2008-02-07  0:38 ` [U-Boot-Users] " Nikhil Gautam
  0 siblings, 1 reply; 16+ messages in thread
From: Nikhil Gautam @ 2008-02-07  0:36 UTC (permalink / raw)
  To: linuxppc-embedded

Hi,

I am trying to boot my board which is based on Sequoia 440EPX. The
only difference between my board and the reference board is that I
have a 1 Gb NAND flash ( NAND01GW3B2A) instead of 256Mb flash present
on reference board.

In U-boot I have changed the board configuration file to reflect correct specs.

 * Now the NAND chip has to be defined (no autodetection used!)
 */
#define CFG_NAND_PAGE_SIZE	(2048)		/* NAND chip page size		*/
#define CFG_NAND_BLOCK_SIZE	(128 << 10)	/* NAND chip block size		*/
#define CFG_NAND_PAGE_COUNT	(64)		/* NAND chip page count		*/
#define CFG_NAND_BAD_BLOCK_POS	(5)		/* Location of bad block marker	*/
#define CFG_NAND_4_ADDR_CYCLE			/* Fourth addr used (>32MB)	*/

I have also changed the eeprom configuration word to
0x87788252
0x0947D010
0xA0A82358
0x0D050000

Is there any other place where some NAND configuration is defined?

Thanks
Nikhil

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2008-02-14  5:36 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07  0:36 440EPX is not booting from 1Gb/128MB NAND flash Nikhil Gautam
2008-02-07  0:38 ` [U-Boot-Users] " Nikhil Gautam
2008-02-07  5:24   ` Stefan Roese
2008-02-07 23:46     ` Nikhil Gautam
2008-02-08  4:50       ` Stefan Roese
2008-02-08 22:57         ` Nikhil Gautam
2008-02-09  5:51           ` Stefan Roese
2008-02-11 14:43           ` Nikhil Gautam
2008-02-11 16:26             ` Stefan Roese
2008-02-12  1:16               ` Nikhil Gautam
2008-02-12  5:12                 ` Stefan Roese
2008-02-12  6:02                   ` Wolfgang Denk
2008-02-12  6:11                     ` Stefan Roese
2008-02-12 22:31                       ` Wolfgang Denk
2008-02-13 23:16                         ` Nikhil Gautam
2008-02-14  5:36                           ` Stefan Roese

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.