<div class="gmail_quote">2009/1/15 Anatolij Gustschin <span dir="ltr">&lt;<a href="mailto:agust@denx.de">agust@denx.de</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div></div><div class="Wj3C7c">Jean-Michel Hautbois wrote:<br>
&gt; I just tried. I created a dtb from the file<br>
&gt; arch/powerpc/boot/dst/mpc8272ads.dts file.<br>
&gt; It is not rebboting, but handling (my &quot;run&quot; led is switching off).<br>
&gt;<br>
&gt; =&gt; tftp 2000000 mpc8272ads.dtb<br>
&gt; Using FCC1 ETHERNET device<br>
&gt; TFTP from server 10.0.0.1; our IP address is 10.0.0.2<br>
&gt; Filename &#39;mpc8272ads.dtb&#39;.<br>
&gt; Load address: 0x2000000<br>
&gt; Loading: #<br>
&gt; done<br>
&gt; Bytes transferred = 4442 (115a hex)<br>
&gt; =&gt; bootm FF800000 FF980000 2000000<br>
&gt; ## Booting kernel from Legacy Image at ff800000 ...<br>
&gt; &nbsp; &nbsp;Image Name: &nbsp; Linux-2.6.29-rc1-01197-g5a7b6e7-<br>
&gt; &nbsp; &nbsp;Image Type: &nbsp; PowerPC Linux Kernel Image (gzip compressed)<br>
&gt; &nbsp; &nbsp;Data Size: &nbsp; &nbsp;1487167 Bytes = &nbsp;1.4 MB<br>
&gt; &nbsp; &nbsp;Load Address: 00000000<br>
&gt; &nbsp; &nbsp;Entry Point: &nbsp;00000000<br>
&gt; &nbsp; &nbsp;Verifying Checksum ... OK<br>
&gt; ## Loading init Ramdisk from Legacy Image at ff980000 ...<br>
&gt; &nbsp; &nbsp;Image Name: &nbsp; Simple Embedded Linux Framework<br>
&gt; &nbsp; &nbsp;Image Type: &nbsp; PowerPC Linux RAMDisk Image (gzip compressed)<br>
&gt; &nbsp; &nbsp;Data Size: &nbsp; &nbsp;1730966 Bytes = &nbsp;1.7 MB<br>
&gt; &nbsp; &nbsp;Load Address: 00000000<br>
&gt; &nbsp; &nbsp;Entry Point: &nbsp;00000000<br>
&gt; &nbsp; &nbsp;Verifying Checksum ... OK<br>
&gt; ## Flattened Device Tree blob at 02000000<br>
&gt; &nbsp; &nbsp;Booting using the fdt blob at 0x2000000<br>
&gt; &nbsp; &nbsp;Uncompressing Kernel Image ... OK<br>
&gt; &nbsp; &nbsp;Loading Ramdisk to 039d7000, end 03b7d996 ... OK<br>
&gt; &nbsp; &nbsp;Loading Device Tree to 007fb000, end 007ff159 ... OK<br>
&gt; Unable to update property /cpus/cpu@0:bus-frequency, err=FDT_ERR_NOTFOUND<br>
&gt; Unable to update property /cpus/cpu@0:timebase-frequency,<br>
&gt; err=FDT_ERR_NOTFOUND<br>
&gt; Unable to update property /cpus/cpu@0:clock-frequency, err=FDT_ERR_NOTFOUND<br>
<br>
</div></div>try to fix &quot;ft_cpu_setup()&quot; in your u-boot source for mpc8272ads<br>
and use &quot;PowerPC,8272@0&quot; as cpu_path instead of &quot;cpu@0&quot;.<br>
<br>
Best regards,<br>
<font color="#888888">Anatolij<br>
</font></blockquote></div><br>I don&#39;t have the three errors relative to cpu@0, but it still handles...<br>