Skip to content

Commit

Permalink
Update debugging.md
Browse files Browse the repository at this point in the history
  • Loading branch information
curiousercreative authored and jackpot51 committed Aug 2, 2023
1 parent c0bfb25 commit 13dd6a1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/debugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ Terms used:

## Debugging with target device

[log_cflag]: https://github.com/system76/ec/blob/master/src/board/system76/common/common.mk#L31-L39
1. Install dependencies
```bash
./scripts/deps.sh
Expand All @@ -17,9 +16,11 @@ Terms used:
make BOARD=system76/<model> console_internal
```
1. If you're not seeing seeing expected output, check the
[log level cflag][log_cflag]. This is an EC compile time configuration and
[`LEVEL` cflag][level_cflag]. This is an EC compile time configuration and
changing will require a build and flash of the EC.
[level_cflag]: https://github.com/system76/ec/blob/01907011bb63/src/board/system76/common/common.mk#L31-L39
## Debugging with external device
### Parallel port
Expand Down

0 comments on commit 13dd6a1

Please sign in to comment.