How can I backup my Recovery image with the dd command? I have the PIT file, where recovery is listed as:
--- Entry #12 ---
Binary Type: 0 (AP)
Device Type: 2 (MMC)
Identifier: 10
Attributes: 5 (Read/Write)
Update Attributes: 1 (FOTA)
Partition Block Size/Offset: 129024
Partition Block Count: 24576
File Offset (Obsolete): 0
File Size (Obsolete): 0
Partition Name: RECOVERY
Flash Filename: recovery.img
FOTA Filename:
What /dev/ file should I choose as my if?
When I cat /proc/partitions
, I get some mmcblkXpXX
, and mmcblkXbootX
.
Since the identifier is 10, wouldn't the if be mmcblk0p10
?