From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13882 invoked by alias); 12 Dec 2003 13:27:13 -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 13870 invoked from network); 12 Dec 2003 13:27:12 -0000 Received: from unknown (HELO msgdirector4.onetel.net.uk) (212.67.96.160) by sources.redhat.com with SMTP; 12 Dec 2003 13:27:12 -0000 Received: from miso.calivar.com (213-78-84-49.friaco.onetel.net.uk [213.78.84.49]) by msgdirector4.onetel.net.uk (Mirapoint Messaging Server MOS 3.3.6-GR) with ESMTP id BJP37847; Fri, 12 Dec 2003 10:05:13 GMT Received: from miso.calivar.com (miso.calivar.com [127.0.0.2]) by miso.calivar.com (Postfix) with ESMTP id 7CEA828DF45; Fri, 12 Dec 2003 10:05:12 +0000 (GMT) To: "Ricardo Andrino" Cc: ecos-discuss@sources.redhat.com References: <200312120935.hBC9ZGQ05918@mailgate5.cinetic.de> From: Nick Garnett Date: Fri, 12 Dec 2003 13:46:00 -0000 In-Reply-To: <200312120935.hBC9ZGQ05918@mailgate5.cinetic.de> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Subject: Re: [ECOS] Run Redboot from flash X-SW-Source: 2003-12/txt/msg00195.txt.bz2 "Ricardo Andrino" writes: > Hello, > I have success installed the Redboot on flash, run good and i have tried agian to run the hello program with this new enviorment.Now the RAM memory map is 0x0000000-0x00040000, 0x0000a960-0x00040000 available). So what i don't understand is why when i type this: > Redboot>load -m xmodem > Send my hello (compiled and linked when a RAM startup mode) > Redboot>go > i send the same message as before "!Attempt to load ELF data to address :0x00008054 whih is not in RAM. Why this address? It's not suppose that should it beginn at 0x00020000?Where can i see this?(vectors.o ?). > The executable should be loading from 0xc000, nothing should load below that. Are you building a separate eCos configuration for the RAM test? Make sure you are not reusing the RedBoot config. Also try building and running some of the test programs that come with eCos. Run the following command: arm-elf-objdump -h hello and show us the output. -- Nick Garnett eCos Kernel Architect http://www.ecoscentric.com The eCos and RedBoot experts -- Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos and search the list archive: http://sources.redhat.com/ml/ecos-discuss