diff mbox series

[4/7] mmc-utils: lsmmc: Update HOWTO to include CSD and CID read commands

Message ID 20250310055231.304728-5-avri.altman@sandisk.com
State New
Headers show
Series mmc-utils: lsmmc: Registers value as an argument | expand

Commit Message

Avri Altman March 10, 2025, 5:52 a.m. UTC
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(-)
diff mbox series

Patch

diff --git a/docs/HOWTO.rst b/docs/HOWTO.rst
index 095a9bd..f4dd5c4 100644
--- a/docs/HOWTO.rst
+++ b/docs/HOWTO.rst
@@ -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.