mmc-tools.txt 1.2 KB

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