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: Can redboot load wince


Thank you very much, Jerzy. It will do help me.

Best regards,
xxchen


I use different platform (custom board with IXP425 - based on IXDP425 borad)
so I can only describe my situation (probably help you). Wince kernel ( I
think that because I had running version and my task was to port wince to
boot sequence: eCos loader -> eboot.nk0 ->nk.nk0 or eCos loader -> nk.nk0) -
nk.nb0 (nk.bin is a executable version, nk.nk0 is rom version) is prepared to
start up direct from flash and I had to do:
- switch off SDRAM configuration - redboot done that
- switch off chip select - depends on what you need (extra hardware on board).
- copy image to proper place - in wince are two constant ( I don't remeber
name) 1 - address of eboot, 2 - offset beetwen eboot and kernel ( this
constant are in ARM V ).
Everything above was in startup routine.
Last thing was connected with endian. Because core fetch instruction in big
endian mode I must swap wince image to big endian.


Best Regards,
jerzy






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