Update install_pwnadventure.sh

This commit is contained in:
Thomas Roth 2020-12-08 13:42:29 +01:00 committed by GitHub
parent ec07514ff1
commit a723e972d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -14,6 +14,9 @@ fi
echo "Installing data on SPI flash..."
# If you adjust this line to point to a different binary, make sure to use the .elf, not the .bin file!
# I.e.: ./scripts/flashloader.sh $ADAPTER ../game-and-watch-retro-go/build/gw_retrogo_nes_extflash.elf
if ! ./scripts/flashloader.sh $ADAPTER prebuilt/gw_retrogo_nes_extflash.bin; then
echo "Installing on SPI flash failed. Check debug connection and try again."
exit 1