How to Verify SD/EMMC Cards on Linux
Using mmc_test Tool on Linux Many friends have questions about how to test emmc/sd modules on Linux. Of course, mmc core provides mmc_test.c as a test file for the mmc driver. How to use the mmc_test.c test file to test the mmc driver? 1. Compile mmc_test.c into the Kernel By default, mmc_test.c is an independent … Read more