File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,16 @@ You can invoke the tool using the following command: nanoff
3636Tool 'nanoff' (version '9.9.9') was successfully installed.
3737```
3838
39+ #### Install path issues
40+
41+ > Note: That are know issues running commands for STM32 devices when ` nanoff ` is installed in a path that contains diacritic characters.
42+ If that's the case with your user path, for example, you have to install it in a location that does have those.
43+ For that, use the following .NET Core CLI command on which you specify the path where the tool will be installed:
44+
45+ ``` console
46+ dotnet tool install nanoff --tool-path c:\a-plain-simple-path-to-install-the-tool
47+ ```
48+
3949## Update .NET ** nanoFramework** Firmware Flasher
4050
4151To update .NET ** nanoFramework** Firmware Flasher tool use the following .NET Core CLI command:
You can’t perform that action at this time.
0 commit comments