From c8854931e83d10daea746c263554b0c00b94c06b Mon Sep 17 00:00:00 2001 From: Leon Krieg Date: Mon, 23 Sep 2024 18:30:20 +0200 Subject: [PATCH] Add README section refering to core.log for errors while flashing --- docs/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/docs/README.md b/docs/README.md index 3dc16ef..71679cb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -12,16 +12,18 @@ The names for these dependencies may differ for other package managers and distributions. Please check the package sources on your system for more information. -### Build and Flash +### Build and Install Run this next command in the project root directory to -build and flash the project using an USBasp programmer: +build and install the project using an USBasp programmer: make all -See the Makefile for different settings for your specific -build environment. To remove all build related auxiliary -files you may run these commands: +If there are any errors during the flashing process you +should find more information in core.log in the bin/ +directory. See the Makefile for different settings for +your specific build environment. To remove all build +related auxiliary files you may run these commands: make clean make distclean