From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15373 invoked by alias); 11 Aug 2004 21:08:12 -0000 Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Received: (qmail 15365 invoked from network); 11 Aug 2004 21:08:10 -0000 Received: from unknown (HELO hermes.chez-thomas.org) (63.225.98.241) by sourceware.org with SMTP; 11 Aug 2004 21:08:10 -0000 Received: by hermes.chez-thomas.org (Postfix, from userid 2000) id 42F88100D03; Wed, 11 Aug 2004 15:08:10 -0600 (MDT) Received: from [127.0.0.1] (localhost.localdomain [127.0.0.1]) by hermes.chez-thomas.org (Postfix) with ESMTP id CE18B10000D; Wed, 11 Aug 2004 15:08:08 -0600 (MDT) From: Gary Thomas To: Giri Raja Cc: eCos Discussion In-Reply-To: <20040811201930.29536.qmail@web53808.mail.yahoo.com> References: <20040811201930.29536.qmail@web53808.mail.yahoo.com> Content-Type: text/plain Organization: MLB Associates Message-Id: <1092258488.25147.1793.camel@hermes> Mime-Version: 1.0 Date: Wed, 11 Aug 2004 21:08:00 -0000 Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on hermes.chez-thomas.org X-Spam-Status: No, hits=0.0 required=5.0 tests=AWL autolearn=no version=2.60 Subject: Re: [ECOS] Regarding Flash Address to store ROMRAM startup application X-SW-Source: 2004-08/txt/msg00181.txt.bz2 On Wed, 2004-08-11 at 14:19, Giri Raja wrote: > Hi, > I was experimenting to run a small application on > the EB40A board without redboot on it. The idea is to > make the application boot up by itself when powered > on. > I configured for ROMRAM startup type and disabled the > 'Work with ROM Monitor' option in the config file. > I compiled my application with this configuration and > used OC Demon Flash Memory Programmer to store the > executable in the flash (this is how I normally do for > redboot and it works).when I powered it on, it doesn't > seem to work. My jumper was set to the user position > and there is absolutely nothing in the flash other > than the executable I just loaded. > Can someone please help me out on this. I found that I needed a few extra things set to make this work: cdl_component CYGDBG_HAL_DIAG_TO_DEBUG_CHAN { user_value 0 }; cdl_option CYGDBG_HAL_DEBUG_GDB_INCLUDE_STUBS { user_value 0 }; cdl_option CYGSEM_HAL_USE_ROM_MONITOR { user_value 0 }; -- Gary Thomas MLB Associates -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss