From 8fae98281b41ca39111c26e538b172b5fd612ecb Mon Sep 17 00:00:00 2001 From: corruptbear Date: Thu, 11 Jan 2024 23:10:47 -0800 Subject: [PATCH] Update the instruction for provisioning on older devices --- doc/{Provisioning.md => Provisioning_PreAmbiq.md} | 13 +++++++++++++ 1 file changed, 13 insertions(+) rename doc/{Provisioning.md => Provisioning_PreAmbiq.md} (92%) diff --git a/doc/Provisioning.md b/doc/Provisioning_PreAmbiq.md similarity index 92% rename from doc/Provisioning.md rename to doc/Provisioning_PreAmbiq.md index 26b538c4..489ed79f 100644 --- a/doc/Provisioning.md +++ b/doc/Provisioning_PreAmbiq.md @@ -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