diff options
author | Patrick Venture <venture@google.com> | 2019-08-21 10:29:53 -0700 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-08-21 10:29:53 -0700 |
commit | 43379f31d672fc6cf5a93ada1d0050bf2cc20351 (patch) | |
tree | cdff4cde9a1408f14356ab73a21db82db51e3eca | |
parent | e0216d237409208a55fea47c1c6d3549946a60a7 (diff) | |
download | phosphor-ipmi-flash-43379f31d672fc6cf5a93ada1d0050bf2cc20351.tar.gz phosphor-ipmi-flash-43379f31d672fc6cf5a93ada1d0050bf2cc20351.zip |
README: update tool parameter for type
Signed-off-by: Patrick Venture <venture@google.com>
Change-Id: I16bbf630392fa5f794e8efda22cd8b111f587536
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ The required parameters are: `interface` | `ipmibt`, `ipmilpc`, `ipmipci` | The data transport mechanism, typically `ipmilpc` `image` | path | The BMC firmware image file (or tarball) `sig` | path | The path to a signature file to send to the BMC along with the image file. -`type` | `static`, `ubitar` | Whether we're updating via the static layout or UBI tarball. +`type` | blob ending | The ending of the blob id. For instance `/flash/image` becomes a type of `image`. If you're using an LPC data transfer mechanism, you'll need two additional parameters: `address` and `length`. These values indicate where on the host |