public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Need Help--- For Porting RedBoot
@ 2006-06-27  8:55 Subodh Kotkar
  0 siblings, 0 replies; 4+ messages in thread
From: Subodh Kotkar @ 2006-06-27  8:55 UTC (permalink / raw)
  To: ecos-discuss

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??


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

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

* Re:  [ECOS] Need Help--- For Porting RedBoot
@ 2006-06-27  9:35 bob.koninckx
  0 siblings, 0 replies; 4+ messages in thread
From: bob.koninckx @ 2006-06-27  9:35 UTC (permalink / raw)
  To: Subodh Kotkar, bob.koninckx, ecos-discuss


>-----Original Message-----
>From: Subodh Kotkar [mailto:subodh.kotkar@gmail.com]
>Sent: Tuesday, June 27, 2006 05:24 AM
>To: bob.koninckx@o-3s.com, ecos-discuss@ecos.sourceware.org
>Subject: Re: [ECOS] Need Help--- For Porting RedBoot
>
>Thxs Dear...
>I got ur message..
>
>But i am not getting, How it will take input from GDB...?

http://ecos.sourceware.org/docs-latest/user-guide/using-commandline-testcase.html

However, that's probably _not_ what you need right now. I'd rather focus on the reason _why_ GDB-stubs are entered. Try to find out how far in the initialisation you get. A BDM or JTAG debugger may be convenient for doing this. Some well placed diag_printf statements may also provide valuable insight.

Bob


>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] 4+ messages in thread

* [ECOS] Need Help--- For Porting RedBoot
       [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
@ 2006-06-27  9:27   ` Subodh Kotkar
  0 siblings, 0 replies; 4+ 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] 4+ messages in thread

* Re: [ECOS] Need Help--- For Porting RedBoot
@ 2006-06-27  9:09 bob.koninckx
       [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
  0 siblings, 1 reply; 4+ 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] 4+ messages in thread

end of thread, other threads:[~2006-06-27  9:35 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-06-27  8:55 [ECOS] Need Help--- For Porting RedBoot Subodh Kotkar
2006-06-27  9:09 bob.koninckx
     [not found] ` <fa33d4d80606270224y3b776efu41821260eca4c74a@mail.gmail.com>
2006-06-27  9:27   ` Subodh Kotkar
2006-06-27  9:35 bob.koninckx

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).