Re: [U-Boot] Booting through nand flash with other address

2012-10-04 Thread Scott Wood
On 10/04/2012 05:18:57 AM, Manukumar wrote: Dear all, Yes i am using P1020RDb board. Note that there are (at least) two variants of this board, one using P1_P2_RDB and the other p1_p2_rdb_pc. Actually i have to make 2 boot(u-boot) B1 and B2 B1 is stored 0x_,B2 is stored in 0x010_0

Re: [U-Boot] Booting through nand flash with other address

2012-10-04 Thread Manukumar
Dear all, Yes i am using P1020RDb board. Actually i have to make 2 boot(u-boot) B1 and B2 B1 is stored 0x_,B2 is stored in 0x010_ of nand flash. when 1 power cycle is given Board gets booted from 0x_ my requirement is to boot B2 from 0x010_ how can i do that? Regards Ma

Re: [U-Boot] Booting through nand flash with other address

2012-10-03 Thread Scott Wood
On 10/03/2012 07:24:35 AM, Manukumar wrote: Dear all, In u-boot(u-boot-2010.12) That's almost two years old. Please upgrade. 1) The TEXT_BASE address is 11001000. Judging from this you seem to be using either P1010RDB or P1023RDS (or maybe some out-of-tree board?). Always let us know w