From 621b79d34ee7823f81a0d18386695a4d6c9409ea Mon Sep 17 00:00:00 2001
From: schneider <schneider@blinkenlichts.net>
Date: Wed, 29 May 2019 21:43:21 +0200
Subject: [PATCH] fix(readme): Add section on how to connect the first debugger

---
 README.md | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/README.md b/README.md
index c0b8b7c8..320798c8 100644
--- a/README.md
+++ b/README.md
@@ -44,6 +44,14 @@ Info : Listening on port 3333 for gdb connections
 
 ```
 
+## Debugger Connection
+If you have the debugger provided with the `card10`, connect it as follows:
+  - `HDK`: This connection provides debugging (SWD) and UART
+  - `DEV`: This connection provides power (battery charger) and the native USB connection (bootloader)
+  - `USB-C`: Connect the proved USB-C cable with the side which has the blue dot, so the blue dots have the same side
+
+Now connect the USB-C cable, so the name of the cable manufacturer facing downwards (i.e. is not visible when looking at the display).
+
 ## Compiling
 Simply go to an example and run `make`. If you used the `./build_image` command before (see section "Bootloader"), run a `make clean` before. TODO: Unify the two build options.
 
-- 
GitLab