summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Venture <venture@google.com>2019-08-21 10:29:53 -0700
committerPatrick Venture <venture@google.com>2019-08-21 10:29:53 -0700
commit43379f31d672fc6cf5a93ada1d0050bf2cc20351 (patch)
treecdff4cde9a1408f14356ab73a21db82db51e3eca
parente0216d237409208a55fea47c1c6d3549946a60a7 (diff)
downloadphosphor-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index de0bf54..5324b1c 100644
--- a/README.md
+++ b/README.md
@@ -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
OpenPOWER on IntegriCloud