-
Notifications
You must be signed in to change notification settings - Fork 52
Code Update
Adriana Kobylak edited this page Jun 13, 2022
·
2 revisions
Reference:
- Utilize the web UI:
https://<bmc_ip>
- Menu:
Operations
->Firmware
- Set the
/tmp/images/
directory to be writable. From the BMC command line, run:
chown -R root:wheel /tmp/images && chmod -R ug+w /tmp/images
-
Use
scp
to copy the tar image to the BMC. -
To find the generated version id (8-character string), from the BMC command line, run:
ls /tmp/images/
- Replace
<version_id>
with the output from the previous step, from the BMC command line, run:
/xyz/openbmc_project/software/<version_id> \
xyz.openbmc_project.Software.Activation RequestedActivation s \
xyz.openbmc_project.Software.Activation.RequestedActivations.Active