public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Please help me upload the eCos kernel to the target of i386
@ 2001-08-20  2:25 jwchang
  2001-08-20  6:34 ` [ECOS] " Jonathan Larmour
  0 siblings, 1 reply; 2+ messages in thread
From: jwchang @ 2001-08-20  2:25 UTC (permalink / raw)
  To: ecos-discuss; +Cc: jlarmour

     hello!
     After severial weeks study of eCos,now something about the eCos I still not very sure.Althought with the help of friend in ecos-discuss ,I have build my floppy setup redboot.following is my  currently question:(please not laugh at me being so stupid)
     I really wonder whether the eCos is an operation System just as windows or unix to manage the embedded system's hardware and software resources?if so which file should I upload to the target and how to construct a full OS in the embedded platform.Please hint me inthe document where refer to these.
     what mean of the eCos kernel?really it can run on the suitable embedded platform,or the eCos only the tailor of  linux OS's source file packages,so as to combined with the gdb,gcc,bintools construct the cross compile environment.
     Now I have made the redboot can communicate with my minicom,but while I intend to down some files(such as the linux image file )to the targget with the command "load",I meet these problems,following is the process of I do:
       first power On the target,then start  minicom,the minicom terminal display the redboot prompt .Since redboot do not support my host computer's ethernet card,I try upload the files with xmodem.type the command "load -m xmodem -b 0x100000 -r bzImage"the term display that the address is not believed in the ram.....after i type yes it displays CCCCCCC...........cannot load file " bzImage",timeout,
                                        please help me !  Thanks a lot 
                                                                 BEST REGARD
                                                                                                        jwchang
                                                                                                                                      2001.8.20

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [ECOS] Re: Please help me upload the eCos kernel to the target of i386
  2001-08-20  2:25 [ECOS] Please help me upload the eCos kernel to the target of i386 jwchang
@ 2001-08-20  6:34 ` Jonathan Larmour
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Larmour @ 2001-08-20  6:34 UTC (permalink / raw)
  To: jwchang; +Cc: ecos-discuss

jwchang wrote:
> 
>      I really wonder whether the eCos is an operation System just as windows or unix to manage the embedded system's hardware and software resources?if so which file should I upload to the target and how to construct a full OS in the embedded platform.Please hint me inthe document where refer to these.

Look at the Getting Started manual. eCos does not run as a separate entity,
with programs being uploaded separately and run under it. Instead your
entire program is linked directly with the eCos kernel and uploaded just
the once.

>      what mean of the eCos kernel?really it can run on the suitable embedded platform,or the eCos only the tailor of  linux OS's source file packages,so as to combined with the gdb,gcc,bintools construct the cross compile environment.

eCos is a separate operating system. RedBoot (an application built on top
of eCos) can be used to load "real" eCos programs, or on many platforms, a
Linux kernel.

>      Now I have made the redboot can communicate with my minicom,but while I intend to down some files(such as the linux image file )to the targget with the command "load",I meet these problems,following is the process of I do:
>        first power On the target,then start  minicom,the minicom terminal display the redboot prompt .Since redboot do not support my host computer's ethernet card,I try upload the files with xmodem.type the command "load -m xmodem -b 0x100000 -r bzImage"the term display that the address is not believed in the ram.....after i type yes it displays CCCCCCC...........cannot load file " bzImage",timeout,

RedBoot cannot load the x86 Linux kernel. There is non-trivial development
work required to make that happen. You would either have to write that
yourself, or contract Red Hat to write it for you.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2001-08-20  6:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-08-20  2:25 [ECOS] Please help me upload the eCos kernel to the target of i386 jwchang
2001-08-20  6:34 ` [ECOS] " Jonathan Larmour

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).