Add README section refering to core.log for errors while flashing
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user