Updating Intel NIC firmware(NVM) and drivers on VyOS

Created by Yuriy Andamasov, Modified on Tue, 11 Apr 2023 at 04:28 PM by Yuriy Andamasov

In case your setup requires firmware/driver update for your Intel NIC 500/700/800 series for software changes, performance or security enhancements, the following steps can be performed on the VyOS running device to accomplish this task:

  • Check current firmware/driver version
ethtool -i ethX
  • Download the official software package provided for your NIC if update is required
wget https://downloadmirror.intel.com/24769/eng/700series_nvmupdatepackage_v8_40.zip 
  • Unarchive downloaded package and navigate to the extracted directory
unzip 700series_nvmupdatepackage_v8_40.zip
	
cd 700Series/Linux_x64

or

tar -xzvf 700Series_NVMUpdatePackage_v8_40_Linux.tar.gz
	
cd 700Series/Linux_x64 
  • Change NVM update tool executable permissions
chmod 755 nvmupdate64e
  • Run the update tool as a sudoer and follow instructions (you'll be asked to specify which NIC requires to be updated)
sudo ./nvmupdate64e


For more detail information about Intel NIC firmware/drivers update please refer to the following documentation:
https://www-ssl.intel.com/content/www/us/en/embedded/products/networking/nvm-update-tool-quick-linux-usage-guide.html

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons
CAPTCHA verification is required.

Feedback sent

We appreciate your effort and will try to fix the article