public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot-Users] how to set active partition in the u-boot?
@ 2006-12-13  8:23 thomas.luo
  2006-12-13 19:19 ` Wolfgang Denk
  0 siblings, 1 reply; 3+ messages in thread
From: thomas.luo @ 2006-12-13  8:23 UTC (permalink / raw)
  To: u-boot

hi,all
 how to set active partition in the u-boot?
the problem:
  i'm partion the nand to 3 partions. and the second partion is the jffs file system.
how do i set the active partition to 2?
thanks

Br
Thomas

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

* [U-Boot-Users] how to set active partition in the u-boot?
  2006-12-13  8:23 [U-Boot-Users] how to set active partition in the u-boot? thomas.luo
@ 2006-12-13 19:19 ` Wolfgang Denk
  2006-12-14  5:22   ` thomas.luo
  0 siblings, 1 reply; 3+ messages in thread
From: Wolfgang Denk @ 2006-12-13 19:19 UTC (permalink / raw)
  To: u-boot

In message <000501c71e8f$f2e02180$0a01000a@Thomas> you wrote:
> 
>  how to set active partition in the u-boot?

chpart?

Best regards,

Wolfgang Denk

-- 
Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Der Dativ ist dem Genitiv sein Tod.

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

* [U-Boot-Users] how to set active partition in the u-boot?
  2006-12-13 19:19 ` Wolfgang Denk
@ 2006-12-14  5:22   ` thomas.luo
  0 siblings, 0 replies; 3+ messages in thread
From: thomas.luo @ 2006-12-14  5:22 UTC (permalink / raw)
  To: u-boot


----- Original Message ----- 
From: "Wolfgang Denk" <wd@denx.de>
To: "thomas.luo" <thomas.luo@ieee.org>
Cc: <u-boot-users@lists.sourceforge.net>
Sent: Thursday, December 14, 2006 3:19 AM
Subject: Re: [U-Boot-Users] how to set active partition in the u-boot? 


> In message <000501c71e8f$f2e02180$0a01000a@Thomas> you wrote:
>> 
>>  how to set active partition in the u-boot?
> 
> chpart?
> 
> Best regards,
> 
> Wolfgang Denk
> 
> -- 
> Software Engineering:  Embedded and Realtime Systems,  Embedded Linux
> Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
> Der Dativ ist dem Genitiv sein Tod.

thanks, can i use the MACRO to set default?
every time i need set by hand.
and an patch uploaded............

----------------------------------------------------------

----- Original Message ----- 
From: "thomas.luo" <thomas.luo@ieee.org>
To: <u-boot-users@lists.sourceforge.net>
Sent: Thursday, December 14, 2006 1:16 PM
Subject: [PATCH] for u-boot 1.1.6 nand IDS 


> Dear All:
>  i found an bug in the u-boot when using 512MiB NAND flash.
> there have two type of flash defined it's ID as 0xDC.
> But In the MTD driver, the smallblock is abandoned.
> 
> BR
> 
> Thomas
> here list the patch.
> ----------------------------------------------------------------------------



--- u-boot-1.1.6.org/drivers/nand/nand_ids.c 2006-12-01 17:49:32.000000000 +0800
+++ u-boot-1.1.6/drivers/nand/nand_ids.c 2006-12-14 10:12:13.000000000 +0800
@@ -67,8 +67,6 @@ struct nand_flash_dev nand_flash_ids[] =
 
  {"NAND 256MiB 3,3V 8-bit",  0x71, 512, 256, 0x4000, 0},
 
- {"NAND 512MiB 3,3V 8-bit",  0xDC, 512, 512, 0x4000, 0},
-
  /* These are the new chips with large page size. The pagesize
  * and the erasesize is determined from the extended id bytes
  */

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

end of thread, other threads:[~2006-12-14  5:22 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-13  8:23 [U-Boot-Users] how to set active partition in the u-boot? thomas.luo
2006-12-13 19:19 ` Wolfgang Denk
2006-12-14  5:22   ` thomas.luo

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox