From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6188 invoked by alias); 5 Jul 2006 15:09:06 -0000 Received: (qmail 6167 invoked by uid 22791); 5 Jul 2006 15:09:04 -0000 X-Spam-Check-By: sourceware.org Received: from tomts22.bellnexxia.net (HELO tomts22-srv.bellnexxia.net) (209.226.175.184) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 05 Jul 2006 15:08:58 +0000 Received: from smtp1.sympatico.ca ([209.226.175.203]) by tomts22-srv.bellnexxia.net (InterMail vM.5.01.06.13 201-253-122-130-113-20050324) with SMTP id <20060705150855.JTUO10262.tomts22-srv.bellnexxia.net@smtp1.sympatico.ca> for ; Wed, 5 Jul 2006 11:08:55 -0400 X-Mailer: Openwave WebEngine, version 2.8.6.6 (webedge20-101-174-112-20020617)" From: Andre-John Mas Reply-To: ajmas@bigfoot.com To: Date: Wed, 05 Jul 2006 15:09:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit Message-Id: <20060705150855.JTUO10262.tomts22-srv.bellnexxia.net@smtp1.sympatico.ca> 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: [ECOS] No RedBoot network after app start? X-SW-Source: 2006-07/txt/msg00012.txt.bz2 Hi, I have a RedBoot that replies to pings when it is waiting at the command prompt and the user hasn't started typing ( _rb_gets blocks until enter is pressed ). I then load my application: load -r -b 0x40000 app.bin go 0x40000 At this point my simple 'Hello World' displays its text. In the meantime the RedBoot stops replying to pings. My application is: #include #include #include externC int diag_printf( const char *fmt, ... ); int main( int argc, char * argv[] ) { diag_printf("Hello world 1\n"); diag_printf("Hello world 2\n"); diag_printf("Hello world 3\n"); diag_printf("Hello world 4\n"); diag_printf("Hello world 5\n"); } Does anyone have any ideas what could be wrong. My RedBoot is set up to be a 'ROM Monitor'. We are using an Adder II (MPC852T) based board. Andre -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss