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 7796e4a commit 4b0717b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions RUN.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,14 @@ sha512sum spi_combined.img > /mnt/spi_combined.img.sum
sha512sum spi_combined.img > /tmp/spi_combined.img.sum
cp spi_combined.img /mnt/spi_combined.img
cp spi_combined.img /tmp/spi_combined.img
cd ..
zip -0 spi_combined.zip spi_combined.img spi_combined.img.sum
sync
umount /mnt
sha512sum u-boot-rockchip.bin
sha512sum u-boot-rockchip.bin > /tmp/u-boot-rockchip.bin.sum
cp u-boot-rockchip.bin /tmp/u-boot-rockchip.bin
cd ..
zip -0 spi_combined.zip spi_combined.img spi_combined.img.sum u-boot-rockchip.bin u-boot-rockchip.bin.sum
sync
popd
cp /tmp/spi_combined.zip spi_combined.zip
git status
Expand Down

0 comments on commit 4b0717b

Please sign in to comment.