mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
cpu/esp_common: Use python3 instead python
This commit is contained in:
parent
a62abe00ca
commit
bcaacc8fa5
@ -105,7 +105,7 @@ PREFFLAGS += printf "phy_init, data, phy, 0xf000, 0x1000\n" >> $(BINDIR)/partiti
|
||||
PREFFLAGS += printf "factory, app, factory, 0x10000, " >> $(BINDIR)/partitions.csv;
|
||||
PREFFLAGS += ls -l $(FLASHFILE).bin | awk '{ print $$5 }' >> $(BINDIR)/partitions.csv;
|
||||
|
||||
PREFFLAGS += python $(RIOTTOOLS)/esptool/gen_esp32part.py
|
||||
PREFFLAGS += python3 $(RIOTTOOLS)/esptool/gen_esp32part.py
|
||||
PREFFLAGS += --verify $(BINDIR)/partitions.csv $(BINDIR)/partitions.bin
|
||||
FLASHDEPS += preflash
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user