Skip to content

Commit

Permalink
Actually disable bootloader
Browse files Browse the repository at this point in the history
  • Loading branch information
morio committed Sep 28, 2024
1 parent 7d95079 commit a546b15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -303,9 +303,9 @@ framework = arduino
; Changing this will cause issues with boards that already have a ROM drive in flash
program_flash_allocation = 360448
extra_scripts =
src/build_bootloader.py
; src/build_bootloader.py
lib/ZuluSCSI_platform_RP2350/process-linker-script.py
;board_build.ldscript = ${BUILD_DIR}/rp2350.ld
board_build.ldscript = ${BUILD_DIR}/rp2350.ld
;ldscript_bootloader = lib/ZuluSCSI_platform_RP2350/rp2350_btldr.ld
lib_deps =
SdFat=https://github.com/rabbitholecomputing/SdFat#2.2.0-gpt
Expand Down

0 comments on commit a546b15

Please sign in to comment.