From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Tue, 01 Jul 2008 08:17:30 -0400 Subject: [U-Boot-Users] Relocating code problem In-Reply-To: References: Message-ID: <486A205A.4080806@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Aruna Kumari wrote: > I have a problem durinf relocating of code from sdram. The uboot hangs. > My sdram initialization is correct as it has passed ddr test. > Kindly help me in solving this. > I am using Jtag to download uboot to flash. > > Regards, > > Aruna, Hi Aruna, This is a FAQ. Just because your SDRAM configuration passes the ddr test doesn't necessarily mean it is working 100% correctly. Misconfigured SDRAM will "work" if it isn't driven hard (i.e. pipelining effectively not being used). If your SDRAM *is* working as you claim, you found a new problem and will have to update the FAQ. :-/ HTH, gvb