Skip to content

Commit

Permalink
provisioning: Add troubleshooting to README
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Patater committed Nov 20, 2019
1 parent a45f7c2 commit abf44d8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions provisioning/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,3 +69,13 @@ ATECC608A.
This example generates certificate signing requests (CSRs) which can be used
for TLS client authentication. The CSR is printed over the serial port, for
use with your certificate authority (CA).


### Troubleshooting

If your provisioning data isn't persisting, there is a chance it is being
overwritten by the flash programmer. If using DAPLink, ensure you are using a
DAPLink interface version of 0246 or newer. Older versions of DAPLink do not
support partial flash programming, and always overwrite any data stored in
internal flash. In our case, this would be the provisioning data we want to
keep!

0 comments on commit abf44d8

Please sign in to comment.