Re: [U-Boot] Is it possible to load the uboot.bin file to RAM area instead FLASH?

2011-02-14 Thread Madhavi Manchala
On Mon, Feb 14, 2011 at 2:16 PM, Wolfgang Denk wrote: > Dear Madhavi Manchala, > > In message you > wrote: >> >> Actually, I want to load the "u-boot" file into SDRAM area and run >> from the SD RAM only instead of FLASH area. Here, the RAM address &

Re: [U-Boot] Is it possible to load the uboot.bin file to RAM area instead FLASH?

2011-02-13 Thread Madhavi Manchala
ying the smdk2410.h file for our samsung board where it is a based on S3C2510A MCU. I want to modify this config file as per our board requirement. Any ideas / hints would be greatly help me and appreciated. Thanks in advance. Madhavi M. > > With Regards > > Srinath > > On

Re: [U-Boot] Is it possible to load the uboot.bin file to RAM area instead FLASH?

2011-02-13 Thread Madhavi Manchala
On Sun, Feb 13, 2011 at 7:11 PM, Lei Wen wrote: > On Sun, Feb 13, 2011 at 9:30 PM, Madhavi Manchala > wrote: >> On Fri, Feb 11, 2011 at 10:27 PM, Wolfgang Denk wrote: >>> Dear Lei Wen, >>> >>> In message >>> you wrote: >>>> >>&

Re: [U-Boot] Is it possible to load the uboot.bin file to RAM area instead FLASH?

2011-02-13 Thread Madhavi Manchala
On Fri, Feb 11, 2011 at 10:27 PM, Wolfgang Denk wrote: > Dear Lei Wen, > > In message you > wrote: >> >> If your sdram is large enough, or the uboot code is small enough, you don't >> need >> the dram init. But begin at the TEXT_BASE still is a must. > > Hugh?  You _always_ must make sure the R

[U-Boot] Is it possible to load the uboot.bin file to RAM area instead FLASH?

2011-02-11 Thread Madhavi Manchala
Dear All, I want to load the uboot.bin on to my target board through JTAG into the SDRAM area? Is it possible to load the uboot.bin file into the RAM are instead of FLASH area? Sorry, If I asked a silly question. I am new bie. Regards, Madhavi ___ U-Bo