public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* Re: [ECOS] Need Help--- For Porting RedBoot
@ 2006-06-27  9:09 bob.koninckx
       [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
  0 siblings, 1 reply; 5+ messages in thread
From: bob.koninckx @ 2006-06-27  9:09 UTC (permalink / raw)
  To: Subodh Kotkar, ecos-discuss


>-----Original Message-----
>From: Subodh Kotkar [mailto:subodh.kotkar@gmail.com]
>Sent: Tuesday, June 27, 2006 04:54 AM
>To: ecos-discuss@ecos.sourceware.org
>Subject: [ECOS] Need Help--- For Porting RedBoot
>
>Hi,
>
>I am porting Redboot on intel PXA250. I have already ported ecos on same.
>but it is giving problem during porting redboot, not even prompt of
>redboot comes after building and loading bin file. I used hyper
>terminal, and when i get connected it gives me garbage data such as
>$T0a0f:30ca0050;0d:8ccd0000;#07  repeatedly when i press any key........
>what is the reason??

It is not garbage data, it is GDB-stubs. Most probably, something goes wrong during startup, before reaching the redboot prompt, a processor exception is raised and caught by GDB-stubs which are now waiting for input from GDB.

If you get this far, a whole lot of things are already working: your serial communication seems ok, interrupts / exceptions are dealt with properly, your memory map most probably is ok.

Hth,

Bob

>
>
>If possible give me packages required for redboot porting other than
>in redboot template..
>
>
>Thxs in adv
>plz if possible do it fast!!!
>
>--
>Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
>and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
>
>



--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Need Help--- For Porting RedBoot
       [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
@ 2006-06-27  9:27   ` Subodh Kotkar
  2006-06-27 14:34     ` [ECOS] " Grant Edwards
  0 siblings, 1 reply; 5+ messages in thread
From: Subodh Kotkar @ 2006-06-27  9:27 UTC (permalink / raw)
  To: bob.koninckx, ecos-discuss

---------- Forwarded message ----------
From: Subodh Kotkar <subodh.kotkar@gmail.com>
Date: Jun 27, 2006 2:54 PM
Subject: Re: [ECOS] Need Help--- For Porting RedBoot
To: "bob.koninckx@o-3s.com" <bob.koninckx@o-3s.com>,
ecos-discuss@ecos.sourceware.org


Thxs Dear...
I got ur message..

But i am not getting, How it will take input from GDB...?
It is required to give mannually....?  and what kind of input?
waiting  for reply...
Cheers!!!

On 6/27/06, bob.koninckx@o-3s.com < bob.koninckx@o-3s.com> wrote:
>
> >-----Original Message-----
> >From: Subodh Kotkar [mailto: subodh.kotkar@gmail.com]
> >Sent: Tuesday, June 27, 2006 04:54 AM
> >To: ecos-discuss@ecos.sourceware.org
> >Subject: [ECOS] Need Help--- For Porting RedBoot
> >
> >Hi,
> >
> >I am porting Redboot on intel PXA250. I have already ported ecos on same.
> >but it is giving problem during porting redboot, not even prompt of
> >redboot comes after building and loading bin file. I used hyper
> >terminal, and when i get connected it gives me garbage data such as
> >$T0a0f:30ca0050;0d:8ccd0000;#07  repeatedly when i press any key........
> >what is the reason??
>
> It is not garbage data, it is GDB-stubs. Most probably, something goes wrong during startup, before reaching the redboot prompt, a processor exception is raised and caught by GDB-stubs which are now waiting for input from GDB.
>
> If you get this far, a whole lot of things are already working: your serial communication seems ok, interrupts / exceptions are dealt with properly, your memory map most probably is ok.
>
> Hth,
>
> Bob
>
> >
> >
> >If possible give me packages required for redboot porting other than
> >in redboot template..
> >
> >
> >Thxs in adv
> >plz if possible do it fast!!!
> >
> >--
> >Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
> >and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
> >
> >
>
>
>

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Re: Need Help--- For Porting RedBoot
  2006-06-27  9:27   ` Subodh Kotkar
@ 2006-06-27 14:34     ` Grant Edwards
  2006-06-28 15:48       ` David Fernandez
  0 siblings, 1 reply; 5+ messages in thread
From: Grant Edwards @ 2006-06-27 14:34 UTC (permalink / raw)
  To: ecos-discuss

In gmane.os.ecos.general, Subodh Kotkar <subodh.kotkar@gmail.com> wrote:

> Thxs Dear...

English usage hint:

It's usual to use "Dear" along with a name as a saluation in a
formal letter.  For example:

   Dear Mr. Edwards
  
   Thank you for your interest in our product line.  Blah,
   blah, blah...

However, using "dear" alone when addressing a person is used to
express intimacy or affection (you call your husband or wife
wife or very close friend/relative "dear").

> I got ur message..

Oh, and the words you were looking for were "Thanks" and
"your".  ;)

-- 
Grant Edwards                   grante             Yow!  Was my SOY LOAF left
                                  at               out in th'RAIN? It tastes
                               visi.com            REAL GOOD!!

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Re: Need Help--- For Porting RedBoot
  2006-06-27 14:34     ` [ECOS] " Grant Edwards
@ 2006-06-28 15:48       ` David Fernandez
  2006-06-28 15:54         ` Grant Edwards
  0 siblings, 1 reply; 5+ messages in thread
From: David Fernandez @ 2006-06-28 15:48 UTC (permalink / raw)
  To: Grant Edwards; +Cc: ecos-discuss

On Tue, 2006-06-27 at 09:34 -0500, Grant Edwards wrote:
> English usage hint:
> 
> It's usual to use "Dear" along with a name as a saluation in a
> formal letter.  For example:
> 
>    Dear Mr. Edwards
>   
>    Thank you for your interest in our product line.  Blah,
>    blah, blah...
> 
> However, using "dear" alone when addressing a person is used to
> express intimacy or affection (you call your husband or wife
> wife or very close friend/relative "dear").

	By the way, I'm not native english, but a lot of people here says "Oh!
Dear..." when u got in a bad situation like, for example,  Redboot not
working... :-)

David


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ECOS] Re: Need Help--- For Porting RedBoot
  2006-06-28 15:48       ` David Fernandez
@ 2006-06-28 15:54         ` Grant Edwards
  0 siblings, 0 replies; 5+ messages in thread
