mmc-tools.rst 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. ======================
  2. MMC tools introduction
  3. ======================
  4. There is one MMC test tools called mmc-utils, which is maintained by Ulf Hansson,
  5. you can find it at the below public git repository:
  6. https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git
  7. Functions
  8. =========
  9. The mmc-utils tools can do the following:
  10. - Print and parse extcsd data.
  11. - Determine the eMMC writeprotect status.
  12. - Set the eMMC writeprotect status.
  13. - Set the eMMC data sector size to 4KB by disabling emulation.
  14. - Create general purpose partition.
  15. - Enable the enhanced user area.
  16. - Enable write reliability per partition.
  17. - Print the response to STATUS_SEND (CMD13).
  18. - Enable the boot partition.
  19. - Set Boot Bus Conditions.
  20. - Enable the eMMC BKOPS feature.
  21. - Permanently enable the eMMC H/W Reset feature.
  22. - Permanently disable the eMMC H/W Reset feature.
  23. - Send Sanitize command.
  24. - Program authentication key for the device.
  25. - Counter value for the rpmb device will be read to stdout.
  26. - Read from rpmb device to output.
  27. - Write to rpmb device from data file.
  28. - Enable the eMMC cache feature.
  29. - Disable the eMMC cache feature.
  30. - Print and parse CID data.
  31. - Print and parse CSD data.
  32. - Print and parse SCR data.