File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
content/tutorials/generic/micropython-installation Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -105,11 +105,11 @@ The file you will need to access can be found in
105
105
```
106
106
Users/{your-user}/Library/Arduino15/packages/arduino/tools/bossac/1.9.1-arduino2
107
107
```
108
- the file you are after is ` bossac.exe `
108
+ the file you are after is ` bossac `
109
109
110
110
*** Note: The ` "Library" ` directory is hidden, press ` Shift + Command + . ` to reveal hidden directories.***
111
111
112
- Open a terminal window and drag and drop the bossac.exe file into the terminal window.
112
+ Open a terminal window and drag and drop the bossac file into the terminal window.
113
113
114
114
Now, you should be able to execute the command that will flash your board with the MicroPython firmware.
115
115
@@ -185,11 +185,11 @@ The file you will need to access can be found in
185
185
```
186
186
Users/{your-user}/Library/Arduino15/packages/arduino/tools/dfu-util/0.10.0-arduino1/dfu-util
187
187
```
188
- the file you are after is ` dfu-util.exe `
188
+ the file you are after is ` dfu-util `
189
189
190
190
*** Note: The ` "Library" ` directory is hidden, press ` Shift + Command + . ` to reveal hidden directories.***
191
191
192
- Open a terminal window and drag and drop the dfu-util.exe file into the terminal window.
192
+ Open a terminal window and drag and drop the dfu-util file into the terminal window.
193
193
194
194
Now, you should be able to execute the command that will flash your board with the MicroPython firmware.
195
195
You can’t perform that action at this time.
0 commit comments