From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25564 invoked by alias); 15 Oct 2003 21:52:28 -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 25549 invoked from network); 15 Oct 2003 21:52:28 -0000 Received: from unknown (HELO hermes.chez-thomas.org) (63.225.98.241) by sources.redhat.com with SMTP; 15 Oct 2003 21:52:28 -0000 Received: by hermes.chez-thomas.org (Postfix, from userid 2000) id DEE1150E0ED; Wed, 15 Oct 2003 15:52:27 -0600 (MDT) Received: from localhost (localhost.localdomain [127.0.0.1]) by hermes.chez-thomas.org (Postfix) with ESMTP id 156D150E0EC; Wed, 15 Oct 2003 15:52:27 -0600 (MDT) From: Gary Thomas To: Ramprasad Cc: eCos Discussion In-Reply-To: <02ec01c39365$912b2650$bca6a996@dhcp297> References: <200310101538.17047.aarichar@cisco.com> <000201c39153$92bc6880$e33922c7@ericnt> <02ec01c39365$912b2650$bca6a996@dhcp297> Content-Type: text/plain Organization: MLB Associates Message-Id: <1066254746.32461.97.camel@hermes> Mime-Version: 1.0 Date: Wed, 15 Oct 2003 21:52:00 -0000 Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-4.4 required=5.0 tests=AWL,EMAIL_ATTRIBUTION,IN_REP_TO,QUOTED_EMAIL_TEXT, REFERENCES,REPLY_WITH_QUOTES,USER_AGENT_XIMIAN autolearn=ham version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: Re: [ECOS] how to create RAM redboot image X-SW-Source: 2003-10/txt/msg00274.txt.bz2 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