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

two different URLs - only one of which seems to work (for me) #12

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
4 changes: 2 additions & 2 deletions doc/unlock_checklist.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ While you wait for your unlock OTA, you can set up your computer and prepare Vec
First, set up a HTTP server to deliver OTA files to your robot:

- [ ] 8. Install python on your computer, if you haven't already
- [ ] 9. Download the last production software from <https://ota.global.anki-services.com/vic/prod/full/latest.ota>
- [ ] 9. Download the last production software from <http://ota.global.anki-services.com/vic/prod/full/latest.ota>
- [ ] 10. Start a simple webserver with the latest.ota
- [ ] 11. Find the IP address for your computer
- [ ] 12. Check that you can connect to this local webserver with Chrome.
Expand Down Expand Up @@ -90,7 +90,7 @@ Deploy the unlock OTA software:
- [ ] 44. Check that Vector successfully applied the unlock software

### Deploy 3: Deploying the latest OSKR Software OTA image
- [ ] 45. If installing using a Python server, download the last production software from <https://ota.global.anki-services.com/vic/oskr/full/latest.ota>
- [ ] 45. If installing using a Python server, download the last production software from <http://ota.global.anki-services.com/vic/oskr/full/latest.ota>
into your local server folder - otherwise skip to Step 46.

Prepare installation of the latest unlocked OSKR OTA:
Expand Down