[ECOS] [nhko@gctsemi.com: RE: [ECOS] Anybody made user command shell program on eCos ?]
Hugo Tyson
hmt@redhat.com
Thu Jun 28 09:40:00 GMT 2001
(Sorry, I set the wrong reply-to -hmt)
------- Start of forwarded message -------
Date: Fri, 29 Jun 2001 01:32:50 +0900
Thread-Topic: [ECOS] Anybody made user command shell program on eCos ?
Thread-Index: AcD/7bYATWhmVZ0uTY6HdQU2mWjH1wAAcUBA
From: "Tony Ko" <nhko@gctsemi.com>
To: <hmt@redhat.com>
Hi.
Such like "RedBoot contains a command line" .
I also want something like "memory write".=20
RedBoot only contains "memory read " command.
I expect these kind of command will be used on eCos.
thank you.
Nohee Ko
Staff Engineer, SI Hardware
www.gctsemi.com
Tel. 82-2-2167-1283
Fax. 82-2-2167-1290
Mobile : 016-368-7742
- -----Original Message-----
From: Hugo Tyson [ mailto:hmt@redhat.com ]
Sent: Friday, June 29, 2001 1:11 AM
To: ecos-discuss@sources.redhat.com
Subject: Re: [ECOS] Anybody made user command shell program on eCos ?
"Tony Ko" <nhko@gctsemi.com> writes:
> I ported MBX860 eCos to my custom mpc860 board.
> Do you by any chance have user command shell program running on eCos?
RedBoot contains a command line for flash management and configuration
parameters and the like.
But there is no user command shell program running on eCos, because we
don't really know what you mean by that.
eCos applications are fully linked, so the concept of "starting another
program" (such as "ls" or "cat") has no meaning. There can be only one
eCos application running at one time, so you cannot load a 2nd program
to
"do" your shell command. Any commands that a shell would accept must be
predefined within the application.
What commands would you expect a command shell program running on eCos
to
accept?
- Huge
------- End of forwarded message -------
More information about the Ecos-discuss
mailing list