Software Delivery Repository

Software Delivery Repository   |   Getting Started   |   FAQ  |  Repositories

Firmware Pack for ProLiant

The HPE Firmware Pack for ProLiant (FWPP) provides firmware for various ProLiant system boards, host adapters, nics and other complex logic devices.

Firmware fwpkg packages are flashed via the iLO management controller, specifically using the ilorest/redfish command:

    ilorest flashfwpkg file.fwpkg

Alternatively, rpm-packaged firmware (Gen10) is installed on the host and flashed via the "setup" command:

    /usr/lib/x86_64-linux-gnu/hp-firmware-type-vendor-version/setup

Gen11 is primarily comprised of fwpkg packages, while Gen10 provides both rpm and fwpkg options during the transition period to fwpkg.

  Browse Gen11

Browse Gen10

What's my gen?

Gen9 or older?





fwget repository (fwpkg/rpm)


Paste the following in ~/.fwget.conf and get fwget
{
   "token": "na",
   "url"  : "http://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current"
}


yum/zypper repository (rpms only)


Paste the following url in /etc/yum.repos.d/fwpp.repo (Red Hat) or /etc/zypp/repos.d/fwpp.repo(SUSE)
[fwpp]
name=Firmware Pack for ProLiant
baseurl=https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current/
enabled=1
gpgcheck=1
gpgkey=https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub


      Substitute fwpp-gen11 with fwpp-gen10 for Gen10 servers (Gen9 or older?)
      current is an accumuilation of all firmware from every Service Pack for ProLiant
      next is firmware scheduled to go into the next Service Pack for ProLiant
      2023.x.x is a specfic firmware baseline release



GPG Keys

Please install the latest GPG key to verify rpm contents from HPE

# yum
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub

Contact