08-01-2022, 03:13 PM
You're a bit short on relevant details, such as the size of the SD card, the size of your eMMC, the number of partitions involved etc. As of now, I can only say for sure that the boot partition begins at sector 32768.
Please boot from your Armbian SD, and provide the following outputs:
If these commands should not produce the partitoning details of the SD card and eMMC, run lsblk to find the proper device names, and try with them.
Then I can tell you which dd commands you will need.
Please boot from your Armbian SD, and provide the following outputs:
Code:
sudo fdisk -l /dev/mmcblk1
sudo fdisk -l /dev/mmcblk2
If these commands should not produce the partitoning details of the SD card and eMMC, run lsblk to find the proper device names, and try with them.
Then I can tell you which dd commands you will need.