Skip to content

Commit 7404a73

Browse files
committed
provisioning: Add troubleshooting to README
It is a common source of failure that the provisioning data is overwritten when programming a new flash image. In a new troubleshooting section in the README, add a recommendation to upgrade the DAPLink version to a version that supports partial image updates.
1 parent c651412 commit 7404a73

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

provisioning/README.md

+10
Original file line numberDiff line numberDiff line change
@@ -97,3 +97,13 @@ client authentication example also included in this repository (in the
9797
1. Copy the `Device.crt` file to the `mutual-tls` example folder for use with
9898
making a mutually-authenticated TLS connection, and follow the directions in
9999
that example's README.
100+
101+
102+
### Troubleshooting
103+
104+
If your provisioning data isn't persisting, there is a chance it is being
105+
overwritten by the flash programmer. If using DAPLink, ensure you are using a
106+
DAPLink interface version of 0246 or newer. Older versions of DAPLink do not
107+
support partial flash programming, and always overwrite any data stored in
108+
internal flash. In our case, this would be the provisioning data we want to
109+
keep!

0 commit comments

Comments
 (0)