All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot-Users] winCE
@ 2008-04-17 16:18 Plamen Panteleev
  2008-04-17 22:00 ` Ken.Fuchs at bench.com
  0 siblings, 1 reply; 2+ messages in thread
From: Plamen Panteleev @ 2008-04-17 16:18 UTC (permalink / raw)
  To: u-boot

Hi,

Can I install U-Boot over redboot for booting Windows CE


Plamen Panteleev,
MPS,Ltd

^ permalink raw reply	[flat|nested] 2+ messages in thread

* [U-Boot-Users] winCE
  2008-04-17 16:18 [U-Boot-Users] winCE Plamen Panteleev
@ 2008-04-17 22:00 ` Ken.Fuchs at bench.com
  0 siblings, 0 replies; 2+ messages in thread
From: Ken.Fuchs at bench.com @ 2008-04-17 22:00 UTC (permalink / raw)
  To: u-boot

Plamen Panteleev wrote:

> Can I install U-Boot over redboot for booting Windows CE

Simply installing U-Boot over RedBoot will result
in a system that comes up with U-Boot running, but
(probably) _can't_ boot CE!

Usually MS Windows CE is booted by Eboot which is built
with the CE kernel NK.bin (a Microsoft proprietary
format) or NK.nb0 (raw binary).

Assuming RedBoot is the bootloader for your MS Windows
CE kernel, you simply need to get U-Boot to duplicate
the sequence of actions that RedBoot currently does to
boot MS Windows CE.

I would guess that your RedBoot bootloader is either
directly loading the NK.nb0 raw CE kernel image or it
is chainloading Eboot (presumably from the same boot
device as RedBoot) and Eboot loads the NK.bin CE kernel
image.  (Note that the first option is preferable, since
two bootloaders on the same system is problematic.)

You need to provide more information, like what board
are you using, what the boot devices are, and how
RedBoot is currently booting CE, etc.

Sincerely,

Ken Fuchs

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-04-17 22:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-17 16:18 [U-Boot-Users] winCE Plamen Panteleev
2008-04-17 22:00 ` Ken.Fuchs at bench.com

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.