espressif / arduino-esp32

Arduino core for the ESP32
GNU Lesser General Public License v2.1
12.99k stars 7.29k forks source link

partitions.csv ignored #9643

Open supiiik opened 1 month ago

supiiik commented 1 month ago

Board

ESP32S3 Dev Module

Device Description

plain module

Hardware Configuration


Version

latest master (checkout manually)

IDE Name

Arduino IDE 2.3.2

Operating System

Linux Mint

Flash frequency

80MHz

PSRAM enabled

yes

Upload speed

921600

Description

Since upgrade from 2.0.11 to 2.0.16 is custom partitions table file partitions.csv located in source code parent directory ignored.

Sketch

any

Debug Message

---

Other Steps to Reproduce

No response

I have checked existing issues, online documentation and the Troubleshooting Guide

mrdude2478 commented 1 month ago

It works fine if you have the entry for your partitions.csv file in the relevant section of:

C:\Users\YOUUSERNAME\AppData\Local\Arduino15\packages\esp32\hardware\esp32\VERSIONNUMBER\boards.txt

I've added a few csv files myself and have tested this and it works just fine.