From e6793ba0ff652c88b976633d6b954171e944cf34 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Thu, 21 Jan 2021 12:47:50 +0100 Subject: [PATCH] connect the board first --- embedded-workshop-book/src/gdb.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/embedded-workshop-book/src/gdb.md b/embedded-workshop-book/src/gdb.md index 4c18627..8eb70e9 100644 --- a/embedded-workshop-book/src/gdb.md +++ b/embedded-workshop-book/src/gdb.md @@ -14,6 +14,8 @@ the GDB server. ## Dependencies +0. Make sure you've connected your Development Kit: USB port J2 on the board + 1. You'll need to install OpenOCD. Installation instructions vary depending on your OS. 2. Install the [cortex-debug](https://marketplace.visualstudio.com/items?itemName=marus25.cortex-debug) extension in VS code. Head to the extensions marketplace and search for