<br><font size=2 face="sans-serif">Timur,</font>
<br>
<br><font size=2><tt>I did define </tt></font><font size=2 face="sans-serif">&nbsp;</font><font size=2><tt>#define
CFG_DDR_SDRAM_CLK_CNTL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; (DDR_SDRAM_CLK_CNTL_SS_EN | \<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)</tt></font>
<br><font size=2><tt>in my code, it doesn't work</tt></font><font size=2 face="sans-serif">.
&nbsp;</font><font size=2><tt>What I don't understand is that we can boot
up the system using this particular memory but we could not tftp. Is there
any burst mode I can set? &nbsp;Thanks,</tt></font>
<br>
<br><font size=2 face="sans-serif">Best Regards</font>
<br><font size=2 face="sans-serif">dongy</font>
<br>
<br><font size=2 face="sans-serif">&nbsp;</font>
<br>
<br>
<br>
<table width=100%>
<tr valign=top>
<td>
<td><font size=1 face="sans-serif"><b>Timur Tabi &lt;timur@freescale.com&gt;</b></font>
<p><font size=1 face="sans-serif">05/08/2007 08:14 AM</font>
<td><font size=1 face="Arial">&nbsp; &nbsp; &nbsp; &nbsp; </font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; To:
&nbsp; &nbsp; &nbsp; &nbsp;Dongying_Xu@us.alphanetworks.com</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; cc:
&nbsp; &nbsp; &nbsp; &nbsp;u-boot-users@lists.sourceforge.net</font>
<br><font size=1 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; Subject:
&nbsp; &nbsp; &nbsp; &nbsp;Re: [U-Boot-Users] tftp alignment exception</font></table>
<br>
<br>
<br><font size=2><tt>Dongying_Xu@us.alphanetworks.com wrote:<br>
&gt; <br>
&gt; Hi Timur,<br>
&gt; Sorry, I haven't read your email until today. &nbsp;The command I
used is<br>
&gt; <br>
&gt; tftp 4000000 file_name<br>
&gt; <br>
&gt; I met this problem only when I used one particular brand memory, when
<br>
&gt; tftp, it is very slow and sometime it time-out, sometimes it throws
<br>
&gt; exception. When I change to other brand DDR2 memory, it works fine.
&nbsp;I <br>
&gt; want to know is this a memory problem or setting problem or boot code
<br>
&gt; problem? &nbsp;By the way, I used spd setting and manual setting,
Both don't <br>
&gt; work. &nbsp;Thanks<br>
<br>
Try adding this to your board config file:<br>
<br>
#define CFG_DDR_SDRAM_CLK_CNTL &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; (DDR_SDRAM_CLK_CNTL_SS_EN | \<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;DDR_SDRAM_CLK_CNTL_CLK_ADJUST_05)<br>
<br>
On some 834x systems, CFG_DDR_SDRAM_CLK_CNTL needs to be defined but the
header files <br>
don't define it.<br>
<br>
-- <br>
Timur Tabi<br>
Linux Kernel Developer @ Freescale<br>
</tt></font>
<br>
<br>