We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5314b8f commit c3471ecCopy full SHA for c3471ec
boards/nano_rp2040_connect/Makefile
@@ -10,7 +10,7 @@ include ../Makefile.common
10
KERNEL=$(TOCK_ROOT_DIRECTORY)target/$(TARGET)/release/$(PLATFORM).elf
11
KERNEL_WITH_APP=$(TOCK_ROOT_DIRECTORY)/target/$(TARGET)/release/$(PLATFORM)-app.elf
12
13
-BOOTSEL_FOLDER?=Volumes/RPI-RP2
+BOOTSEL_FOLDER?=/Volumes/RPI-RP2/
14
15
# Default target for installing the kernel.
16
.PHONY: install
0 commit comments