
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 92
Appendix F –
BIOSLoader
The IDE Flash provided as part of the VDX-6318-MSJK Compact 7 jump start kit is preconfigured with
BIOSLoader.
BIOSLoader is a bootloader designed to support x86 target device and can be used on device intended
for distribution to the end-user. BIOSLoader is dependent on the x86 target device’s built-in BIOS to
initialize the hardware correctly.
BIOSLoader is provided as part of the CEPC Board-Support-Package, in the following folder:
C:\WINCE700\Platform\CEPC\SRC\Bootloader\BIOSLoader
The BIOSLoader setup disk is provided in the
\Diskimages
folder under the above directory.
Through the
BOOT.INI
configuration file, the BIOSLoader can be configured to launch the
NK.BIN
OS
run-time image or
EBOOT.BIN
Ethernet bootloader.
Here are some of the BIOSLoader configurable parameters which can be implemented in the
Boot.ini
configuration file:
Primary BIN File
The primary BIN file parameter configures the BIOSLoader to launch a designated Compact 7 OS run-
time image or Ethernet bootloader.
The following primary BIN file entry configures the BIOSLoader to launch
NK.BIN
, a Windows
Embedded Compact OS run-time image file:
# Primary BIN file name
BinFile=NK.BIN
The following primary BIN file entry configures the BIOSLoader to launch
Eboot.bin
, an Ethernet
bootloader:
# Primary BIN file name
BinFile=EBOOT.BIN
Alternative BIN File
The alternative BIN file parameter configures the BIOSLoader to launch a designated Compact 7 OS
run-time image or bootloader when the associated key is pressed during boot up, before the
configured boot delay time expired.
The following alternative BIN file parameters configure the BIOSLoader to launch
EBOOT.BIN
, an
Ethernet bootloader, when the “1” key is pressed during boot up before the designated boot delay
time expired:
# Alternative image
# While booting hit the key corresponding to the suffix char (e.g. "1" for
# BinFile1) to boot the alternative image
BinFile1=EBOOT.BIN
# Boot delay (in seconds) in which to select the alternative image
Delay=10