To get firmware versions for X4 series Ethernet adapters with amdsfupdate:
- To get firmware versions for all X4 series
Ethernet adapters on the host, use the following
command:
$ amdsfupdateNote: You can instead get firmware versions for a specific X4 series Ethernet adapter on the host. To do so, add the --adapter option to the command:$ amdsfupdate --adapter <interface> - The firmware versions are output. For
example:
$ amdsfupdate AMD Solarflare firmware update utility: v<n>.<n>.<n> enp1s0f0 pci/0000:01:00.0 Bootloader : <version currently on NIC> Firmware bundle : <version currently on NIC> The Bootloader is up to date (>=<version in /usr/lib/firmware>) The Firmware bundle is up to date (>=<version in /usr/lib/firmware>) enp1s0f1 pci/0000:01:00.1 Bootloader : <version currently on NIC> Firmware bundle : <version currently on NIC> The Bootloader is up to date (>=<version in /usr/lib/firmware>) The Firmware bundle is up to date (>=<version in /usr/lib/firmware>) - Confirm that versions are as expected.