*Need to update i40e drive prior to running firmware update for Linux and ESXi.

Steps to update LAN EEPROM:

	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, execute "fs0:".
		4. Execute "CHK_VER.nsh". (This will display the current version, stored in inventory.txt) 
		4a.If current version is 6.01 or older please STOP. Use package STGi4T2A_NUP first to update from 6.01 to 7.00 before continue.
		4b.If current version is 7.00 or newer then proceed to the next step to update firmware.
		5. Execute "LLDP_EN.nsh" for LLDP enabled or "LLDP_DIS.nsh" for LLDP disabled.
		6. AC off-on.

	Linux
		1. Make sure to have administrator privileges.
		2. Run "chmod +x CHK_VER.sh LLDP_EN.sh LLDP_DIS.sh nvmupdate64e" for executable permission.
		3. Execute "./CHK_VER.sh". (This will display the current version, stored in inventory.txt) 
		3a.If current version is 6.01 or older please STOP. Use package STGi4T2A_NUP first to update from 6.01 to 7.00 before continue.
		3b.If current version is 7.00 or newer then proceed to the next step to update firmware.
		4. Execute "./LLDP_EN.sh" for LLDP enabled or "./LLDP_DIS.sh" for LLDP disabled.
		5. Shutdown and then AC off-on.

	ESXi_x64
		1. Make sure to have administrator privileges.
		2. Run "chmod +x CHK_VER_ESXi.sh LLDP_EN_ESXi.sh LLDP_DIS_ESXi.sh nvmupdaten64e" for executable permission.
		3. Deactivate the execInstalledOnly internal runtime option - Run “esxcli system settings advanced set -o /User/execInstalledOnly -i 0” 
		4. Execute "./CHK_VER_ESXi.sh". (This will display the current version, stored in inventory.txt) 
		4a.If current version is 6.01 or older please STOP. Use package STGi4T2A_NUP first to update from 6.01 to 7.00 before continue.
		4b.If current version is 7.00 or newer then proceed to the next step to update firmware.
		5. Execute "./LLDP_EN_ESXi.sh" for LLDP enabled or "./LLDP_DIS_ESXi.sh" for LLDP disabled.
		6. Reboot
		7. Re-activate the execInstalledOnly internal runtime option  - Run “esxcli system settings kernel set -s execInstalledOnly -v TRUE”
		8. Shutdown and then AC off-on.