From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12875 invoked by alias); 24 Oct 2003 15:35:09 -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 12868 invoked from network); 24 Oct 2003 15:35:08 -0000 Received: from unknown (HELO atvl10.pav.research.panasonic.com) (150.169.164.10) by sources.redhat.com with SMTP; 24 Oct 2003 15:35:08 -0000 Received: from dhcp297 (dhc6188.pav.research.panasonic.com [150.169.166.188]) by atvl10.pav.research.panasonic.com (1.1.1/1.1.1) with SMTP id h9OFarug002942; Fri, 24 Oct 2003 11:36:53 -0400 (EDT) Message-ID: <003301c39a44$665f2170$cc95480a@dhcp297> From: "Ramprasad" To: "Gary Thomas" Cc: "eCos Discussion" References: <200310101538.17047.aarichar@cisco.com> <000201c39153$92bc6880$e33922c7@ericnt> <02ec01c39365$912b2650$bca6a996@dhcp297> <1066254746.32461.97.camel@hermes> Date: Fri, 24 Oct 2003 15:35:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 Subject: Re: [ECOS] Bringup the asb2305 board X-SW-Source: 2003-10/txt/msg00427.txt.bz2 Hello all, I got the images .bin, .img, .srec and .elf after compiling redboot for asb2305 (MN10300) reference board. I downloaded .img file(.elf and .srec also tried) thru JTAG debugger (after setting up the hyperterminal and other board settings). But I did not get any messages in hyperterminal. 1. Setting up hyper terminal (115200, N, 8, 1 with hardware flow control). 2. As I want to just see the redboot prompt, I didn't set the jumper (ST18) to write enable for PROM. 3. I put the front board switch (S5) to FLASH. Please let me know if I am doing anything wrong. Regards Ramprasad ----- Original Message ----- From: "Gary Thomas" To: "Ramprasad" Cc: "eCos Discussion" Sent: Wednesday, October 15, 2003 5:52 PM Subject: Re: [ECOS] how to create RAM redboot image > On Wed, 2003-10-15 at 15:44, Ramprasad wrote: > > Hello all, > > > > I compiled the redboot for ASB2305 (for AM33 processor) and got the images > > like .img, .bin, .elf and .srec. But in the manuals says you have to > > download .ram of redboot image using JTAG debugger. Please can you tell me > > how can I get the .ram (or .rom) image. > > > > The "RAM" version is simply a version which has the startup type set > to RAM. The file name suffices have nothing to do with this. > > The process should be something like this: > % ecosconfig new asb2305 redboot > % ecosconfig import ${ECOS_REPOSITORY}/hal/mn10300/asb2305/current/misc/redboot_RAM.ecm > % ecosconfig tree > % make > Then download whatever file your JTAG software wants - some want to > see raw binary (hence the .bin suffix), some an ELF image (.elf), ... > > Once you have this running, build the ROM version. In a separate directory, > using the same steps as above, except use the ..._ROM.ecm file > > -- > Gary Thomas > MLB Associates > > > -- > 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