Skip to content

Commit c3471ec

Browse files
authored
generic BOOTSEL_FOLDER
1 parent 5314b8f commit c3471ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nano_rp2040_connect/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ include ../Makefile.common
1010
KERNEL=$(TOCK_ROOT_DIRECTORY)target/$(TARGET)/release/$(PLATFORM).elf
1111
KERNEL_WITH_APP=$(TOCK_ROOT_DIRECTORY)/target/$(TARGET)/release/$(PLATFORM)-app.elf
1212

13-
BOOTSEL_FOLDER?=Volumes/RPI-RP2
13+
BOOTSEL_FOLDER?=/Volumes/RPI-RP2/
1414

1515
# Default target for installing the kernel.
1616
.PHONY: install

0 commit comments

Comments
 (0)