Skip to content

Commit

Permalink
Update RUN.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
0mniteck authored Nov 8, 2023
1 parent 140ad16 commit 83c276e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RUN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +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"
mount /dev/mmcblk1 /mnt
sha512sum spi_combined.img
sha512sum spi_combined.img > /mnt/spi_combined.img.sum
Expand Down

0 comments on commit 83c276e

Please sign in to comment.