public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Dorau Kai <DORAUK@thmulti.com>
To: "'???'" <cafe2000@dreamwiz.com>
Cc: "'ecos-discuss@sources.redhat.com'" <ecos-discuss@sources.redhat.com>
Subject: RE: [ECOS] "hello" in integrator/arm7tdmi/windows2000
Date: Fri, 20 Jul 2001 04:08:00 -0000	[thread overview]
Message-ID: <2CEEE9E85750D2119F4000805F317288E025FA@hanexch1.hanover.thmulti.com> (raw)

----------------------------------------------------------------------------
Kai Dorau - mailto:dorauk@thmulti.com
TEL: (+49 511) 418 2557, FAX: 2483
Hannover Home Networks (HHN) Laboratory
Corporate Research Hanover
Research & Innovation
Thomson Multimedia



> -----Original Message-----
> From: cafe2000@dreamwiz.com [ mailto:cafe2000@dreamwiz.com ]
> Sent: Freitag, 20. Juli 2001 04:36
> To: ecos-discuss@sources.redhat.com
> Subject: [ECOS] "hello" in integrator/arm7tdmi/windows2000 
> 
> 
> hello...
Hi

>  
> My platforms is arm integrator/ARM7TDMI with Multi-ICE.
> My host is windows2000,cygwin,ecos1.3.1 and ecos configtool 2.02.
> I was able to building arm-development tools for windows 
> through http://sources.redhat.com/ecos/tools/win-arm-elf.html
> (gcc 2.95.2/insight 5.0/binutils-2.11.2)
I have the same environment...

>  
> BTW, I found that ecos porting into the integrator board is 
> in progess.
> so I used arm porting source made by Philippe Robin at ARM 
> with CVS sources(2000-10-15).
Ok...

>  
> From ecos config tool, I selected  arm integrator/cygmon and 
> I could get "cygmon.bin","cygmon.elf","cygmon.img" and 
> "cygmon.srec".(start up type is rom.)
> I did download cygmon.bin to flash memory in integrator via Multi-ICE.
> and did reboot.(of course booting from flosh memory: 
> S1-1,2,3,4 is all off)
I downloaded the cygmon.srec to the flash via bootROM (it's the boot
manager from ARM).

>  
> My hyperterminal shows 
> "ARM eCos" , 
> but it is all.. It han no response and no prompt.
It's ok (e.g. COM1)

>  
> I executed cygwin and compiled hello.c.
Ok,

>  
> then, I did like this:
>  
> arm-elf-gdb -nw a.out
> (gdb) set remotebaud 38400
> (gdb) target remote com1
maybe COM2 ???

> Remote debugging using com1.
> Ignoring packet error, confinuing... 
> Ignoring packet error, confinuing... 
> Ignoring packet error, confinuing...
> Couldn't establish connection to remote target
> Malformed response to offset query, timeout
> (gdb)
>  
> My problem is this...
> How can I get "Hello! eCos" on my screen.
> Did I omit anything? or My process is alright?
Oki, the first one you can check the cygmon output at COM2.
My configuration is: GDB serial port=1 (COM2), Debug serial port=1 (COM2)
and Diagnostic serial port=0 (COM1).
The string 'ARM eCos' is written to COM1 (diagnostic) and commands can
be typed at COM2 (GDB/Debug serial port).

Now arm-elf-gdb can be connected to the COM2 port and you have to see
following:

arm-elf-gdb -nw a.out
(gdb) set remotebaud 38400
(gdb) target remote com2
Remote debugging using com2
0x24006338 in ?? ()
(gdb) load
Loding section.....

Good luck...
Kai
>  
> Thanks..
> -------------------------------------------------
> DreamWiz Free Mail @ http://www.dreamwiz.com/
> DreamSearch Click the world!!! http://search.dreamwiz.com/
> 
> 

             reply	other threads:[~2001-07-20  4:08 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-20  4:08 Dorau Kai [this message]
  -- strict thread matches above, loose matches on Subject: below --
2001-07-19 19:36 황영우

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=2CEEE9E85750D2119F4000805F317288E025FA@hanexch1.hanover.thmulti.com \
    --to=dorauk@thmulti.com \
    --cc=cafe2000@dreamwiz.com \
    --cc=ecos-discuss@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).