Skip to content

Commit a917ad9

Browse files
dalbert2devyte
authored andcommitted
Update a05-board-generator.rst (#5093)
Added additional information about where to find the core root directory (often deeply hidden) so users can run board generator
1 parent 1d84195 commit a917ad9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: doc/faq/a05-board-generator.rst

+3-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ It needs to be run from the root directory,
3434
C:\...> python tools\boards.txt.py
3535

3636
Running without parameters will show the command line help. They are
37-
generally self-explanatory.
37+
generally self-explanatory. Running with the parameters will show no output but will generate a new boards.txt file (and a backup boards.txt.orig).
38+
39+
The core root directory varies depending on your development environment. In Windows, core root is found under your home directory; for Arduino it is in AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.4.2\ for PlatformIO it is in .platformio\packages\framework-arduinoespressif8266.
3840

3941

4042
What can I do with it ?

0 commit comments

Comments
 (0)