From 997e09f0bb7c45546e850ede90ea756e90ae949d Mon Sep 17 00:00:00 2001 From: Jacek Rondio <132054597+jacekrondio@users.noreply.github.com> Date: Thu, 27 Feb 2025 10:55:43 +0100 Subject: [PATCH] Update swdio.mdx Updating with information that can save some time. --- docs/getting-started/flashing-firmware/nrf52/swdio.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/getting-started/flashing-firmware/nrf52/swdio.mdx b/docs/getting-started/flashing-firmware/nrf52/swdio.mdx index 4b1b8969..b6d75ec2 100644 --- a/docs/getting-started/flashing-firmware/nrf52/swdio.mdx +++ b/docs/getting-started/flashing-firmware/nrf52/swdio.mdx @@ -22,13 +22,15 @@ Connect GPIO pin 8 on your Raspbery Pi to the DIO pin on the Meshtastic Device. Ensure you get the GPIO numbers correct. Plug in your Raspberry Pi to USB power. -Plug in the Meshtastic Device to power. +Plug in the Meshtastic Device to power - to your Raspberry Pi's USB port. ## Install OpenOCD You can use OpenOCD to manage the SWDIO connection with the Meshtastic Device. Install it on your Raspberry Pi. +You can also use the packet manager in Raspberry Pi OS (`sudo apt install openocd`). + ``` $ sudo apt update $ sudo apt install libtool autoconf automake texinfo telnet gdb-multiarch git