CG2400 in 10/100Mbps infrastructureCG2400 in 10/100Mbps infrastructure
CG2400 Built-in 10GbE ports can operate at 1 or 10GbE. Kontron recommends the use of an additional PCIe (NIC) card to
deploy the CG2400 in a 10 or 100Mbps only infrastructure. Intel I350, 2 or 4 ports, is a good example of such a compatible
product since ports are 10,100 and 1000 Mbps capable. This product is available under Kontron Part Number 1059-8279.
PXE Boot configurationPXE Boot configuration
Below is the procedure to get the I350 NIC card configured and ready to PXE boot. Before configuring your NIC card, you
will be able to see the additional interfaces in the operating system, but cards and associated Ethernet interfaces will not
be available in the BIOS menu, unless you do the following procedure.
Bootutil installationBootutil installation
LinksLinks
Download center link https://downloadcenter.intel.com/download/29137?v=t
Bootutil documentation https://downloadmirror.intel.com/29137/eng/bootutil.txt
Tool for Linux https://downloadmirror.intel.com/29137/eng/Preboot.tar.gz
Step_1 Get the archive from the following link.
LocalServer_OSPrompt:~# wget https://downloadmirror.intel.com/29137/eng/Preboot.tar.gzwget https://downloadmirror.intel.com/29137/eng/Preboot.tar.gz
Step_2 Extract the content of the archive.
LocalServer_OSPrompt:~# tar xvzf Preboot.tar.gztar xvzf Preboot.tar.gz
Step_3 Change directory.
LocalServer_OSPrompt:~# cd APPS/BootUtil/Linux_x64/cd APPS/BootUtil/Linux_x64/
Step_4 Make the file executable.
LocalServer_OSPrompt:~# chmod +x bootutil64echmod +x bootutil64e