From 37015682c170a9371e2e070544b566149750bd42 Mon Sep 17 00:00:00 2001 From: Thomas Roth Date: Tue, 8 Dec 2020 14:16:22 +0100 Subject: [PATCH] Revert "Update install_pwnadventure.sh" This reverts commit a723e972d4121de69cbc93531738dc42388fa4ac. --- install_pwnadventure.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/install_pwnadventure.sh b/install_pwnadventure.sh index 907e10e..f21a5a3 100755 --- a/install_pwnadventure.sh +++ b/install_pwnadventure.sh @@ -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