If the 2.0 beta is installed in only-this-user mode in a different location to the suggested AppData\Local, when the boards package is installed it defaults to the AppData\Local path - with no option to change it or detect the actual installed location.
The boards packages are never intended to be installed to the same path as the Arduino IDE installation folder.
If you do for some reason want to install them to a different location than under C:\Users\<user name>\AppData\Local\Arduino15, you can do that by following these instructions:
- Close all Arduino IDE 2.x windows.
- Open
C:\Users\<user name>\.arduinoIDE\arduino-cli.yamlin a text editor - Change the
directories.dataconfiguration key value to point to the path you want to use. - Save the file.
Arduino CLI is used by Arduino IDE 2.x for all non-GUI related tasks. You can find more information about the Arduino CLI configuration file (arduino-cli.yaml) here:
https://arduino.github.io/arduino-cli/latest/configuration/
This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.