* [U-Boot-Users] Win CE?
@ 2005-03-28 16:28 NZG
2005-03-28 17:05 ` Wolfgang Denk
2005-03-29 6:46 ` Joachim Jaeger
0 siblings, 2 replies; 6+ messages in thread
From: NZG @ 2005-03-28 16:28 UTC (permalink / raw)
To: u-boot
I hope I'm not be heretical here, but can u-boot boot CE?
thx,
NZG.
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] Win CE?
2005-03-28 16:28 [U-Boot-Users] Win CE? NZG
@ 2005-03-28 17:05 ` Wolfgang Denk
2005-03-29 6:46 ` Joachim Jaeger
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2005-03-28 17:05 UTC (permalink / raw)
To: u-boot
In message <200503281028.00076.ngustavson@emacinc.com> you wrote:
> I hope I'm not be heretical here, but can u-boot boot CE?
Probably, but I guess nobody cares about it ;-)
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
"Free markets select for winning solutions." - Eric S. Raymond
^ permalink raw reply [flat|nested] 6+ messages in thread
* [U-Boot-Users] Win CE?
2005-03-28 16:28 [U-Boot-Users] Win CE? NZG
2005-03-28 17:05 ` Wolfgang Denk
@ 2005-03-29 6:46 ` Joachim Jaeger
1 sibling, 0 replies; 6+ messages in thread
From: Joachim Jaeger @ 2005-03-29 6:46 UTC (permalink / raw)
To: u-boot
NZG wrote:
> I hope I'm not be heretical here, but can u-boot boot CE?
yes it can. Load your image into RAM and use the "go <address>" command
Regards
Joachim
>
> thx,
> NZG.
>
>
> -------------------------------------------------------
> SF email is sponsored by - The IT Product Guide
> Read honest & candid reviews on hundreds of IT Products from real users.
> Discover which products truly live up to the hype. Start reading now.
> http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
> _______________________________________________
> U-Boot-Users mailing list
> U-Boot-Users at lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/u-boot-users
>
>
--
*********************************************************
For more information: http://www.fsforth.de
*********************************************************
Joachim Jaeger
FS FORTH-SYSTEME GmbH
Kueferstr. 8, D-79206 Breisach
Phone: +49 (7667) 908-146, FAX +49 (7667) 908-246
^ permalink raw reply [flat|nested] 6+ messages in thread
[parent not found: <20050329065615.8C8B389008@sc8-sf-spam1.sourceforge.net>]
* [U-Boot-Users] Win CE?
[not found] <20050329065615.8C8B389008@sc8-sf-spam1.sourceforge.net>
@ 2005-03-29 8:00 ` Andrea Scian
2005-03-29 8:08 ` Wolfgang Denk
[not found] ` <200503290735.14596.ngustavson@emacinc.com>
0 siblings, 2 replies; 6+ messages in thread
From: Andrea Scian @ 2005-03-29 8:00 UTC (permalink / raw)
To: u-boot
>> I hope I'm not be heretical here, but can u-boot boot CE?
>yes it can. Load your image into RAM and use the "go <address>" command
There is also a better way I'm currently working on (with good results for
now!)
You can upload the .bin file (which is, usually, much smaller than .nb0
file), parse it's content and create the
binary image into the ram.
I already posted some ideas on this to this list but it seems that there
are not many people interested in
booting windoze systems with a Linux bootloader ;-) (preatty easy to guess
their reasons! ;-)
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.
I don't know if it will be accepted into the u-boot official CVS, becase
"stealing" a command for such a reason is questionable
(what's your opinion about it Wolfgang?). Do someone knows a
"better" (acceptable ;-) way to do so?
>Regards
>Joachim
Best Regards,
Andrea Scian
^ permalink raw reply [flat|nested] 6+ messages in thread* [U-Boot-Users] Win CE?
2005-03-29 8:00 ` Andrea Scian
@ 2005-03-29 8:08 ` Wolfgang Denk
[not found] ` <200503290735.14596.ngustavson@emacinc.com>
1 sibling, 0 replies; 6+ messages in thread
From: Wolfgang Denk @ 2005-03-29 8:08 UTC (permalink / raw)
To: u-boot
In message <6.2.1.2.0.20050329085923.01cbd1e0@192.168.2.1> you wrote:
>
> I already posted some ideas on this to this list but it seems that there
> are not many people interested in
> booting windoze systems with a Linux bootloader ;-) (preatty easy to guess
> their reasons! ;-)
Just for correctness: the "U" in U-Boot stands for "universal", which
includes the idea of supporting more than Linux.
> On my own I have added a new command (called bootwince) which "execute" a
bootwince = boot & wince when you see what's coming up? SCNR...
Best regards,
Wolfgang Denk
--
Software Engineering: Embedded and Realtime Systems, Embedded Linux
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
Systems programmers are the high priests of a low cult.
-- R.S. Barton
^ permalink raw reply [flat|nested] 6+ messages in thread[parent not found: <200503290735.14596.ngustavson@emacinc.com>]
* [U-Boot-Users] Win CE?
[not found] ` <200503290735.14596.ngustavson@emacinc.com>
@ 2005-03-30 9:31 ` Andrea Scian
0 siblings, 0 replies; 6+ messages in thread
From: Andrea Scian @ 2005-03-30 9:31 UTC (permalink / raw)
To: u-boot
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
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2005-03-30 9:31 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-28 16:28 [U-Boot-Users] Win CE? NZG
2005-03-28 17:05 ` Wolfgang Denk
2005-03-29 6:46 ` Joachim Jaeger
[not found] <20050329065615.8C8B389008@sc8-sf-spam1.sourceforge.net>
2005-03-29 8:00 ` Andrea Scian
2005-03-29 8:08 ` Wolfgang Denk
[not found] ` <200503290735.14596.ngustavson@emacinc.com>
2005-03-30 9:31 ` Andrea Scian
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox