Skip to content

Commit d7170ca

Browse files
committed
Add note as to why bootloader should be absolute
1 parent d1819cc commit d7170ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bootloaders/uart/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target_link_libraries(uart_boot pico_stdlib hardware_flash)
88
# add partition table
99
pico_embed_pt_in_binary(uart_boot ${CMAKE_CURRENT_LIST_DIR}/uart-pt.json)
1010

11-
# create absolute UF2
11+
# create absolute UF2, as it's a bootloader so shouldn't go in a partition
1212
pico_set_uf2_family(uart_boot "absolute")
1313

1414
# create map/bin/hex file etc.

0 commit comments

Comments
 (0)