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: i386 problems


On Mon, 2004-07-19 at 13:02, Martin Wulffeld wrote:
> Anyhoo, I tried loading a stock linux kernel (bzImage) over TFTP which
> went alright. It seemed. RedBoot said it had loaded the kernel to
> address 0x800000. However when the script got to the 'go 0x800000' in
> my script it froze. I think it freezes in this call:

You can't use the 'go' command to execute a Linux kernel, it is designed
to launch eCos applications.

Quite a long time ago I posted a patch here to add a 'linux' command to
i386 RedBoot similar to that used on the ARM platform (but called exec
there), I have had several people report that they are using it OK. I
suggest you have a dig through the mailing list archives for the patch
since I don't have it to hand. 

My eCos copyright assignment is still with management here :-( but this
is one of the things I would like to get merged (eventually...)

Ian.

-- 
Ian Campbell, Senior Design Engineer
                                        Web: http://www.arcom.com
Arcom, Clifton Road, 			Direct: +44 (0)1223 403 465
Cambridge CB1 7EA, United Kingdom	Phone:  +44 (0)1223 411 200


-- 
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]