Skip to content
Snippets Groups Projects
Commit 621b79d3 authored by schneider's avatar schneider
Browse files

fix(readme): Add section on how to connect the first debugger

parent 3230eb3e
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment