Restoring the Default Settings for the FPGA Card Golden Firmware (fpgagoldenfwrestore)
Function
The fpgagoldenfwrestore command is used to restore the default settings of the Golden firmware of an FPGA card if the FPGA card is not operating properly.
Format
ipmcset -d fpgagoldenfwrestore -v <slotid> [position]
Parameters
Parameter |
Description |
Value |
---|---|---|
slotid |
Specifies the slot No. of the FPGA card. |
Value range: 1 to 16 |
position |
Specifies the location of the FPGA card. |
0 |
Usage Guidelines
- Running this command for a functioning FPGA will restart the OS. Exercise caution when performing this operation.
Example
# Restore the default settings of the Golden firmware of the FPGA card.
iBMC:/-> ipmcset -d fpgagoldenfwrestore -v 6
WARNING: This operation may cause unexpected reset of the OS and affect services.
Do you want to continue?[Y/N]:y
The restore of the Golden firmware of the FPGA card is starting.
100%
The restore of the Golden firmware of the FPGA card is successful.
Or
iBMC:/-> ipmcset -d fpgagoldenfwrestore -v 6 0
WARNING: This operation may cause unexpected reset of the OS and affect services.
Do you want to continue?[Y/N]:y
The restore of the Golden firmware of the FPGA card is starting.
100%
The restore of the Golden firmware of the FPGA card is successful.