From cd9087834b0e2eb03cb22a9a594452e31efdbb92 Mon Sep 17 00:00:00 2001 From: subrahmanyaman <89206633+subrahmanyaman@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:18:35 -0700 Subject: [PATCH 1/3] Update README.md --- ProvisioningTool/README.md | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/ProvisioningTool/README.md b/ProvisioningTool/README.md index 21fd0034..552e3be1 100644 --- a/ProvisioningTool/README.md +++ b/ProvisioningTool/README.md @@ -23,19 +23,23 @@ cuttlefish target. Also the required certificates and keys can be found in #### Usage for construct_apdus
-Usage: construct_keymint_apdus options
+Usage: Please give json files with values as input to generate the apdus command. Please refer to sample_json files available in the folder for reference. Sample json files are written using hardcode parameters to be used for testing setup on cuttlefilsh emulator and goldfish emulators
+construct_keymint_apdus [options]
 Valid options are:
--h, --help                        show the help message and exit.
+-h, --help    show this help message and exit.
 -i, --input  jsonFile 	 Input json file 
 -o, --output jsonFile 	 Output json file
 
#### Usage for provision
-Usage: provision_keymint options
-Valid options are:
--h, --help                      show the help message and exit.
--i, --input  jsonFile 	  Input json file 
--s, --provision_stautus   Prints the current provision status.
--l, --lock_provision      Locks the provision state.
+Usage: Please consturcture the apdu(s) with help of construct apdu tool and pass the output file to this utility.
+provision_keymint [options] 
+Valid options are: 
+-h, --help    show this help message and exit. 
+-i, --input  jsonFile 	 Input json file 
+-s, --provision_status jsonFile 	 Gets the provision status of applet. 
+-l, --lock_provision jsonFile 	 OEM provisioning lock. 
+-f, --se_factory_lock jsonFile 	 SE Factory provisioning lock. 
+-u, --unlock_provision jsonFile 	 Unlock OEM provisioning. 
 
From 1b3e6024684d3d60145beb166b86f3f8e5210052 Mon Sep 17 00:00:00 2001 From: subrahmanyaman <89206633+subrahmanyaman@users.noreply.github.com> Date: Tue, 5 Jul 2022 10:19:50 -0700 Subject: [PATCH 2/3] Update README.md --- ProvisioningTool/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ProvisioningTool/README.md b/ProvisioningTool/README.md index 552e3be1..d9ff32d8 100644 --- a/ProvisioningTool/README.md +++ b/ProvisioningTool/README.md @@ -23,7 +23,10 @@ cuttlefish target. Also the required certificates and keys can be found in #### Usage for construct_apdus
-Usage: Please give json files with values as input to generate the apdus command. Please refer to sample_json files available in the folder for reference. Sample json files are written using hardcode parameters to be used for testing setup on cuttlefilsh emulator and goldfish emulators
+Usage: Please give json files with values as input to generate the apdus command.
+Please refer to sample_json files available in the folder for reference.
+Sample json files are written using hardcode parameters to be used for 
+testing setup on cuttlefilsh emulator and goldfish emulators
 construct_keymint_apdus [options]
 Valid options are:
 -h, --help    show this help message and exit.
@@ -33,7 +36,8 @@ Valid options are:
 
 #### Usage for provision
 
-Usage: Please consturcture the apdu(s) with help of construct apdu tool and pass the output file to this utility.
+Usage: Please consturcture the apdu(s) with help of construct apdu tool and
+pass the output file to this utility.
 provision_keymint [options] 
 Valid options are: 
 -h, --help    show this help message and exit. 

From 654882372b1b9c383ca1ded9bcc78c50b5f918c8 Mon Sep 17 00:00:00 2001
From: subrahmanyaman <89206633+subrahmanyaman@users.noreply.github.com>
Date: Tue, 5 Jul 2022 10:22:06 -0700
Subject: [PATCH 3/3] Update README.md

---
 ProvisioningTool/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ProvisioningTool/README.md b/ProvisioningTool/README.md
index d9ff32d8..11b40914 100644
--- a/ProvisioningTool/README.md
+++ b/ProvisioningTool/README.md
@@ -43,7 +43,7 @@ Valid options are:
 -h, --help    show this help message and exit. 
 -i, --input  jsonFile 	 Input json file 
 -s, --provision_status jsonFile 	 Gets the provision status of applet. 
--l, --lock_provision jsonFile 	 OEM provisioning lock. 
--f, --se_factory_lock jsonFile 	 SE Factory provisioning lock. 
+-l, --lock_provision jsonFile 	   OEM provisioning lock. 
+-f, --se_factory_lock jsonFile 	   SE Factory provisioning lock. 
 -u, --unlock_provision jsonFile 	 Unlock OEM provisioning.