Intel-BMC/openbmc

How to use redfish to update firmware on Intel OpenBmc?

Opened this issue · 3 comments

Dear sirs,

When I use redfish to flashing the bmc(Intel openbmc), the following problems occur. (Method Not Allowed)
How to use it and can you provide a document or procedure for flashing bmc?

BR,
Roy

image

After debugging, the printing is as follows:
image

1.Update URL to "https://10.0.76.74/redfish/v1/UpdateService"
2.Body select "binary" and select the openbmc tar file

Alternatively using curl to upgrade openbmc, here is a sample
# curl -v -k -u debuguser:0penBmc1 --location --request POST https://192.168.1.179/redfish/v1/UpdateService --data-binary '@intel-platforms.tar'

cjia4 commented

Roy, could you try and update result?

Yes, it works!And then it rebooted!
Thank you very much!
image