Re: [U-Boot] Unable to debug UBOOT

2009-05-08 Thread Vivek DALAL
Thanks for your help guys. I will looking into all the pointers you guys had given... thanks alot Vivek Dalal On Fri, May 8, 2009 at 8:31 PM, alfred steele wrote: > > Looks like you are reinitializing the DDR , when u are already executing > > from it, you may want to comment out that code, whic

Re: [U-Boot] Unable to debug UBOOT

2009-05-08 Thread alfred steele
> Looks like you are reinitializing the DDR , when u are already executing > from it, you may want to comment out that code, which initializes DDR. To add to that, if you have cloned code for an already existing platform config file, See if the "CONFIG_SKIP_RELOCATE_UBOOT" and "CONFIG_SKIP_LOWLEVEL

Re: [U-Boot] Unable to debug UBOOT

2009-05-08 Thread Wolfgang Denk
Dear Vivek DALAL, In message <7c7ce0c60905072312i74ad8bb8vbc8693e829fc4...@mail.gmail.com> you wrote: > > I am putting it in RAM using Trace 32 debugger. But unable to get prompt. > Code hangs but giving message *"DRAM: 64MB" ...* You are running into exactly the type of problems tha cause us to

Re: [U-Boot] Unable to debug UBOOT

2009-05-08 Thread Nishanth Menon
Vivek DALAL said the following on 05/08/2009 01:12 AM: > I am newbie in bootloader. > I am trying to port latest uboot on omap2430(poseidon board). Currently > support for omap2430 is not present in uboot; so I made changes accordingly. > > would be nice to see your patches when you are ready :)

Re: [U-Boot] Unable to debug UBOOT

2009-05-07 Thread Aggrwal Poonam-B10812
> -Original Message- > From: u-boot-boun...@lists.denx.de > [mailto:u-boot-boun...@lists.denx.de] On Behalf Of Vivek DALAL > Sent: Friday, May 08, 2009 11:43 AM > To: U-Boot@lists.denx.de > Subject: [U-Boot] Unable to debug UBOOT > > Hello guys > > I a

[U-Boot] Unable to debug UBOOT

2009-05-07 Thread Vivek DALAL
Hello guys I am newbie in bootloader. I am trying to port latest uboot on omap2430(poseidon board). Currently support for omap2430 is not present in uboot; so I made changes accordingly. I am putting it in RAM using Trace 32 debugger. But unable to get prompt. Code hangs but giving message *"DRAM