From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4616 invoked by alias); 8 Aug 2011 23:25:34 -0000 Received: (qmail 4592 invoked by uid 22791); 8 Aug 2011 23:25:33 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-qw0-f49.google.com (HELO mail-qw0-f49.google.com) (209.85.216.49) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 08 Aug 2011 23:25:17 +0000 Received: by qwi2 with SMTP id 2so3100482qwi.36 for ; Mon, 08 Aug 2011 16:25:17 -0700 (PDT) Received: by 10.143.21.39 with SMTP id y39mr2274018wfi.300.1312845916628; Mon, 08 Aug 2011 16:25:16 -0700 (PDT) Received: from [10.1.10.56] (c-67-168-89-154.hsd1.wa.comcast.net [67.168.89.154]) by mx.google.com with ESMTPS id i9sm6557603pbk.84.2011.08.08.16.25.15 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 08 Aug 2011 16:25:16 -0700 (PDT) Message-ID: <4E407079.6090607@gmail.com> Date: Mon, 08 Aug 2011 23:25:00 -0000 From: gmail User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: ecos-discuss@ecos.sourceware.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] eCos application offset for Redboot load X-SW-Source: 2011-08/txt/msg00015.txt.bz2 I am trying to build an eCos application (and the test suite) to load onto a board with a Redboot monitor. I've created an xxx_ram.ldi / .h for the board but don't know if I need to add in the offset in that file for the Redboot monitor or if that is done elsewhere. The monitor indicates: Platform: TS-7250 Board (ARM920T) Rev A Copyright (C) 2000, 2001, 2002, 2003, 2004 Red Hat, Inc. RAM: 0x00000000-0x02000000, [0x000530c0-0x01fdd000] available FLASH: 0x60000000 - 0x68000000, 1024 blocks of 0x00020000 bytes each. Do I change the text base in the .ldi to something above 0x000530c0? Thanks -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss