Skip to content

Commit 188e6c5

Browse files
committed
Add a compilation note about partition files
1 parent 51f7412 commit 188e6c5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/compile-rtk-everywhere.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,10 @@ jobs:
140140

141141
- name: Copy custom RTKEverywhere.csv
142142
run:
143-
# Use the 16MB partitions by default. 8MB (Postcard) partitions must be compiled separately
143+
# Compile the source using the 16MB partition file. Other platforms (ie, the 8MB Postcard) use
144+
# the same binary but use a different partition binary during the upload phase.
145+
# View the different RTK partition files used during upload here:
146+
# https://github.com/sparkfun/SparkFun_RTK_Firmware_Uploader/tree/main/RTK_Firmware_Uploader/resource
144147
cp Firmware/RTKEverywhere.csv /home/runner/.arduino15/packages/esp32/hardware/esp32/${{ env.CORE_VERSION }}/tools/partitions/RTKEverywhere.csv
145148

146149
- name: Compile Sketch

0 commit comments

Comments
 (0)