|
|
@@ -116,6 +116,7 @@ A sample CSV file is provided with the utility::
|
|
|
|
|
|
python nvs_partition_gen.py sample_singlepage_blob.csv partition_single_page.bin --version v1
|
|
|
|
|
|
+
|
|
|
+------------------------+----------------------------------------------------------------------------------------------+
|
|
|
| Arguments | Description |
|
|
|
+========================+==============================================================================================+
|
|
|
@@ -123,7 +124,7 @@ A sample CSV file is provided with the utility::
|
|
|
+------------------------+----------------------------------------------------------------------------------------------+
|
|
|
| output | Path to output converted binary file. Will use stdout if omitted |
|
|
|
+------------------------+----------------------------------------------------------------------------------------------+
|
|
|
-| size | Size of NVS Partition in hex (must be multiple of 4096). Eg. 0x1000 |
|
|
|
+| size | Size of NVS Partition in bytes (must be multiple of 4096) |
|
|
|
+------------------------+----------------------------------------------------------------------------------------------+
|
|
|
| --version {v1,v2} | Set version. Default: v2 |
|
|
|
+-------------------------------+---------------------------------------------------------------------------------------+
|