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 managers and distributions. Please check the package sources
on your system for more information. on your system for more information.
### Build and Flash ### Build and Install
Run this next command in the project root directory to 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 make all
See the Makefile for different settings for your specific If there are any errors during the flashing process you
build environment. To remove all build related auxiliary should find more information in core.log in the bin/
files you may run these commands: 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 clean
make distclean make distclean