Update 4_unlock_device.sh

Updated the script to make it clear users must run 5_restore.sh
This commit is contained in:
viral_dna 2023-02-16 23:56:40 -08:00 committed by GitHub
parent d616526f9f
commit e6f5a1fd78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -26,5 +26,8 @@ if ! ${OPENOCD} -f "openocd/interface_${ADAPTER}.cfg" \
exit 1
fi
echo "Congratulations, your device has been unlocked."
echo "Please power-cycle it for the changes to take full effect."
echo "Congratulations, your device has been unlocked. Just a few more steps!"
echo "- The Game & Watch will not yet be functional"
echo "- Disconnect power from the device for the changes to take full effect"
echo "- Power it again"
echo "- Run the 5_restore.sh script to restore the SPI and Internal Flash."