This is the mail archive of the ecos-discuss@sourceware.org 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: request_firmware()


On Thu, Dec 20, 2007 at 04:22:05PM +0100, Antoine Zen-Ruffinen wrote:
> Hello list!
> 
> Does a equivalent to the Linux function request_firmware() exist in
> eCos ? Does some one know how to do this "manually" ?

Nope. You do it all manually. How you do this will depend on your
hardware. eg where does the firmware live? Is it hard coded into your
image? Is if in a few blocks in flash, is it in a filesystem
somewhere? Do you tftp it from a server?

Are you porting a Linux driver? Be very careful about licensing....

    Andrew

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