You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone your fork to your local machine, make changes, and send us a Pull Request. This is exactly what the SparkFun Team do when developing the code. Please use the `release_candidate` branch for any such changes. We are very unlikely to merge anything directly into `main`, unless it is (e.g.) docs corrections or improvements.
50
40
@@ -60,7 +50,10 @@ For the real Wild West experience, you can also download a copy of the `release_
60
50
61
51
***(Optional)** Head to [Docker](https://www.docker.com/) and create an account. A free "Personal" account will cover occasional compilations of the firmware
62
52
* Download and install [Docker Desktop](https://docs.docker.com/get-started/get-docker/) - there are versions for Mac, Windows and Linux. You may need to restart to complete the installation.
63
-
* Run the Desktop. If you don't sign in, it will run in Personal mode - which will cover occasional compilations of the firmware
53
+
* Run the Desktop
54
+
* You don't _need_ to have an account and you don't _need_ to be signed in
55
+
* You only need to be signed in if you want to store or share your Container on Docker Hub
56
+
* If you don't sign in, Docker Desktop will run in Personal mode - which will cover local compilations of the firmware
64
57
* On Windows, you may see an error saying "**WSL needs updating** Your version of Windows Subsystem for Linux (WSL) is too old". If you do:
65
58
* Open a command prompt
66
59
* Type `wsl --update` to update WSL. At the time of writing, this installs Windows Subsystem for Linux 2.6.1
@@ -73,7 +66,7 @@ For the real Wild West experience, you can also download a copy of the `release_
73
66
74
67
### Using Docker to create the firmware binary
75
68
76
-
***Make sure you have Docker Desktop running.** You don't need to be logged in, but it needs to be running.
69
+
***Make sure you have Docker Desktop running.** You don't need to be signed in, but it needs to be running.
77
70
* Open a Command Prompt and `cd` into the SparkFun_RTK_Everywhere_Firmware folder
78
71
* Check you are in the right place. Type `dir` and hit enter. You should see the following files and folders:
79
72
@@ -198,7 +191,9 @@ Delete the `rtk_everywhere` container afterwards, to save disk space and so you
**Changing the build properties:** if you want to change the build properties and (e.g.) include your own PointPerfect token, paste the following into a .bat file or shell script:
0 commit comments