From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30184 invoked by alias); 22 Jun 2006 15:33:58 -0000 Received: (qmail 30169 invoked by uid 22791); 22 Jun 2006 15:33:57 -0000 X-Spam-Check-By: sourceware.org Received: from ug-out-1314.google.com (HELO ug-out-1314.google.com) (66.249.92.174) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 22 Jun 2006 15:33:56 +0000 Received: by ug-out-1314.google.com with SMTP id y2so601520uge for ; Thu, 22 Jun 2006 08:33:54 -0700 (PDT) Received: by 10.67.100.17 with SMTP id c17mr1181734ugm; Thu, 22 Jun 2006 08:33:54 -0700 (PDT) Received: by 10.66.222.10 with HTTP; Thu, 22 Jun 2006 08:33:54 -0700 (PDT) Message-ID: <4dd15d180606220833y42940bccu137d1f62206d407e@mail.gmail.com> Date: Thu, 22 Jun 2006 15:33:00 -0000 From: "David Ho" To: "Gary Thomas" Cc: ecos-discuss@ecos.sourceware.org In-Reply-To: <4dd15d180606211349n714a4326ka2fb5cbab1973f58@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <4dd15d180606201400j3a73e941iff7ff0869e0587d5@mail.gmail.com> <1150837747.16508.66.camel@hermes> <4dd15d180606211256n6d7681a7p83d1eb119e16464f@mail.gmail.com> <4dd15d180606211306n3e62532bv339e498fd2b94edb@mail.gmail.com> <1150920594.16508.137.camel@hermes> <4dd15d180606211349n714a4326ka2fb5cbab1973f58@mail.gmail.com> X-IsSubscribed: yes 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 Subject: Re: [ECOS] Running Redboot RAM mode on custom AT91x40 board X-SW-Source: 2006-06/txt/msg00228.txt.bz2 > > Just FYI - you should probably consider using something newer (like > > anon CVS). eCos 2.0 is now more than 4 years old :-( Using an ancient tree was the reason of my grief. Anon. CVS is working quite well for me. Thanks a lot! David (gdb) set remotebaud 38400 (gdb) target remote /dev/com1 Remote debugging using /dev/com1 flash_query (data=0x1d7e8) at flash_at49xxxx.inl:235 235 ROM[FLASH_Setup_Addr2] = FLASH_Setup_Code2; (gdb) bt #0 flash_query (data=0x1d7e8) at flash_at49xxxx.inl:235 #1 0x00015b08 in flash_dev_query (data=0x1d7e8) at /home/davidho/ecos-dev/ecos/packages/io/flash/current/src/flash.c:122 #2 0x0000f508 in flash_hwr_init () at flash_at49xxxx.inl:156 #3 0x00015ab4 in flash_init (pf=0x1d7e8 <__startup_stack_base+6024>) at /home/davidho/ecos-dev/ecos/packages/io/flash/current/src/flash.c:93 #4 0x0000f1c4 in do_flash_init () at /home/davidho/ecos-dev/ecos/packages/redboot/current/src/flash.c:1581 #5 0x00012f40 in cyg_start () at /home/davidho/ecos-dev/ecos/packages/redboot/current/src/main.c:318 #6 0x0000c118 in start () #7 0x0000c118 in start () (gdb) -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss