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
Copy file name to clipboardExpand all lines: README.md
+26-16Lines changed: 26 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,8 +16,8 @@ It makes use of several 3rd party tools:
16
16
You can find the esptool and licensing information on the repository [here](http://github.com/espressif/esptool).
17
17
- QMKDfuSe
18
18
Tool based on STM DfusSe tool. You can find the source, licensing information and documentation [here](https://github.com/qmk/qmk_dfuse).
19
-
-ST-LINK Utility
20
-
You can find the source, licensing information and documentation [here](https://www.st.com/content/st_com/en/products/development-tools/software-development-tools/stm32-software-development-tools/stm32-programmers/stsw-link004.html).
19
+
-STM32 Cube Programmer
20
+
You can find the source, licensing information and documentation [here](https://www.st.com/en/development-tools/stm32cubeprog.html).
21
21
- Texas Instruments Uniflash
22
22
You can find the Uniflash tool and licensing information [here](http://www.ti.com/tool/download/UNIFLASH).
23
23
@@ -29,17 +29,11 @@ Perform a one-time install of the .NET **nanoFramework** Firmware Flasher tool u
29
29
dotnet tool install -g nanoff
30
30
```
31
31
32
-
In case you're installing a pre-release version of the tool you have to specify the version number and the .NET **nanoFramework** Azure DevOps NuGet feed as the source. Like this:
After a successful installation a message is displayed showing the command that's to be used to call the tool along with the version installed. Similar to the following example:
39
33
40
34
```console
41
35
You can invoke the tool using the following command: nanoff
42
-
Tool 'nanoff' (version '9.9.9-preview.100') was successfully installed.
36
+
Tool 'nanoff' (version '9.9.9') was successfully installed.
### Update the firmware of a ST_STM32F769I_DISCOVERY along with a managed application
114
108
115
-
To update the firmware of the ST_STM32F769I_DISCOVERY target to the latest available preview version along with a managed application.
109
+
To update the firmware of the ST_STM32F769I_DISCOVERY target to the latest available preview version, using a JTAG connection, along with a managed application.
116
110
You have to specify the path to the managed application.
117
111
This example uses the binary format file that is generated by Visual Studio when building any nanoFramework C# application. Because it's a binary file you have to specify too the flash address of the deployment region (here 0x08000000, mind the hexadecimal format).
0 commit comments