Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix a typo #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ echo "ccd set FlashAP Always" > /dev/ttyUSB0
That will disable write protect, and also change the capabilities to allow overriding the write
protect setting and flashing the firmware even if the CCD is locked. This makes it possible to
recover if anything goes wrong during flashing and makes it easier to restore the original
firmawre.
firmware.

Once you've issued the commands above, check the status with `gsctool -a -I` - you should see
that the `OverrideWP` and `FlashAP` capabilities have changed from the default of `IfOpened`
Expand Down