Revert "Update install_pwnadventure.sh"

This reverts commit a723e972d4.
This commit is contained in:
Thomas Roth 2020-12-08 14:16:22 +01:00
parent a723e972d4
commit 37015682c1
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ 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