From: Grant Edwards @ 2006-06-28 15:54 UTC (permalink / raw)
  To: ecos-discuss

>> It's usual to use "Dear" along with a name as a saluation in a
>> formal letter.  For example:
>> 
>>    Dear Mr. Edwards
>>   
>>    Thank you for your interest in our product line.  Blah,
>>    blah, blah...
>> 
>> However, using "dear" alone when addressing a person is used to
>> express intimacy or affection (you call your husband or wife
>> wife or very close friend/relative "dear").
>
> 	By the way, I'm not native english, but a lot of people here says "Oh!
> Dear..." when u got in a bad situation like, for example,  Redboot not
> working... :-)

Good point.  I hadn't thought about that third usage, where
you're not addressing or saluting[1] anybody.

[1] "Saluting" sounds very odd in this context, but isn't that
     what you're doing when you're using a salutation?

-- 
Grant Edwards                   grante             Yow!  I'm having an
                                  at               emotional outburst!!
                               visi.com            

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2006-06-28 15:54 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-27  9:09 [ECOS] Need Help--- For Porting RedBoot bob.koninckx
     [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
2006-06-27  9:27   ` Subodh Kotkar
2006-06-27 14:34     ` [ECOS] " Grant Edwards
2006-06-28 15:48       ` David Fernandez
2006-06-28 15:54         ` Grant Edwards

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).