Page 1 of 1

how to create a config.mk file

Posted: Wed May 30, 2018 12:00 pm
by zjc515484158
hello dear friends, I have updated the firmware-master programming in virtual machine. Now i want to enable the BQD. Because I lack MCU programming knowledge, so i can't create a config.mk file in root directory. Or I didn't find it? Can anyone help me to solve this problem? THANK YOU VERY MUCH!! :oops:

Re: how to create a config.mk file

Posted: Wed May 30, 2018 12:17 pm
by arnaud
config.mk is in the folder tools/make/ you can copy the existing tools/make/config.mk.sample into tools/make/config.mk to get a starting point.

Each time you modify this file you will most likely need to "make clean" and "make" the full project in order for the changes to be taken into account.