This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
oak:tutorials:local_update [2016/03/19 00:17] digistump |
oak:tutorials:local_update [2016/03/23 14:58] digistump [What you will need:] |
||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ==== What you will need: ==== | ==== What you will need: ==== | ||
| - | - | + | |
| - A Mac OSX, Windows, or Linux computer on the same network (via WiFi or Ethernet) as your WiFi network. | - A Mac OSX, Windows, or Linux computer on the same network (via WiFi or Ethernet) as your WiFi network. | ||
| - A second WiFi capable device (computer, smartphone, tablet) with a modern web browser. | - A second WiFi capable device (computer, smartphone, tablet) with a modern web browser. | ||
| Line 23: | Line 23: | ||
| * Linux 32-bit: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-linux32.tar.gz | * Linux 32-bit: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-linux32.tar.gz | ||
| * Linux 64-bit: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-linux64.tar.gz | * Linux 64-bit: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-linux64.tar.gz | ||
| - | * Mac OSX: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-osx.tar.gz | + | * Mac OSX (fixed): https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-osx-r3.tar.gz |
| - | * Windows: https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-win32.zip | + | * Windows (fixed for 32-bit): https://github.com/digistump/OakUpdateTool/releases/download/1.0.0/oakupsrv-win32-r2.zip |
| - | + | ||
| + | * Step 1: Download the Oak Update Tool to the computer (item #1) you'll be using. | ||
| + | * Step 2: Unzip/Untar the download (Note: You MUST un-compress the download, it cannot be run from the archive or temporary folder.) | ||
| + | * Step 3A - **Linux OR OSX**: Open a terminal window / command prompt and run the update tool as root with | ||
| + | <code>sudo ./oakupsrv</code> | ||
| + | * Step 3A - **Windows**: Double click the oakupsrv.exe to run, click allow to any firewall dialogs that come up. | ||
| + | * Step 3B - You will now see messages similar to the image below, it may take a few moments to reach this point as it will download the newest firmware and config tool. | ||
| + | {{ :oak:tutorials:oakupsrv-start.jpg |}} | ||
| + | * Step 4: On the second WiFi capable device connect to your network, open a browser, and go to the URL the oakupsrv program tells you to (in the example above http://192.168.0.106:8080 - but the address will be different for each computer). | ||
| + | * Step 5: Follow the config wizard that appears at this address, while it looks the same as the main config wizard, it will connect your Oak to the local server running from the oakupsrv program on your computer and the Oak will attempt to download the update from that. | ||
| + | * Step 6: If the update is successful continue to this tutorial: [[oak:tutorials:arduino|Getting started with the Arduino environment for the Oak]] | ||
| + | - otherwise please try the other option below this and/or a different wifi network. | ||
| ===== Temporary Router Settings Changes ===== | ===== Temporary Router Settings Changes ===== | ||
| + | |||
| + | See a users recommendations on how they go their 10 Oaks to update by making router changes: http://digistump.com/board/index.php/topic,2046.0.html | ||