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
Copy file name to clipboardExpand all lines: README.md
+5-6Lines changed: 5 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,10 +13,11 @@ To use:
13
13
***/OSX** contains an executable for macOS X
14
14
***/Linux** contains an executable built on Ubuntu
15
15
***/Raspberry_Pi__Debian** contains an executable for Raspberry Pi 4 (Debian Buster)
16
-
*Select the firmware file you'd like to upload (should end in *.bin*)
16
+
*Click ```Browse``` and select the firmware file you'd like to upload (should end in *.bin*)
17
17
* Attach the Artemis target board over USB
18
-
* Select the COM port (hit Refresh to refresh the list of USB devices)
19
-
* Press Upload
18
+
* Select the COM port (click ```Refresh``` to refresh the list of USB devices)
19
+
* For the [SparkFun Edge](https://www.sparkfun.com/products/15170): click the ```Board Type``` menu and select ```Apollo3```
20
+
* Click ```Upload Firmware```
20
21
21
22
The GUI does take a few seconds to load and run. _**Don't Panic**_ if the GUI does not start right away.
22
23
@@ -31,9 +32,7 @@ An example *Blink.bin* firmware file is included in the repo. This firmware will
31
32
* the STAT LED on the [OpenLog Artemis](https://www.sparkfun.com/products/15846)
32
33
* the D19 and GNSS LEDs on the [Artemis Global Tracker](https://www.sparkfun.com/products/16469)
33
34
34
-
Pressing the 'Update Bootloader' button will erase all firmware on the Artemis and load the latest bootloader firmware. This is handy when SparkFun releases updates to the [SVL](https://github.com/sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs/blob/master/common/examples/artemis_svl/src/main.c).
35
-
36
-
For the [SparkFun Edge](https://www.sparkfun.com/products/15170), please click the ```Board Type``` menu and select ```Apollo3```.
35
+
Clicking ```Update Bootloader``` will erase all firmware on the Artemis and load the latest bootloader firmware. This is handy when SparkFun releases updates to the [SVL](https://github.com/sparkfun/SparkFun_Apollo3_AmbiqSuite_BSPs/blob/master/common/examples/artemis_svl/src/main.c).
37
36
38
37
SparkFun labored with love to create this code. Feel like supporting open source hardware?
39
38
Buy a [breakout board](https://www.sparkfun.com/products/15444) from SparkFun!
0 commit comments