Hi guys,<br><br>I have the Rev B board and I have it working quite well. I&#39;ll share what I have<br>discovered so far.  <br><br>In Eric&#39;s case, the board seems suspect. There is already a Rev C of this board, but<br>
I am not sure if it is actually available yet. You may want to check on that.<br><br>Regarding U-Boot, mine shipped with v. 1.3.0. The LTIB provided dts files follow<br>the original dts format. There is a new dts spec and if you ever intend to use<br>
a mainline kernel, you will need to use the newer dts provided in the kernel<br>source. Did I mention this board has at least basic support in 2.6.28 :). I have<br>not determined the extent of the support though.<br><br>I have successfully used the provided U-Boot v1.3.0 to boot a 2.6.28 kernel with<br>
the dts-v1 device tree. Hence, I hope that will clear your speculation about the <br>device tree being the problem. <br><br>I have seen the same problem that you guys have seen where U-Boot gets to <br>the &quot;Uncompressing kernel ...&quot; then reboots. This happened to me when I <br>
passed the wrong device tree .dtb. I have also had this happen if I made<br>a change to the kernel config. I haven&#39;t been able to determine what exactly <br>that I changed that caused the problem though. <br><br>Also, if you are feeling adventurous, you can also get the latest U-Boot. There<br>
is a specifc branch for this board:<br><br>$ git clone git://<a href="http://git.denx.de/u-boot-mpc83xx.git">git.denx.de/u-boot-mpc83xx.git</a><br><br>I haven&#39;t attempted this since I don&#39;t currently have a probe to recovery a <br>
bad boot loader flash.<br><br>Hope this helps,<br><br>Mike<br>