Skip to content

Commit c6d8652

Browse files
authored
Merge pull request #161 from sparkfun/release_candidate
Update COMPILE_BINARY.md
2 parents 01e20c2 + a2876d0 commit c6d8652

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

COMPILE_BINARY.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Click the File icon to the right of the `Additional Boards Manager URLs` text bo
1717
Add:
1818

1919
```
20-
https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/master/package_sparkfun_apollo3_index.json
20+
https://raw.githubusercontent.com/sparkfun/Arduino_Apollo3/main/package_sparkfun_apollo3_index.json
2121
```
2222

2323
Click OK
@@ -90,7 +90,9 @@ Copy the entire `OpenLog_Artemis` folder from the Zip file into your `Arduino` f
9090
C:\Users\<Your_User>\Documents\Arduino\OpenLog_Artemis
9191
```
9292

93-
## Copy Paulvha's Patch for Apollo3
93+
## Patch the Apollo3 Core
94+
95+
The Apollo3 core (2.2.1) requires patching - using code kindly provided by Paulvha. For more information, open [this link](https://github.com/sparkfun/OpenLog_Artemis/issues/117#issuecomment-1085881142) in a web browser.
9496

9597
Navigate to the `Extras` folder in the Zip file. Copy the `UartPower3.zip` file. Paste it into the Apollo3 board package folder. On Windows machines, this is (usually):
9698

@@ -100,15 +102,11 @@ C:\Users\<Your_User>\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3
100102

101103
Unzip it (Extract All files)
102104

103-
## Update the Apollo3 Core
104-
105105
**Close the Arduino IDE**
106106

107-
For information, open this link in a web browser: https://github.com/sparkfun/OpenLog_Artemis/issues/117#issuecomment-1085881142
108-
109-
Follow Paul's instructions contained in `uart_power_3.odt`
107+
Follow the instructions contained in `uart_power_3.odt`
110108

111-
Summary: replace the following five files with the ones from `UartPower3.zip` :
109+
In summary: replace the following five files with the ones from `UartPower3.zip` :
112110

113111
```
114112
C:\Users\<Your_User>\AppData\Local\Arduino15\packages\SparkFun\hardware\apollo3\2.2.1\cores\arduino\mbed-bridge\core-extend\HardwareSerial.h

0 commit comments

Comments
 (0)