public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
From: Mark Salter <msalter@redhat.com>
To: Karel Gardas <kgardas@objectsecurity.com>
Cc: eCos Mailing List <ecos-discuss@ecos.sourceware.org>
Subject: Re: [ECOS] [ixdp425/RedBoot] How to start eCos binary?
Date: Mon, 08 Aug 2005 18:38:00 -0000	[thread overview]
Message-ID: <1123526276.18336.12.camel@gienah.localdomain> (raw)
In-Reply-To: <Pine.LNX.4.63.0508081646330.28436@silence.gardas.net>

On Mon, 2005-08-08 at 20:28 +0200, Karel Gardas wrote:
> Hello,
> 
> I do have linksys NSLU2, which is basically Intel's ixdp425 striped down 
> platform. I've bought this to experiment with embedded programming and 
> eCos. Now I have final binary which works great when started from Insight 
> debugger or directly from arm-elf-gdb connected to NSLU2, but I'm not able 
> to load and start this binary while using board's RedBoot.
> 
> The start in gdb looks:
> 
> $ arm-elf-gdb /tftpboot/hello.xs

So hello.xs is and ELF file...

> 
> When I try to do as I think the same in RedBoot, it does nothing:
> 
> # telnet 192.168.0.1 9000
> Trying 192.168.0.1...
> Connected to 192.168.0.1.
> Escape character is '^]'.
> RedBoot> load -v -r -b 0x80000 -h 192.168.0.2 hello.xs

But here you are loading hello.xs as if it were a raw binary file.
Try loading like this:

  RedBoot> load -v -h 192.168.0.2 hello.xs

--Mark


-- 
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:[~2005-08-08 18:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-08-08 18:28 Karel Gardas
2005-08-08 18:38 ` Mark Salter [this message]
2005-08-08 18:53   ` Karel Gardas

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=1123526276.18336.12.camel@gienah.localdomain \
    --to=msalter@redhat.com \
    --cc=ecos-discuss@ecos.sourceware.org \
    --cc=kgardas@objectsecurity.com \
    /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).