You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Arduino-ide allows setting up of additional build parameters specific to each board. e.g. when building for an esp32 board i can set configuration parameters such as partition in the arduino IDE.
How do I configure a partition when using arduino-cli? It always picks the default.
The text was updated successfully, but these errors were encountered:
You do this by specifying the board configuration options in the arduino-cli command's --fqbn option.
For example, if you wanted to compile with the equivalent of having the Tools > Partition Scheme > Minimal (1.3MB APP/700KB SPIFFS) setting selected in the Arduino IDE, you would use this command:
We probably do need to further improve the documentation to make this easier for the Arduino CLI users, but we have an existing issue about that (#355), so I'll go ahead and close this one.
Arduino-ide allows setting up of additional build parameters specific to each board. e.g. when building for an esp32 board i can set configuration parameters such as partition in the arduino IDE.
How do I configure a partition when using arduino-cli? It always picks the default.
The text was updated successfully, but these errors were encountered: