From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13071 invoked by alias); 21 Aug 2003 20:10:23 -0000 Mailing-List: contact ecos-maintainers-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-maintainers-owner@sources.redhat.com Received: (qmail 13000 invoked from network); 21 Aug 2003 20:10:22 -0000 Message-ID: <3F45272A.2060004@eCosCentric.com> Date: Thu, 21 Aug 2003 20:10:00 -0000 From: Jonathan Larmour User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-GB; rv:1.4) Gecko/20030703 X-Accept-Language: en-gb, en, en-us MIME-Version: 1.0 To: Jose Paul Cc: ecos-maintainers@sources.redhat.com, Ecos-Discuss Subject: Re: reset board automatically References: <038f01c367d3$597a1800$e900a8c0@jose> In-Reply-To: <038f01c367d3$597a1800$e900a8c0@jose> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-08/txt/msg00026.txt.bz2 The maintainers list is not for general questions. Please use the discussion list as per the CC (and remove the maintainers CC from any replies). Jose Paul wrote: > Hi All, > > If we kill the GDB by windows kill command when it is connected to remote > Board > the remote board doesn't reset and wait for new connection. No, because you killed the program that would tell it to do that! Don't use windows kill with GDB. > Is it possible to implement this in eCOS so that when the board loses it > connection > with the GDB running in the PC it should reset itself and wait for new > connection? Over serial, no. Over TCP maybe but you'd need to implement it. But why not use the GDB kill command (not windows kill). As long as your program hasn't fiddled with too much hardware that may be enough. Maybe. Jifl -- eCosCentric http://www.eCosCentric.com/ The eCos and RedBoot experts --[ "You can complain because roses have thorns, or you ]-- --[ can rejoice because thorns have roses." -Lincoln ]-- Opinions==mine