Getting Firmware Versions with amdsfupdate - Getting Firmware Versions with amdsfupdate - UG1739

AMD Solarflare X4 Series Ethernet Adapter User Guide (UG1739)

Document ID
UG1739
Release Date
2026-07-01
Revision
1.2 English

To get firmware versions for X4 series Ethernet adapters with amdsfupdate:

  1. To get firmware versions for all X4 series Ethernet adapters on the host, use the following command:
    $ amdsfupdate
    Note: 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>
  2. 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>)
  3. Confirm that versions are as expected.