	Steps to update LAN EEPROM:

***Need to update i40e driver prior to running firmware update for Linux.
*** NOTE: VPDUpdate Utility is only for Linux and UEFI ***
*** Make sure iqvlinux driver is installed before FW update for Linux***

To update i40e driver:
	1. Make sure to have administrator privileges
	2. Untar/unzip the archive, where "<x.x.x>" is the version number for the driver tar file:
		- "tar zxf i40e-<x.x.x>.tar.gz"
	3. Change to the driver src directory:
		- "cd i40e-<x.x.x>/src/"
	4. Compile the driver module:
		- "make install"		
	5. Load the driver module
		- "modprobe i40e"		
	6. Verify driver module is loaded
		- "lsmod | grep i40e"
		- "modinfo i40e"
		
To install the iqvlinux driver:
	1. cd into the "iqvlinux" directory
	1. Make sure to have administrator privileges
	2. Make sure "install" is executable
		- "chmod +x install"
	3. Run "./install"
	4. Load the driver module
		- "modprobe iqvlinux"
	5. Verify driver module is loaded
		- "lsmod | grep iqvlinux"
		- "modinfo iqvlinux"

Linux_x64
	1. Make sure to have administrator privileges.
	2. If LLDP_EN.sh, LLDP_DIS.sh, VPD_Update_64e, and nvmupdate64e are NOT executeable, execute "chmod +x LLDP_EN.sh LLDP_DIS.sh nvmupdate64e VPD_Update_64e".
	3. To update FW with LLDP enabled, execute "./LLDP_EN.sh".
	       		with LLDP disabled, execute "./LLDP_DIS.sh".
	4. Shutdown and then AC off-on.

UEFI
	1. Extract the files and copy them to a USB. 
	2. Boot up UEFI shell with USB plugged in.
	3. Go to your USB "fs0:".
	4. To update FW with LLDP enabled, execute "LLDP_EN.nsh".
	             	with LLDP disabled, execute "LLDP_DIS.nsh".
	5. Shutdown and then AC off-on.

ESXi_x64
	1. Make sure to have administrator privileges.
	2. If LLDP_EN_ESXi.sh, LLDP_DIS_ESXi.sh, and nvmupdaten64e are NOT executeable, execute "chmod +x LLDP_EN_ESXi.sh LLDP_DIS_ESXi.sh nvmupdaten64e".
	3. To update FW with LLDP enabled, execute "./LLDP_EN_ESXi.sh".
	             	with LLDP disabled, execute "./LLDP_DIS_ESXi.sh".
	4. Shutdown and then AC off-on.