can't find partitions.csv
Posted: Thu Sep 28, 2023 12:20 am
At compiling on arduino IDE I get this error:
The system cannot find the path specified.
Using board 'featheresp32' from platform in folder: C:\Users\myname\Documents\Arduino\hardware\espressif\esp32
Using core 'esp32' from platform in folder: C:\Users\myname\Documents\Arduino\hardware\espressif\esp32
cmd /c if exist "C:\\Program Files (x86)\\Arduino\\examples\\01.Basics\\Blink\\partitions.csv"
Then it tries to find the file in other paths without success
Can you explain?
The system cannot find the path specified.
Using board 'featheresp32' from platform in folder: C:\Users\myname\Documents\Arduino\hardware\espressif\esp32
Using core 'esp32' from platform in folder: C:\Users\myname\Documents\Arduino\hardware\espressif\esp32
cmd /c if exist "C:\\Program Files (x86)\\Arduino\\examples\\01.Basics\\Blink\\partitions.csv"
Then it tries to find the file in other paths without success
Can you explain?