We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cff4ab4 commit 6d47ed9Copy full SHA for 6d47ed9
firmware.sh
@@ -536,6 +536,9 @@ at this time. Please select another option from the menu.\n";
536
537
#re-enable software WP to prevent recovery issues
538
echo_yellow "Re-enabling software write-protect"
539
+ if ! ${flashromcmd} --wp-region WP_RO > /dev/null 2>&1; then
540
+ echo_red "Error setting software write-protect region; you may need to perform ChromeOS recovery with the battery disconnected."
541
+ fi
542
if ! ${flashromcmd} --wp-enable > /dev/null 2>&1; then
543
echo_red "Error re-enabling software write-protect; you may need to perform ChromeOS recovery with the battery disconnected."
544
fi
0 commit comments