summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Albert <albertj@us.ibm.com>2017-08-24 13:17:04 -0500
committerJason Albert <albertj@us.ibm.com>2017-08-24 13:17:04 -0500
commitcf827fb3cf169b838f935f4dfa6d3bfca0dab529 (patch)
tree64ecf4abdf9eb1f6a6837f9a75700dd4112e12e0
parent24d84e0386154b251ee84e19cd37d1c507b2dd34 (diff)
downloadvpdtools-cf827fb3cf169b838f935f4dfa6d3bfca0dab529.tar.gz
vpdtools-cf827fb3cf169b838f935f4dfa6d3bfca0dab529.zip
README update with record only mode example
-rw-r--r--README34
1 files changed, 22 insertions, 12 deletions
diff --git a/README b/README
index 9d8034c..16f1d32 100644
--- a/README
+++ b/README
@@ -42,18 +42,18 @@ Also included are examples of complete memcard and sysplanar templates
sysplanar creation example
--------------------------
-$ ~/vpdtools/createVpd.py -m ~/vpdtools/examples/p8/sysplanar/sysplanar.tvpd -i ~/vpdtools/examples/p8/sysplanar -o /tmp/vpdout
+$ ./createVpd.py -m examples/p8/sysplanar/sysplanar.tvpd -i examples/p8/sysplanar -o /tmp/vpdout
==== Stage 1: Parsing tvpd XML
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/sysplanar.tvpd
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_vini_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_osys_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_opfr_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_vndr_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_veir_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_ver0_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_mer0_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_vmsc_sample.xml
- Parsing tvpd ~/vpdtools/examples/p8/sysplanar/openPower_vrtn_sample.xml
+ Parsing tvpd examples/p8/sysplanar/sysplanar.tvpd
+ Parsing tvpd examples/p8/sysplanar/openPower_vini_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_osys_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_opfr_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_vndr_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_veir_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_ver0_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_mer0_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_vmsc_sample.xml
+ Parsing tvpd examples/p8/sysplanar/openPower_vrtn_sample.xml
==== Stage 2: Verifying tvpd syntax
Checking record VINI
Checking record OSYS
@@ -64,10 +64,20 @@ $ ~/vpdtools/createVpd.py -m ~/vpdtools/examples/p8/sysplanar/sysplanar.tvpd -i
Checking record MER0
Checking record VMSC
Checking record VRTN
-==== Stage 3: Creating binary VPD image
+==== Stage 3: Creating VPD output files
Wrote tvpd file: /tmp/vpdout/sysplanar.tvpd
Wrote vpd file: /tmp/vpdout/sysplanar.vpd
+single record example
+---------------------
+$ ./createVpd.py -c -m examples/p9/sysplanar32_ddr4/openPower_vini_sample.xml -o /tmp
+==== Stage 1: Parsing VPD XML files
+ Parsing file examples/p9/sysplanar32_ddr4/openPower_vini_sample.xml
+==== Stage 2: Verifying tvpd syntax
+ Verifying record VINI
+==== Stage 3: Creating VPD output files
+ Wrote tvpd file: /tmp/openPower_vini_sample.xml
+
License
=======
See LICENSE
OpenPOWER on IntegriCloud