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 target
140
140
141
-
To deploy a managed application to an ESP32_PSRAM_REV0 target connected to COM31, which has the deployment region at 0x190000 flash address.
141
+
To deploy a managed application to an ESP32_PSRAM_REV0 target connected to COM31.
142
142
143
143
>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 an ESP32 target along with a managed application
150
150
151
-
To update the firmware of an ESP32 target connected to COM31, to the latest available development version.
152
-
You have to specify the path to the managed application.
153
-
This example uses the binary format file that was saved on a previous backup operation.
151
+
To deploy an application on an ESP32 target connected to COM31, with your application, you have to specify the path to the managed application. Optionally you can provide an address which will override the default deployment address.
152
+
This example uses the binary format file that you can find when you are building an application. Note, as only application can run, when you are building a library, a bin file is not created automatically. Only for applications.
0 commit comments