Vortex86DX-MSJK CE 6.0 Jump Start - Getting Started Guide
Vortex86DX-MSJK Windows Embedded CE 6.0 R3 Jump Start Rev 2.0
Page 117
The following alternative BIN file parameters configure the BIOSLoader to launch NK_App.bin, an
alternative CE 6.0 OS runtime image, when the “2” key is pressed during boot time 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=NK_App.bin
# Boot delay (in seconds) in which to select the alternative image
Delay=5
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 CE
6.0 OS runtime image.
To configure the CE 6.0 OS runtime image to launch with a preconfigured static IP address, add the
following registry entries to the Project.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