<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>
Wolfgang,<br><br>The BDI config file for the Yosemite board on the U-Boot manual doesn't work (I can't erase the full range of flash between 0xFC000000 to 0xFFFFFFFF), so I've been using the one provided by AMCC.<br><br>When I do a reset halt, the PC does get set to 0xFFFFFFFC (please see below). But GDB still goes straight to 0x00000000. <br><br>The BDI config file from the U-Boot manual only allocates 2MB of flash (there are 64MBs on this board). If I use this config file, the GDB goes to 0xdeadbeef (but the BDI telnet shows the correct 0xFFFFFFFC for the PC after a reset-halt).<br><br>U-Boot is fully operational after I flash it onto the board, regardless of which config file I use.<br><br><br>440EP&gt;reset<br>- TARGET: processing user reset request<br>- TARGET: resetting target passed<br>- TARGET: processing target startup ....<br>- TARGET: core #0 PVR is 0x422218D4<br>- TARGET: processing target startup passed<br>440EP&gt;halt<br>&nbsp;&nbsp;&nbsp; Core number&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0<br><div style="text-align: center;">&nbsp;&nbsp;&nbsp; Core state&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : debug mode<br></div>&nbsp;&nbsp;&nbsp; Debug entry cause : JTAG stop request<br>&nbsp;&nbsp;&nbsp; Current PC&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0xfffffffc<br>&nbsp;&nbsp;&nbsp; Current CR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0x280fff82<br>&nbsp;&nbsp;&nbsp; Current MSR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0x00002000<br>&nbsp;&nbsp;&nbsp; Current LR&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; : 0x0ff9b084<br>440EP&gt;<br><br><br>&gt; <br>&gt; Probably your BDI config file needs adjusting. Try what you see  when<br>&gt; you  use  the  telnet  interface  directly, i. e. where do you end up<br>&gt; after a "reset halt" ?<br>&gt; <br>&gt; Best regards,<br>&gt; <br>&gt; Wolfgang Denk<br>&gt; <br>&gt; -- <br>&gt; DENX Software Engineering GmbH,     MD: Wolfgang Denk &amp; Detlev Zundel<br>&gt; HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany<br>&gt; Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de<br>&gt; "...one of the main causes of the fall of the Roman Empire was  that,<br>&gt; lacking  zero,  they had no way to indicate successful termination of<br>&gt; their C programs."                                     - Robert Firth<br><br /><hr />Change the world with e-mail. <a href='http://im.live.com/Messenger/IM/Join/Default.aspx?source=EML_WL_ChangeWorld' target='_new'>Join the i’m Initiative from Microsoft.</a></body>
</html>