From 04b6a471e32ef444bd75abea07cf3edbb5091878 Mon Sep 17 00:00:00 2001 From: Enfield <129558375+Enfield01@users.noreply.github.com> Date: Sun, 25 Jan 2026 21:57:05 -0800 Subject: [PATCH] Update flashing-hotspot.md Add bookworm specific flash command to hotspot flashing instructions --- docs/setting-up/flashing-hotspot.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/setting-up/flashing-hotspot.md b/docs/setting-up/flashing-hotspot.md index 809c941..5f807bc 100644 --- a/docs/setting-up/flashing-hotspot.md +++ b/docs/setting-up/flashing-hotspot.md @@ -62,6 +62,10 @@ ``` sh sudo stm32flash -v -w dvm-firmware-hs_f1.bin -g 0x0 -R -i 20,-21,21:-20,21 /dev/ttyAMA0 ``` + Alternate Command for Bookworm + ``` sh + sudo stm32flash -v -w dvm-firmware-hs_f1.bin -g 0x0 -R -i 532,-533,533:-532,-533,533 /dev/ttyAMA0 + ``` 4. Once the board is completely flashed, remove the jumpers added in step 1. This can be confirmed with a 100% progress and a success message in the command line window. 5. The board should be ready to go. If unsuccessful, rinse and repeat the steps in this section.