From 13dd6a10381e3973006fd68958a7b57c2068b488 Mon Sep 17 00:00:00 2001 From: Winston Hoy Date: Wed, 2 Aug 2023 10:54:07 -0400 Subject: [PATCH] Update debugging.md --- docs/debugging.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/debugging.md b/docs/debugging.md index 023c3fd..90db7c2 100644 --- a/docs/debugging.md +++ b/docs/debugging.md @@ -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 @@ -17,9 +16,11 @@ Terms used: make BOARD=system76/ 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