@@ -31,8 +31,14 @@ Running mmc-utils
``writeprotect user set <type> <start block> <blocks> <device>``
Set user area write protection.
+ ``csd read <device path>``
+ Print CSD data from <device path>. The device path should specify the csd sysfs file directory.
+
+ ``cid read <device path>``
+ Print CID data from <device path>. The device path should specify the cid sysfs file directory.
+
``scr read <device path>``
- Print SCR data from <device path>. The device path should specify the scr file directory.
+ Print SCR data from <device path>. The device path should specify the scr sysfs file directory.
``ffu <image name> <device> [chunk-bytes]``
Default mode. Run Field Firmware Update with `<image name>` on `<device>`. `[chunk-bytes]` is optional and defaults to its max - 512k. Should be in decimal bytes and sector aligned.
This commit updates the HOWTO documentation to include instructions for reading CSD and CID data from a specified device path. While at it, further clarify the description to specify that the path is of the sysfs file directory. Signed-off-by: Avri Altman <avri.altman@sandisk.com> --- docs/HOWTO.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-)