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
### Deploy a managed application to an ESP32_WROOM_32 target
72
+
73
+
To deploy a managed application to an ESP32_WROOM_32 target connected to COM31, which has the deployment region at 0x190000 flash address.
74
+
75
+
>Note: The binary file with the deployment image can be found on the Release or Debug folder of a Visual Studio project after a successful build. This file contains everything that's required to deploy a managed application to a target (meaning application executable and all referenced libraries and assemblies).
### Update the firmware of a specific STM32 target
@@ -86,6 +96,16 @@ To update the firmware of the NETDUINO3_WIFI target to the latest available stab
86
96
nanoff --update --target NETDUINO3_WIFI --stable
87
97
```
88
98
99
+
### Deploy a managed application to a ST_STM32F769I_DISCOVERY target
100
+
101
+
To deploy a managed application to a ST_STM32F769I_DISCOVERY target, which has the deployment region at 0x08080000 flash address and reset the MCU after flashing it.
102
+
103
+
>Note: The binary file with the deployment image can be found on the Release or Debug folder of a Visual Studio project after a successful build. This file contains everything that's required to deploy a managed application to a target (meaning application executable and all referenced libraries and assemblies).
0 commit comments