[U-Boot-Users] Win CE?
Andrea Scian
andrea.scian at dave-tech.it
Wed Mar 30 11:31:18 CEST 2005
Hi!
> > On my own I have added a new command (called bootwince) which "execute" a
> > .bin file (downloaded via TFTP or stored in flash), and
> > I also added some "Linux command line"-like parameter passing.
>Sounds perfect! I would very much like to work with you on this project.
>Could I get a copy of your work so far.
The patch (which has NOT been tested with the latest u-boot version, but
should work anyway)
can be downloaded from the public section of our web site:
http://www.dave-tech.it/download/misc/sw/zefeer/zwck/u-boot-zwck-0.9.0-cmdbin.patch
any comment is welcome, of course! :-)
>I will need to get it up and running on the ARM and/or an x86 arch. Is the
>code fairly modular? Will there be any problem using it with different
>arch's?
It should be ported with easy to different architecture (thanks to u-boot
structure :-),
but you will need to adapt your WinCE OAL to support all the stuff (like
command line).
This code (OAL dependent) is abstracted into a function (called
'build_bin_image_parameters()')
that should be placed inside your board's source code.
It is architecture dependent only for PHYS_SDRAM_1 definition (my .bin file
has the wrong physical offset...)
The code is preatty lame, so feel free to change it (and, of course, tell
me your opinion about it!)
It has been tested with our ARM9 module (Cirrus EP9315 based) and WCE 5.0.
>thx,
>NZG.
Best Regards,
Andrea Scian
More information about the U-Boot
mailing list