Skip to content

Commit

Permalink
Update the instruction for provisioning on older devices
Browse files Browse the repository at this point in the history
  • Loading branch information
corruptbear committed Jan 12, 2024
1 parent 5069e71 commit 8fae982
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions doc/Provisioning.md → doc/Provisioning_PreAmbiq.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,19 @@ calibration, and carry out device debugging:
- [Calibration](#calibration)
- [Debugging](#debugging)

## Checkout the firmware before revision H
This guide is for TotTag hardware up to revision H. You need to checkout the older firmware as the latest firmware is no longer designed for STM32 + nRF TotTag.

```bash
git checkout 67cdde4991d016ee61d7ed7892941ad19e543c95
```

To ensure that the submodules are downloaded, you might need to run

```bash
git submodule update --init --recursive
```

## Programming the nRF Microcontroller

This guide covers the step-by-step requirements necessary to program the nRF
Expand Down

0 comments on commit 8fae982

Please sign in to comment.