From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 380 invoked by alias); 23 Aug 2007 11:28:37 -0000 Received: (qmail 303 invoked by uid 22791); 23 Aug 2007 11:28:36 -0000 X-Spam-Check-By: sourceware.org Received: from an-out-0708.google.com (HELO an-out-0708.google.com) (209.85.132.242) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 23 Aug 2007 11:28:32 +0000 Received: by an-out-0708.google.com with SMTP id c25so44112ana for ; Thu, 23 Aug 2007 04:28:30 -0700 (PDT) Received: by 10.142.216.9 with SMTP id o9mr171091wfg.1187868509676; Thu, 23 Aug 2007 04:28:29 -0700 (PDT) Received: by 10.143.165.18 with HTTP; Thu, 23 Aug 2007 04:28:29 -0700 (PDT) Message-ID: Date: Thu, 23 Aug 2007 11:28:00 -0000 From: "albert prasetyo" To: ecos-discuss@ecos.sourceware.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 problem X-SW-Source: 2007-08/txt/msg00125.txt.bz2 Hi everyone; I am a newbie in redboot and ecos. Currently I am developing redboot for AT91RM9200 board (ARM9). I am able to develop redboot (RAM) version for this board but unable to run the application (app.srec). Source code of app.srec: #include int main(void) { printf("1\n"); return 0; } This is the message generated by redboot: RedBoot> load -m y CCEntry point: 0x21000040, address range: 0x21000000-0x210086c4 xyzModem - CRC mode, 2(SOH)/102(STX)/0(CAN) packets, 4 retries RedBoot> go $O310A#24 It somehow managed to print '1' but in ASCII mode. I don't know where my configuration goes wrong. Any help is much appreciated. Thanks in advance; Albert P -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss