summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGunnar Mills <gmills@us.ibm.com>2017-12-12 14:40:32 -0600
committerGunnar Mills <gmills@us.ibm.com>2017-12-14 10:21:14 -0600
commitc67abbc732af0748824b3eac7985b4553541dd43 (patch)
treeeb6796a23d1cc073b35b527d4e1ab7fa020dd467
parent58b546d8923d535b2d5eb1e72fd154360cb11c86 (diff)
downloadopenbmc-docs-c67abbc732af0748824b3eac7985b4553541dd43.tar.gz
openbmc-docs-c67abbc732af0748824b3eac7985b4553541dd43.zip
Add information about storing images
Added information about storing images on an alternate BMC chip to be able to support multiple images at a time. Resolves openbmc/openbmc#2201 Change-Id: Ib3e40a6c3cf685cab23ce522331c87fb10791550 Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
-rw-r--r--code-update/ubi-code-update.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/code-update/ubi-code-update.md b/code-update/ubi-code-update.md
index 45ee485..9b2cfc8 100644
--- a/code-update/ubi-code-update.md
+++ b/code-update/ubi-code-update.md
@@ -334,6 +334,15 @@ clear any host patches located in `/usr/local/share/pnor/`.
The factory reset interface can be found here:
https://github.com/openbmc/phosphor-dbus-interfaces/blob/02b39246d45ea029a1652a49cc20eab7723dd63b/xyz/openbmc_project/Common/FactoryReset.interface.yaml
+### Image Storage Location
+
+When a BMC image is activated (i.e. when "RequestedActivation" is set to "Active"),
+UBI volumes are created on the BMC chip for the image. The alternate BMC chip
+can also be used to store images. This is determined by "BMC_RO_MTD". Using both
+the alternate BMC chip and the BMC chip allows for multiple BMC images to be
+stored. By default, only the BMC chip is used. To use both, set "BMC_RO_MTD" to
+"alt-bmc+bmc".
+
### Implementation
More information about the implementation of the UBI code update can be found at
OpenPOWER on IntegriCloud