Forcing a Firmware Downgrade#
Prerequisites#
Refer to Viewing the Installed Firmware and Package Versions to confirm that the firmware package has the firmware version that you want.
Procedure#
Enable the
ForceUpdate
flag on the BMC:nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update enable
Example Output
ForceUpdate flag was successfully set True on the system.
Confirm the
ForceUpdate
flag status:nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
Example Output
ForceUpdate is set to True
Perform the firmware update.
Disable the
ForceUpdate
flag on the BMC:nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update disable
Example Output
ForceUpdate flag was successfully set False on the system.
Confirm the
ForceUpdate
flag status:nvfwupd --target ip=<bmc-ip-address> user=admin password=admin force_update status
Example Output
ForceUpdate is set to False