From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17679 invoked by alias); 25 Feb 2002 19:10:27 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 17623 invoked from network); 25 Feb 2002 19:10:26 -0000 Received: from unknown (HELO corb.mc.mpls.visi.com) (208.42.156.1) by sources.redhat.com with SMTP; 25 Feb 2002 19:10:26 -0000 Received: from grante.comtrol.com (grante.dsl.visi.com [208.42.141.248]) by corb.mc.mpls.visi.com (Postfix) with SMTP id B7D3C81B7 for ; Mon, 25 Feb 2002 13:10:25 -0600 (CST) Received: (qmail 13212 invoked by uid 500); 25 Feb 2002 19:17:36 -0000 Date: Mon, 25 Feb 2002 11:10:00 -0000 From: Grant Edwards To: Charles-Henri Balet Cc: gdb@sources.redhat.com Subject: Re: GDB using Angel error on an OKI board Message-ID: <20020225131735.A13155@visi.com> References: <005801c1bd6a$b6545e10$0401a8c0@CHARLESHENRI> <20020225102723.A11481@visi.com> <000f01c1ebb8$84dbc630$0401a8c0@CHARLESHENRI> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <000f01c1ebb8$84dbc630$0401a8c0@CHARLESHENRI>; from charles-henri@bluewin.ch on Wed, Apr 24, 2002 at 07:50:23PM +0200 X-SW-Source: 2002-02/txt/msg00309.txt.bz2 On Wed, Apr 24, 2002 at 07:50:23PM +0200, Charles-Henri Balet wrote: >>> I'm using an OKI developpement board with the OKI ML671000 >>> processor, this is provide with an ARM SDT 2.50 software and an >>> ARM Angel 1.20 in the flash memory on the board [...] >>> (gdb) target rdi com1 >>> RDI_open: undefined error message, should reset target >>> RDI_open failed [...] >> 1) Reset the board. >> 2) Start GDB. >> 3) Do the command "maint rdilogen on" >> 4) Do the command "target rdi com1" >> 5) Exit GDB > tx: [T=0 L=36] 03 01 00 01 05 00 03 00 00 00 00 00 ff ff ff ff ff ff ff ff > 01 00 00 00 00 c0 00 00 01 00 00 00 80 25 00 00 > R=00030005 H->T CI_HBOOT: ADP_ParamNegotiate 00000001 0000c000 00000001 00002580 > rx: [T=0 L=36] 03 02 01 01 05 00 03 80 00 00 00 00 ff ff ff ff ff ff ff ff > 00 00 00 00 01 00 00 00 00 c0 00 00 80 25 00 00 > R=80030005 H<-T CI_HBOOT: ADP_ParamNegotiate 00000000 00000001 0000c000 00002580 > tx: [T=0 L=20] 03 02 00 01 06 00 03 00 00 00 00 00 ff ff ff ff ff ff ff ff > R=00030006 H->T CI_HBOOT: ADP_LinkCheck The link check stuff has caused problems for me in the past with other ADP devices. Try doing a "set rdiheartbeat off" before you do the "target" command. -- Grant Edwards grante@visi.com