From e3686e025bb4ce5aa8b2601c2381ad07b2aedead Mon Sep 17 00:00:00 2001 From: Tim Crawford Date: Thu, 23 Jul 2020 08:12:28 -0600 Subject: [PATCH] docs: Update Makefile name Debug settings were moved to `common.mk` during code reorganization. `PARPORT` was renamed `PARALLEL`. --- doc/debugging.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/debugging.md b/doc/debugging.md index fd34fcd..08262d3 100644 --- a/doc/debugging.md +++ b/doc/debugging.md @@ -38,7 +38,7 @@ make BOARD=arduino/mega2560 flash ### Setup 1. Enable parallel port debugging in the EC firmware - - Uncomment `PARPORT_DEBUG` in `board.mk` + - Uncomment `PARALLEL_DEBUG` in `src/board/system76/common/common.mk` - Build and flash the firmware for the target 2. Power off target 3. Remove bottom panel @@ -107,7 +107,7 @@ Requirements: - USB-C cable 1. Enable I2C debugging in the EC firmware for the target - - Uncomment `I2C_DEBUGGER` in `board.mk` + - Uncomment `I2C_DEBUGGER` in `src/board/system76/common/common.mk` - Build and flash firmware 2. Connect Trinket M0 to host - This will create an ACM device at `/dev/ttyACM*`