Skip to content

Instantly share code, notes, and snippets.

@kylemanna
kylemanna / emmc_burn.c
Created March 12, 2014 21:28
EMMC Lifetime Test Utility
#include <unistd.h>
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <dirent.h>
#include <stdint.h>
#include <sys/types.h>