Software Delivery Repository
Software Delivery Repository | Getting Started | FAQ | RepositoriesFirmware 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:
|
Browse
Gen12
Browse Gen11 Browse Gen10 What's my gen? Gen9 or older? |
fwget repository (fwpkg/rpm/deb)

For fwget versions earlier than 1.0.4, paste the following in ~/.fwget.conf
{
"token": "na",
"url" : "https://downloads.linux.hpe.com/SDR/repo/fwpp-gen11/current"
}
{
"ilo_username": "na",
"ilo_password": "na",
"ilo_address": "na",
"token": "na",
"sdr_url" : "https://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,https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.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
HPE 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
rpm --import https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub
apt repository (debs only)
Cut-n-paste the following section (substituting gen, dist and project version)
into /etc/apt/sources.list.d/fwpp.list
on your system:
(Please refer to the section "Install the HPE public GPG key" to install the key first.)
# Firmware Pack for ProLiant
deb [signed-by=/usr/share/keyrings/hpePublicKey.gpg] https://downloads.linux.hpe.com/SDR/repo/fwpp-gen dist/project_ver non-free
The current/ folder in the Debian dists/ points to the latest project version
Install the HPE public GPG key
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key1.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null
curl https://downloads.linux.hpe.com/SDR/hpePublicKey2048_key2.pub | gpg --dearmor | sudo tee -a /usr/share/keyrings/hpePublicKey.gpg > /dev/null