public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Andre-John Mas <ajmas@sympatico.ca>
To: <ecos-discuss@ecos.sourceware.org>
Subject: [ECOS] No RedBoot network after app start?
Date: Wed, 05 Jul 2006 15:09:00 -0000	[thread overview]
Message-ID: <20060705150855.JTUO10262.tomts22-srv.bellnexxia.net@smtp1.sympatico.ca> (raw)

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 <stdio.h>
#include <stdlib.h>
#include <sys/types.h>

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

             reply	other threads:[~2006-07-05 15:09 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-05 15:09 Andre-John Mas [this message]
2006-07-05 20:03 ` Gary Thomas
2006-07-05 22:49 Andre-John Mas
2006-07-06 10:42 ` Gary Thomas

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20060705150855.JTUO10262.tomts22-srv.bellnexxia.net@smtp1.sympatico.ca \
    --to=ajmas@sympatico.ca \
    --cc=ajmas@bigfoot.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).