From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10840 invoked by alias); 27 Aug 2007 05:53:21 -0000 Received: (qmail 10598 invoked by uid 22791); 27 Aug 2007 05:53:19 -0000 X-Spam-Check-By: sourceware.org Received: from wr-out-0506.google.com (HELO wr-out-0506.google.com) (64.233.184.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 27 Aug 2007 05:53:14 +0000 Received: by wr-out-0506.google.com with SMTP id 50so971199wra for ; Sun, 26 Aug 2007 22:53:12 -0700 (PDT) Received: by 10.142.100.1 with SMTP id x1mr325512wfb.1188193991918; Sun, 26 Aug 2007 22:53:11 -0700 (PDT) Received: by 10.143.165.18 with HTTP; Sun, 26 Aug 2007 22:53:11 -0700 (PDT) Message-ID: Date: Mon, 27 Aug 2007 05:53:00 -0000 From: "albert prasetyo" To: "Sergei Gavrikov" Cc: "Paul D. DeRocco" , ecos-discuss In-Reply-To: <1187935563.16741.4.camel@sg-ubuntu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <02b801c7e602$3d029150$887ba8c0@PAULD> <1187935563.16741.4.camel@sg-ubuntu> 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: Re: [ECOS] ecos application problem X-SW-Source: 2007-08/txt/msg00136.txt.bz2 Hi all; > > Try to import this > > cat <<_EOF | ecosconfig import /dev/stdin > cdl_option CYGSEM_HAL_USE_ROM_MONITOR {inferred_value 0 Generic}; > cdl_option CYGSEM_HAL_DIAG_MANGLER {user_value None}; > _EOF > > before the build the eCos stuff I have applied above, but still can't get the expected result. The output of redboot become as follows: RedBoot> load -m y CCEntry point: 0x21000040, address range: 0x21000000-0x210082b0 xyzModem - CRC mode, 3(SOH)/98(STX)/0(CAN) packets, 4 retries RedBoot> go After go command was executed, the redboot seems to 'hang' . I think redboot expected some input from user. I tried to input '+' but nothing happened. I read from other threads and conclude that it is possible to run application by disabling debug channel. I intend to do it by disable 'debug serial port' (i.e. CYGNUM_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL) but cannot do it (cannot find CYGPRI_HAL_VIRTUAL_VECTOR_DEBUG_CHANNEL_CONFIGURABLE). Is it the right thing to do? By the way I run my redboot on RAM mode, maybe it's the cause the update can't work. When I try to use redboot in ROM mode, even the application cannot be downloaded at all. (as described by Henry Wong in this link : http://ecos.sourceware.org/ml/ecos-discuss/2006-05/msg00047.html ) Thank you for your attention. Regards; 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