Skip to content

Commit

Permalink
Merge pull request #221 from OpenBCI/fix-ganglion-nrfutil-path
Browse files Browse the repository at this point in the history
Fix command for making nrfutils_linux executable
  • Loading branch information
retiutut authored Jan 15, 2025
2 parents 32080ce + 7dee1fa commit 4a4c062
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/Ganglion/09-Ganglion_Programming_Tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ chmod u+x /Users/$USER/Library/Arduino15/packages/OpenBCI/hardware/Simblee/1.1.4

On Linux, open a terminal and paste in:
```
chmod u+x /Users/$USER/Library/Arduino15/packages/OpenBCI/hardware/Simblee/1.1.4/nrfutil_linux
chmod u+x ~/.arduino15/packages/OpenBCI/hardware/Simblee/1.1.4/nrfutil_linux
```

To create the OTA files, first ensure your sketch is saved. Arduino may notify you that your sketch is read-only in which case you will need to select a new location to save it. Next, select `Sketch -> Export compiled Binary`. The Arduino IDE will take a few moments, and the IDE will create the `.zip` file you need for OTA in the sketch folder right beside where you saved your sketch.
Expand All @@ -163,4 +163,4 @@ If you are programming your Ganglion OTA, this file can be uploaded to your Gang
1. Ensure you have completed steps in the [Ganglion Hardware Programming](#ganglion-hardware-programming) section.
2. Plug your dongle or FTDI Friend in and power up the Ganglion.
3. Select the correct serial port from the `Tools > Port` menu for your OpenBCI Dongle or FTDI friend. If you don't know which port is correct, try unplugging the device and noting which port disappears from the menu. Plugging the device back in should cause the port to reappear.
4. With your wires all connected correctly, you should be able to click the `Upload` button and successfully re-program the Ganglion. Now you're ready to [upload to Ganglion using OTA deployment](#upload-to-ganglion-ota-deployment)!
4. With your wires all connected correctly, you should be able to click the `Upload` button and successfully re-program the Ganglion. Now you're ready to [upload to Ganglion using OTA deployment](#upload-to-ganglion-ota-deployment)!

0 comments on commit 4a4c062

Please sign in to comment.