* [U-Boot-Users] 16Bit NAND flash
@ 2004-09-23 7:16 hermann.brugger at gmx.de
0 siblings, 0 replies; 5+ messages in thread
From: hermann.brugger at gmx.de @ 2004-09-23 7:16 UTC (permalink / raw)
To: u-boot
Hi,
does U-boot support 16Bit wide NAND flashs? If I look inside the
cmd_nand.c only u_char are used.
Does someone have experience in using U-boot only with NAND flash
(maybe 16Bit NAND flash) and SDRAM and an ARM with NAND boot
option? I think it is not possible to store the environment of U-boot in
NAND flash so I cannot save the environment.
Thanks
Hermann
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] 16Bit NAND flash
@ 2004-09-23 14:31 Zhang, Jian
2004-09-23 15:08 ` Wolfgang Denk
0 siblings, 1 reply; 5+ messages in thread
From: Zhang, Jian @ 2004-09-23 14:31 UTC (permalink / raw)
To: u-boot
I have implemented NAND only boot in an ARM board (OMAP1710 H3). The
NAND flash is a 16-bit Samsung chip. The code is not general enough for
a patch. Anyone is interested in making it a patch?
Yes, I did push a patch for NAND based environment. It is available at
U-Boot site.
Regards,
Jian
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net [mailto:u-boot-users-
> admin at lists.sourceforge.net] On Behalf Of hermann.brugger at gmx.de
> Sent: Thursday, September 23, 2004 2:17 AM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] 16Bit NAND flash
>
> Hi,
>
> does U-boot support 16Bit wide NAND flashs? If I look inside the
> cmd_nand.c only u_char are used.
>
> Does someone have experience in using U-boot only with NAND flash
> (maybe 16Bit NAND flash) and SDRAM and an ARM with NAND boot
> option? I think it is not possible to store the environment of U-boot
in
> NAND flash so I cannot save the environment.
>
> Thanks
> Hermann
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement
on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] 16Bit NAND flash
2004-09-23 14:31 Zhang, Jian
@ 2004-09-23 15:08 ` Wolfgang Denk
0 siblings, 0 replies; 5+ messages in thread
From: Wolfgang Denk @ 2004-09-23 15:08 UTC (permalink / raw)
To: u-boot
In message <BA2832125C3C994384FCC051CDFC7369B8A292@dlee2k05.ent.ti.com> you wrote:
>
> Yes, I did push a patch for NAND based environment. It is available at
> U-Boot site.
Which means it is essentially lost (or at lease significantly
delayed). If you want to see it integrated into the source tree, then
post it here.
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
"Go to Heaven for the climate, Hell for the company." - Mark Twain
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] 16Bit NAND flash
@ 2004-09-23 15:19 Zhang, Jian
0 siblings, 0 replies; 5+ messages in thread
From: Zhang, Jian @ 2004-09-23 15:19 UTC (permalink / raw)
To: u-boot
Wolfgang,
Two separate issues here:
1. NAND environment support: It is in CVS. It is called env_nand.c.
2. 16-bit NAND support: I was just wondering if anyone wants to patch
cmd_nand.c with 16-bit support. I have it working for my board but it is
just a hack. I can share my code with others who hopefully makes it a
patch to cmd_nand.c.
Regards,
Jian
> -----Original Message-----
> From: wd at denx.de [mailto:wd at denx.de]
> Sent: Thursday, September 23, 2004 10:08 AM
> To: Zhang, Jian
> Cc: hermann.brugger at gmx.de; u-boot-users at lists.sourceforge.net
> Subject: Re: [U-Boot-Users] 16Bit NAND flash
>
> In message
<BA2832125C3C994384FCC051CDFC7369B8A292@dlee2k05.ent.ti.com> you wrote:
> >
> > Yes, I did push a patch for NAND based environment. It is available
at
> > U-Boot site.
>
> Which means it is essentially lost (or at lease significantly
> delayed). If you want to see it integrated into the source tree, then
> post it here.
>
> Best regards,
>
> Wolfgang Denk
>
> --
> Software Engineering: Embedded and Realtime Systems, Embedded Linux
> Phone: (+49)-8142-4596-87 Fax: (+49)-8142-4596-88 Email: wd at denx.de
> "Go to Heaven for the climate, Hell for the company." - Mark Twain
^ permalink raw reply [flat|nested] 5+ messages in thread
* [U-Boot-Users] 16Bit NAND flash
@ 2004-10-13 2:05 Li Xin-a16157
0 siblings, 0 replies; 5+ messages in thread
From: Li Xin-a16157 @ 2004-10-13 2:05 UTC (permalink / raw)
To: u-boot
Hi Zhang Jian,
I need to support 16-bit NAND in u-boot on a ppc board. Could you please post your 16-bit NAND code here?
Best Regards
Li Xin
-----Original Message-----
From: u-boot-users-admin@lists.sourceforge.net [mailto:u-boot-users-admin at lists.sourceforge.net] On Behalf Of Zhang, Jian
Sent: 2004?9?23? 22:32
To: hermann.brugger at gmx.de; u-boot-users at lists.sourceforge.net
Subject: RE: [U-Boot-Users] 16Bit NAND flash
I have implemented NAND only boot in an ARM board (OMAP1710 H3). The
NAND flash is a 16-bit Samsung chip. The code is not general enough for
a patch. Anyone is interested in making it a patch?
Yes, I did push a patch for NAND based environment. It is available at
U-Boot site.
Regards,
Jian
> -----Original Message-----
> From: u-boot-users-admin at lists.sourceforge.net [mailto:u-boot-users-
> admin at lists.sourceforge.net] On Behalf Of hermann.brugger at gmx.de
> Sent: Thursday, September 23, 2004 2:17 AM
> To: u-boot-users at lists.sourceforge.net
> Subject: [U-Boot-Users] 16Bit NAND flash
>
> Hi,
>
> does U-boot support 16Bit wide NAND flashs? If I look inside the
> cmd_nand.c only u_char are used.
>
> Does someone have experience in using U-boot only with NAND flash
> (maybe 16Bit NAND flash) and SDRAM and an ARM with NAND boot
> option? I think it is not possible to store the environment of U-boot
in
> NAND flash so I cannot save the environment.
>
> Thanks
> Hermann
>
>
>
>
>
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement
on
> who ports your project to Linux PPC the best. Sponsored by IBM.
> Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM.
Deadline: Sept. 24. Go here: http://sf.net/ppc_contest.php
_______________________________________________
U-Boot-Users mailing list
U-Boot-Users at lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/u-boot-users
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-10-13 2:05 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-23 7:16 [U-Boot-Users] 16Bit NAND flash hermann.brugger at gmx.de
-- strict thread matches above, loose matches on Subject: below --
2004-09-23 14:31 Zhang, Jian
2004-09-23 15:08 ` Wolfgang Denk
2004-09-23 15:19 Zhang, Jian
2004-10-13 2:05 Li Xin-a16157
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox