Add README section refering to core.log for errors while flashing

This commit is contained in:
2024-09-23 18:30:20 +02:00
parent 47188c0bc8
commit c8854931e8

View File

@@ -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