I am trying to do a raw write to the eMMC
within my embedded system. The device node is /dev/mmcblk1p1
and I'm trying to copy a binary example.bin
to a particular address in the eMMC
, say 0x1000
.
Could someone please help me as to how I can go about this. I am using ARM platform running Linux. Any help would really prove useful. Thanks in advance.