diff --git a/RUN.sh b/RUN.sh index b973040..7d4a8e3 100644 --- a/RUN.sh +++ b/RUN.sh @@ -35,7 +35,7 @@ padsize=$((0x60000 - 1)) image_size=$(wc -c < "${image_name}") dd if=/dev/zero of="${image_name}" conv=notrunc bs=1 count=1 seek=${padsize} cat ${image_name} u-boot.itb > "${combined_name}" -read -p "Insert FAT formatted SD Card & Unformatted eMMC, Then Press Enter to Continue" +read -p "Insert FAT formatted SD Card, Then Press Enter to Continue" mount /dev/mmcblk1 /mnt sha512sum spi_combined.img sha512sum spi_combined.img > /mnt/spi_combined.img.sum