浏览代码

Actually disable bootloader

Morio 1 年之前
父节点
当前提交
a546b153a4
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      platformio.ini

+ 2 - 2
platformio.ini

@@ -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