diff --git a/scripts/copy_emmc.sh b/scripts/copy_emmc.sh new file mode 100644 index 0000000..e6b79a9 --- /dev/null +++ b/scripts/copy_emmc.sh @@ -0,0 +1,8 @@ +# Script to copy the root partition from SDcard to eMMC memory +# date 08/02/2024 +# author: Matin + +#!/bin/bash + +mount /dev/mmcblk0p1 /mnt +rsync -aAHXx --partial --info=progress2 --numeric-ids / /mnt