This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]