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 potential version bypass in bootloader, and add command to lock flash #373

Merged
merged 3 commits into from Feb 13, 2020

Conversation

conorpp
Copy link
Member

@conorpp conorpp commented Feb 13, 2020

Fixes another issue that could lead to a version bypass as pointed out by @fcremo here.

Additionally, added a command to force flash locking to support users locked out of the official way to secure hacker models.

To force lock flash on your device, install solo-python with pip3, and run python3 -c "import solo ; d = solo.client.find() ; d.send_data_hid(0x99 ^ 0x80,'')".

@conorpp conorpp merged commit 15a4fdf into master Feb 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant