Revert "Update install_pwnadventure.sh"
This reverts commit a723e972d4
.
This commit is contained in:
parent
a723e972d4
commit
37015682c1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue