Lines Matching full:bmc

14 that can be updated on the BMC:
16 - `image-bmc` → `obmc-phosphor-image-<platform>-<timestamp>.static.mtd`
18 The complete flash image for the BMC
42 The complete BMC flash content: A single file (`image-bmc`) wrapped in a tar
47 Partitioned BMC flash content: Multiple files wrapped in a tar archive, one
50 ## Preparing for BMC code Update
52 The BMC normally runs with the read-write and read-only file systems mounted,
73 It is recommended that the BMC be prepared for update (note that the environment
110 6. Reboot the BMC
114 Perform a POST to invoke the `PrepareForUpdate` method of the `/flash/bmc`
119 https://${bmc}/org/openbmc/control/flash/bmc/action/prepareForUpdate
121 This will setup the u-boot environment and reboot the BMC. If no other images
122 were pending the BMC should return in about 2 minutes.
140 `/control/flash/bmc/attr/<setting>`. For example:
144 https://${bmc}/org/openbmc/control/flash/bmc/attr/preserve_network_settings
148 Perform a POST to invoke the `updateViaTftp` method of the `/flash/bmc` object:
152 https://${bmc}/org/openbmc/control/flash/bmc/action/updateViaTftp
161 curl -b cjar -k https://${bmc}/org/openbmc/control/flash/bmc
163 Or perform a POST to invoke the `GetUpdateProgress` method of the `/flash/bmc`
168 https://${bmc}/org/openbmc/control/flash/bmc/action/GetUpdateProgress
183 https://${bmc}/org/openbmc/control/flash/bmc/action/Apply
192 ### Reboot the BMC
194 To start using the new images, reboot the BMC using the warmReset method of the
195 BMC control object:
199 https://${bmc}/org/openbmc/control/bmc0/action/warmReset