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]
Other format: [Raw text]

Re: building redboot with eCos eernel


Michael Jastrebtsoff <jam2000@pisem.net> writes:

> Hello, All.
> 
> I need to build Redboot with FAT support. But FAT requires eCos
> kernel.
> 
> I try build Redboot with eCos kernel, but this don't work.(when i
> connected to redboot via terminal, i'v  got a random chars on screen.)

The FAT filesystem will not work in RedBoot since it requires too many
kernel facilities to work. You cannot put the kernel into RedBoot
since RedBoot is intended to be a stand alone application, there are
just too many assumptions for this to work.

The only use that RedBoot would have for FAT filesystem support is to
load executables. So a simple read-only loader similar to the one that
already exists for ext2 would be a better solution.

-- 
Nick Garnett                    eCos Kernel Architect
http://www.ecoscentric.com      The eCos and RedBoot experts


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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