Skip to content
Snippets Groups Projects
Commit 19c7098e authored by Eric Poulsen's avatar Eric Poulsen Committed by Damien George
Browse files

esp32: Add custom partitions.csv file with uPy specific size.

parent 0593d6f5
Branches
No related tags found
No related merge requests found
......@@ -721,7 +721,7 @@ $(BUILD)/bootloader.elf: $(BOOTLOADER_OBJ)
# Declarations to build the partitions
PYTHON2 ?= python2
PART_SRC = $(ESPCOMP)/partition_table/partitions_singleapp.csv
PART_SRC = partitions.csv
$(BUILD)/partitions.bin: $(PART_SRC)
$(ECHO) "Create $@"
......
# Name, Type, SubType, Offset, Size, Flags
# Note: if you change the phy_init or app partition offset, make sure to change the offset in Kconfig.projbuild
nvs, data, nvs, 0x9000, 0x6000,
phy_init, data, phy, 0xf000, 0x1000,
factory, app, factory, 0x10000, 0x180000,
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment