<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<br>
On 03/28/2012 09:12 AM, Ziaulhaque Qazi wrote:
<blockquote
cite="mid:D57B44B9188429449CDA83908CB2A8A205BC080D6DC3@SESAMEMAIL.SESAME.LOCAL"
type="cite">
<meta http-equiv="Content-Type" content="text/html;
charset=ISO-8859-1">
<meta name="Generator" content="Microsoft Word 12 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:SimSun;
panose-1:2 1 6 0 3 1 1 1 1 1;}
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:"\@SimSun";
panose-1:2 1 6 0 3 1 1 1 1 1;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0in;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:blue;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:purple;
text-decoration:underline;}
span.EmailStyle17
{mso-style-type:personal-compose;
font-family:"Calibri","sans-serif";
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;}
@page WordSection1
{size:8.5in 11.0in;
margin:1.0in 1.0in 1.0in 1.0in;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif][if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal">Hi All<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal">First of all thanks to Thomas and Joe. With
your help I was able to go one step forward. However still I
could not succeed in booting. I am pasting below what was the
response this time.<o:p></o:p></p>
<p class="MsoNormal"><o:p> </o:p></p>
<p class="MsoNormal"><span style="font-size: 12pt; font-family:
"Times New Roman","serif";">After this
the console was hung. Again I need your kind advice.<br>
<br>
</span></p>
</div>
</blockquote>
See below for comments.<br>
<br>
Hopefully someone with a MVME230x can provide more help<br>
but I think I can guide you in the direction of where things<br>
are going astray.<br>
<blockquote
cite="mid:D57B44B9188429449CDA83908CB2A8A205BC080D6DC3@SESAMEMAIL.SESAME.LOCAL"
type="cite">
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">Thanks and Regards<br>
<br>
Zia<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">_______________________________________________________________________________________________________________________________________________<br>
<br>
<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">PPC1-Bug>nbo<br>
Network Booting from: DEC21140, Controller 0, Device 0<br>
Device Name: /pci@80000000/pci1011,9@e,0:0,0<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">Loading: hello.ralf<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif""><br>
Client IP Address = 10.1.22.45<br>
Server IP Address = 10.1.22.49<br>
Gateway IP Address = 10.1.22.1<br>
Subnet IP Address Mask = 255.255.255.0<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">Boot File Name =
hello.ralf<o:p></o:p></span></p>
<p class="MsoNormal" style="margin-bottom:12.0pt"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">Argument File Name =<br>
<br>
Network Boot File load in progress... To abort hit
<BREAK><o:p></o:p></span></p>
<p class="MsoNormal"><span style="font-size: 12pt; font-family:
"Times New Roman","serif";">Bytes
Received =&183040, Bytes Loaded =&183040<br>
Bytes/Second =&91520, Elapsed Time =2 Second(s)<br>
<br>
Residual-Data Located at: $07F88000<br>
<br>
Model: 000000000000000000000000000(e2)<br>
Serial: MOT07C27F7<br>
Processor/Bus frequencies (Hz): 333364800/66672376<br>
Time Base Divisor: 4000<br>
Memory Size: 8000000<br>
<br>
PCI: Probing PCI hardware<br>
<br>
RTEMS 4.x/PPC load:<br>
Uncompressing the kernel...<br>
done<br>
Now booting...<br>
Unknown motorola board Please update
libbsp/powerpc/shared/motorola/motorola.c<br>
cpu_type = E0<br>
base_mod = F9<br>
</span></p>
</div>
</blockquote>
These last three lines indicate the first level of the problem<br>
and the file to fix. Apparently this file does not recognize the<br>
cpu_type and base_mode versions. <br>
<br>
Looking in the file, I see this entry in the table of known boards<br>
which based on the code which matches I think should produce <br>
a match<br>
<br>
{0x1E0, 0xF9, PPC_604, "MVME 2300", mvme23xx_intmap,
prep_pci_swizzle},<br>
<br>
You may want to sprinkle getMotorolaBoard() with some diagnostics<br>
and see why it isn't matching. If it matched, then it should be OK.<br>
<br>
<br>
<blockquote
cite="mid:D57B44B9188429449CDA83908CB2A8A205BC080D6DC3@SESAMEMAIL.SESAME.LOCAL"
type="cite">
<div class="WordSection1">
<p class="MsoNormal"><span
style="font-size:12.0pt;font-family:"Times New
Roman","serif"">-----------------------------------------<br>
Welcome to rtems-4.10.2(PowerPC/Generic (classic
FPU)/mvme2304) on<br>
Unknown motorola board<br>
-----------------------------------------<br>
idreg 0 = 0x48011057<br>
OpenPIC found at C1000000.<br>
pci : Interrupt routing not available for this bsp<br>
Cleared PCI errors: pci_stat was 0x2280</span><o:p></o:p></p>
</div>
</blockquote>
Since it doesn't manage to match the known list of boards,<br>
it doesn't know what to do.<br>
<br>
At this point, it locks up.<br>
<br>
<pre class="moz-signature" cols="72">--
Joel Sherrill, Ph.D. Director of Research& Development
<a class="moz-txt-link-abbreviated" href="mailto:joel.sherrill@OARcorp.com">joel.sherrill@OARcorp.com</a> On-Line Applications Research
Ask me about RTEMS: a free RTOS Huntsville AL 35805
Support Available (256) 722-9985
</pre>
</body>
</html>