From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28299 invoked by alias); 11 Jul 2002 09:25:15 -0000 Mailing-List: contact ecos-discuss-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@sources.redhat.com Received: (qmail 28287 invoked from network); 11 Jul 2002 09:25:13 -0000 Received: from unknown (HELO www.jennic.com) (213.143.5.74) by sources.redhat.com with SMTP; 11 Jul 2002 09:25:13 -0000 Received: from jensun01.jennic.com (jensun01.jennic.com [99.99.98.151]) by www.jennic.com (8.9.3/8.9.3) with ESMTP id JAA18122; Thu, 11 Jul 2002 09:54:15 +0100 Received: from jenpc60 (jenpc60 [99.99.98.60]) by jensun01.jennic.com (8.9.3/8.9.3) with SMTP id KAA14182; Thu, 11 Jul 2002 10:25:07 +0100 (BST) From: "Robert Cragie" To: , Date: Thu, 11 Jul 2002 02:25:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 In-Reply-To: Importance: Normal Subject: RE: [ECOS] Query X-SW-Source: 2002-07/txt/msg00145.txt.bz2 Yes, you need latest eCos 2.0 to support the ARM Integrator platform. 'Angel' is the ARM debug monitor which was in the PID platform. Integrator platform has a similar debug monitor which allows downloading and programming into flash of S-record files (use 'arm-elf-objcopy -S -O srec ' to turn the ELF file produced by the linker into S-records). So you can either download and flash your complete application if you want it to run 'turnkey' (i.e. when you power on), or you can download and flash Redboot, which will allow you to load your application into RAM and debug it using GDB. I would recommend the Redboot route first. Robert Cragie, Design Engineer _______________________________________________________ Jennic Ltd, Furnival Street, Sheffield, S1 4QT, UK www.jennic.com Tel: +44 (0) 114 281 2655 > -----Original Message----- > From: ecos-discuss-owner@sources.redhat.com > [mailto:ecos-discuss-owner@sources.redhat.com]On Behalf Of Hiroyasu > Shimizu > Sent: 11 July 2002 07:51 > To: ecos-discuss@sources.redhat.com > Subject: RE: [ECOS] Query > > > Hi, > I am Robin Dua. I am doing the testing of USB device > controller on ARM > Integrator/AP board using eCos. > > Are you using ARM Integrator/AP instead of obsolete ARM PID board? > eCos 2.0 dose include HAL package for ARM Integrator/AP board. > Why don't you download latest eCos 2.0 snapshot from anonycvs server. > You can also obtain latest docs from http://www.vsr.si/ecos/ > > The question is that the eCos Ver.1.3.1 manual (getting > started with > eCos) provides eCos ROM image downloads to Flash for ARM > PID board and > not for Integrator board.Since on page 45 of the manual there is a > referring to > > I beleives that official eCos 1.3.1 release is obsolete. > You should better to use latest eCos and eCos configurator. > > Regards, > > H.Shimizu > > > -- > Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos > and search the list archive: http://sources.redhat.com/ml/ecos-discuss > > -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss