Answer the question
In order to leave comments, you need to log in
How to burn a memory card image with two partitions?
Hello!
Faced such a problem.
There is a Raspberry OS on the memory card, you need to make an image using dd.
The fdisk -l command shows that there are two partitions on the memory card:
Device Boot Start End Sectors Size Id Type
/dev/mmcblk0p1 204800 729087 524288 256M c W95 FAT32 (LBA)
/dev/mmcblk0p2 729088 14940159 14211072 6.8G 83
Linux write mbr
sudo dd if=/dev/mmcblk0p1 if=/dev/mmcblk0p2 of=/media/root/mbr_1.img count=1 bs=512
and the command to burn the disk image:
sudo dd if=/dev/mmcblk0p1 if= /dev/mmcblk0p2 of=/media/root/Rasp_1.img bs=1M
but unfortunately nothing works.
Help me please!
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question