From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25552 invoked by alias); 1 Jul 2007 12:33:52 -0000 Received: (qmail 25544 invoked by uid 22791); 1 Jul 2007 12:33:52 -0000 X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sun, 01 Jul 2007 12:33:49 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1I4ycb-0003nY-00; Sun, 01 Jul 2007 14:33:45 +0200 Date: Sun, 01 Jul 2007 12:33:00 -0000 To: wavecom wavecom Cc: ecos-discuss@ecos.sourceware.org Message-ID: <20070701123345.GA13911@lunn.ch> Mail-Followup-To: wavecom wavecom , ecos-discuss@ecos.sourceware.org References: <20070630220134.GC8004@lunn.ch> <674565.73019.qm@web60716.mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <674565.73019.qm@web60716.mail.yahoo.com> User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: Re: [ECOS] eCos and AT91SAM7S-EK X-SW-Source: 2007-07/txt/msg00002.txt.bz2 > Andrew, could you describe me your method of running > and debugging eCos application, maybe I'm able to > reproduce it on my hardware. > I'd like to ask about configuration of outgoing > messages. Where can I check if the output of prontf > commands is ARM-COM1? I use Linux, not M$. I build ROM applications, which for the AT91SAM7 platforms is the default. I use the toolchain which you can download from the eCos website. I use a JTAG device to load the image into the target. The JTAG device i use understands ELF, so i just give it a URL and the device grabs the elf file, converts it as necessary, and loads it onto FLASH. I then use gdb, to connect to the JTAG device in much the same way as you did. I there use the gdb version you download as part of the toolchain, or sometimes i use a newer version which i built myself. I would recommend you use the pre-build version to start with since it is known to work. The default configuration of the AT91SAM7SEK is to use the debug port for I/O. Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss