All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4
@ 2007-08-10 11:57 Subhash JADAVANI
  2007-08-10 12:06 ` Stefan Roese
  0 siblings, 1 reply; 4+ messages in thread
From: Subhash JADAVANI @ 2007-08-10 11:57 UTC (permalink / raw)
  To: u-boot

Hi All,

I need to add NAND flash support in Uboot-1.1.4. 
Please let me know is there any framework ready for the same or not?

If complete support for the NAND in Uboot's newer versions than Uboot-1.1.4, can let me know.

Also I need bad block handling for NAND flash in Uboot. If same is handled in Uboot then please guide me.

Thanks & Regards,
Subhash Jadvani
Embedded Software Engineer,
CPG - Computer Peripheral Group,
ST Microelectronics,
Greater Noida.
Mobile: +91 9212519030

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

* [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4
  2007-08-10 11:57 [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4 Subhash JADAVANI
@ 2007-08-10 12:06 ` Stefan Roese
  2007-08-10 12:09   ` Subhash JADAVANI
  0 siblings, 1 reply; 4+ messages in thread
From: Stefan Roese @ 2007-08-10 12:06 UTC (permalink / raw)
  To: u-boot

Hi Subhash,

On Friday 10 August 2007, Subhash JADAVANI wrote:
> I need to add NAND flash support in Uboot-1.1.4.
> Please let me know is there any framework ready for the same or not?
>
> If complete support for the NAND in Uboot's newer versions than
> Uboot-1.1.4, can let me know.

Yes, please use latest the U-Boot version from the GIT repository. It has NAND 
support included.

> Also I need bad block handling for NAND flash in Uboot. If same is handled
> in Uboot then please guide me.

And of course bad block handling too. Without it NAND support would not make 
much sense. Just take a look at some of the boards that already work with 
NAND support.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4
  2007-08-10 12:06 ` Stefan Roese
@ 2007-08-10 12:09   ` Subhash JADAVANI
  2007-08-10 13:01     ` Wolfgang Denk
  0 siblings, 1 reply; 4+ messages in thread
From: Subhash JADAVANI @ 2007-08-10 12:09 UTC (permalink / raw)
  To: u-boot

Thanks Stefan.

Is Uboot-1.1.4 have the complete supprt for NAND flash along with the Bad
block handling??
If not then can you tell me which version of Uboot have the complete support
for NAND flash & Bad block handling both?

Here complete support for NAND means very little we need to add in Uboot
code.

Thanks again.

Thanks & Regards,
Subhash Jadvani
Embedded Software Engineer,
CPG - Computer Peripheral Group,
ST Microelectronics,
Greater Noida.
Mobile: +91 9212519030

-----Original Message-----
From: Stefan Roese [mailto:sr at denx.de] 
Sent: Friday, August 10, 2007 5:37 PM
To: u-boot-users at lists.sourceforge.net
Cc: Subhash JADAVANI
Subject: Re: [U-Boot-Users] What to do for adding NAND Support in
Uboot-1.1.4

Hi Subhash,

On Friday 10 August 2007, Subhash JADAVANI wrote:
> I need to add NAND flash support in Uboot-1.1.4.
> Please let me know is there any framework ready for the same or not?
>
> If complete support for the NAND in Uboot's newer versions than 
> Uboot-1.1.4, can let me know.

Yes, please use latest the U-Boot version from the GIT repository. It has
NAND support included.

> Also I need bad block handling for NAND flash in Uboot. If same is 
> handled in Uboot then please guide me.

And of course bad block handling too. Without it NAND support would not make
much sense. Just take a look at some of the boards that already work with
NAND support.

Best regards,
Stefan

=====================================================================
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: +49-8142-66989-0 Fax: +49-8142-66989-80  Email: office at denx.de
=====================================================================

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

* [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4
  2007-08-10 12:09   ` Subhash JADAVANI
@ 2007-08-10 13:01     ` Wolfgang Denk
  0 siblings, 0 replies; 4+ messages in thread
From: Wolfgang Denk @ 2007-08-10 13:01 UTC (permalink / raw)
  To: u-boot

In message <012e01c7db47$42d4c5f0$400dc70a@dlh.st.com> you wrote:
> 
> Is Uboot-1.1.4 have the complete supprt for NAND flash along with the Bad
> block handling??
> If not then can you tell me which version of Uboot have the complete support
> for NAND flash & Bad block handling both?

I think you should READ what Stefan posted:

> Yes, please use latest the U-Boot version from the GIT repository. It has
> NAND support included.

Please let me know if that was not clear enough.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Peace was the way.
	-- Kirk, "The City on the Edge of Forever", stardate unknown

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

end of thread, other threads:[~2007-08-10 13:01 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-10 11:57 [U-Boot-Users] What to do for adding NAND Support in Uboot-1.1.4 Subhash JADAVANI
2007-08-10 12:06 ` Stefan Roese
2007-08-10 12:09   ` Subhash JADAVANI
2007-08-10 13:01     ` Wolfgang Denk

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.