Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

How to use redfish to update firmware on Intel OpenBmc? #52

Open
roy0521 opened this issue Oct 26, 2020 · 3 comments
Open

How to use redfish to update firmware on Intel OpenBmc? #52

roy0521 opened this issue Oct 26, 2020 · 3 comments

Comments

@roy0521
Copy link

roy0521 commented Oct 26, 2020

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

@ghost
Copy link

ghost commented Nov 5, 2020

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
Copy link
Contributor

cjia4 commented Nov 5, 2020

Roy, could you try and update result?

@roy0521
Copy link
Author

roy0521 commented Nov 5, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants