WORKING !!!
This commit is contained in:
@@ -78,6 +78,16 @@ build: check-board
|
||||
@echo " ── Compilation pour $(BOARD) ──────────────────────────────"
|
||||
$(PIO) run -e $(BOARD)
|
||||
|
||||
|
||||
#
|
||||
# partitions
|
||||
#
|
||||
partition: check-board
|
||||
@echo ""
|
||||
@echo " ── flash de la partition pour $(BOARD) ───────"
|
||||
python3 -m esptool --chip esp32-s3 --port $(PORT) --baud 460800 write-flash 0x8000 .pio/build/$(BOARD)/partitions.bin
|
||||
|
||||
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
# flash – compilation + upload du firmware
|
||||
# ─────────────────────────────────────────────────────────────
|
||||
|
||||
Reference in New Issue
Block a user