I have an sd card with 2 Partitions. mmcblk0 is the disk and mmcblk0p1, mmcblk0p2 are the 2 partitions I have created. I am trying to flash the Debian OS on the Partition using the dd command. dd if=os.img bs=10M of=/dev/mmcblk0p1 I am getting the following output 3565158400 bytes (3.6 GB, 3.3 GiB) ...