public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] MBX ecos not working on my mpc860 platform.
@ 2001-05-24  6:46 Tony Ko
  2001-05-24  7:03 ` Hugo Tyson
  0 siblings, 1 reply; 2+ messages in thread
From: Tony Ko @ 2001-05-24  6:46 UTC (permalink / raw)
  To: ecos-discuss

hi.

I ported mbx redboot to my mpc860 platform ( this flatform is sligthly
different mbx860 module ).
and I downloaded mbx ecos image(actually elf format) through ethernet.
I changed mbx ecos source a little bin( hardware dependent part )
because this platform is different from mbx module.
But the mbx ecos does not work on my platform.

my test flow are below.
on redboot window,
RedBoot> load -rv -b 0x10000 /tftpboot/mbxecos (mbxecos is mbx ecos elf
format image )
 Raw file loaded 0x00010000-0x0003c200
  ==> reset vector is loaded at 0x20000
RedBoot> go 0x20000 
$O494E464F3A3C6379 ~
this weird message is printed on debug window and ecos does not work.
I made mbx ecos image with mbxtime.cxx source.

what's the problem?

thanks.

    

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

* Re: [ECOS] MBX ecos not working on my mpc860 platform.
  2001-05-24  6:46 [ECOS] MBX ecos not working on my mpc860 platform Tony Ko
@ 2001-05-24  7:03 ` Hugo Tyson
  0 siblings, 0 replies; 2+ messages in thread
From: Hugo Tyson @ 2001-05-24  7:03 UTC (permalink / raw)
  To: ecos-discuss

"Tony Ko" <nhko@gctsemi.com> writes:
> I ported mbx redboot to my mpc860 platform ( this flatform is sligthly
> different mbx860 module ).
> and I downloaded mbx ecos image(actually elf format) through ethernet.
> I changed mbx ecos source a little bin( hardware dependent part )
> because this platform is different from mbx module.
> But the mbx ecos does not work on my platform.
> 
> my test flow are below.
> on redboot window,
> RedBoot> load -rv -b 0x10000 /tftpboot/mbxecos (mbxecos is mbx ecos elf
> format image )
>  Raw file loaded 0x00010000-0x0003c200
>   =3D=3D> reset vector is loaded at 0x20000
> RedBoot> go 0x20000=20
> $O494E464F3A3C6379 ~
> this weird message is printed on debug window and ecos does not work.

This wierd message is eCos trying to talk to the GDB that it expects to
find on the serial line.   It's saying "INFO:<cy..." but in hexadecimal.

It will continue if you acknowledge the GDB protocol $O packet by typing
'+' once for every $O packet.

eCos is probably working correctly.

> what's the problem?

You need to either a) configure your application build so that it does not
use GDB protocol for diagnostic output, or b) load it into the board using
GDB, that way GDB will be there for it.

	- Huge

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

end of thread, other threads:[~2001-05-24  7:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-05-24  6:46 [ECOS] MBX ecos not working on my mpc860 platform Tony Ko
2001-05-24  7:03 ` Hugo Tyson

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