File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,10 +331,10 @@ $(BUILD)/firmware.uf2: $(BUILD)/circuitpython-firmware.bin
331
331
$(Q )$(PYTHON3 ) $(TOP ) /tools/uf2/utils/uf2conv.py -f 0xbfdd4eee -b 0x0000 -c -o $@ $^
332
332
333
333
flash : $(BUILD ) /firmware.bin
334
- esptool.py --chip esp32s2 -p $(PORT ) -b 460800 --before=default_reset --after=hard_reset write_flash $(FLASH_FLAGS ) 0x0000 $^
334
+ esptool.py --chip esp32s2 -p $(PORT ) --no-stub - b 460800 --before=default_reset --after=hard_reset write_flash $(FLASH_FLAGS ) 0x0000 $^
335
335
336
336
flash-circuitpython-only : $(BUILD ) /circuitpython-firmware.bin
337
- esptool.py --chip esp32s2 -p $(PORT ) -b 460800 --before=default_reset --after=hard_reset write_flash $(FLASH_FLAGS ) 0x10000 $^
337
+ esptool.py --chip esp32s2 -p $(PORT ) --no-stub - b 460800 --before=default_reset --after=hard_reset write_flash $(FLASH_FLAGS ) 0x10000 $^
338
338
339
339
include $(TOP ) /py/mkrules.mk
340
340
You can’t perform that action at this time.
0 commit comments