
VDX-6318 Windows Embedded Compact 7 - Getting Started Guide
Windows Embedded Compact 7 Getting Started Rev 2.00
Page 93
Note:
To trigger the BIOSLoader to launch the alternative BIN file, during startup, when the splash screen is
showing, press “1”.
The following alternative BIN file parameters configure the BIOSLoader to launch
NK2.BIN
, an
alternative Compact 7 OS run-time image, when the “2” 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
BinFile2=NK2.BIN
# Boot delay (in seconds) in which to select the alternative image
Delay=10
The following parameter configures the BIOSLoader to launch using a preconfigured IP address:
# Debug IP address
DbgIP=192.168.2.232
Note:
The static IP address configuration is for Eboot.bin Ethernet bootloader only and does not impact the
Compact 7 OS run-time image.
To configure the Compact 7 OS run-time image to launch with a preconfigured static IP address, add the
following registry entries to the OSDesign.reg file for the OS design:
[HKEY_LOCAL_MACHINE\Comm\PCI\R60401\Parms\TcpIp]
"EnableDHCP"=dword:0
"DefaultGateway"=multi_sz:"192.168.2.1"
"UseZeroBroadcast"=dword:0
"IpAddress"=multi_sz:"192.168.2.232"
"Subnetmask"=multi_sz:"255.255.255.0"
The following parameter configures the BIOSLoader to launch with serial debug enabled to send
messages to the target device’s COM1:
# COM Port to pass in BootArgs
COMPort=1
Note:
In order for this configuration to work, the Compact 7 OS run-time image must be generated with the
following build option enabled:
- Enable eboot space in memory
BIOSLoader Configuration File for VDX-6318
As part of this jump start kit, the VDX-6318 SBC is preconfigured to launch the preloaded Compact 7
OS run-time image (
NK.BIN
) using BIOSLoader with 10 seconds delay during boot up. Before the 10
seconds delay expire (while the startup Compact 7 splash is still showing), you can press “1” to
launch the Ethernet bootloader,
EBOOT.BIN
, or press “2” to launch the secondary OS image,
NK2.bin
.
Following is the code listing from the BIOSLoader configuration file (
BOOT.INI
):
# Primary File to Load on startup:
BinFile=NK.bin