Page 1 of 1

Firmware configuration for BigQuad

Posted: Mon Sep 07, 2020 11:40 pm
by c.fernandes
Hi guys,

I've been having issues with configuring the Crazyflie firmware for the BigQuad.
I've placed config.mk.example in crazyflie-firmware/tools/make, renamed it to config.mk, uncommented "CFLAGS += -DENABLE_BQ_DECK", used ecliplse to clean, build and flash using radio...but i keep getting the solid red LEDs on the crazyflie. If I remove config.mk and flash the firm it works as per usual.
Is there an error in my process that I'm missing?
FYI, I'm using Bitcraze VM

Re: Firmware configuration for BigQuad

Posted: Wed Sep 09, 2020 8:10 am
by tobias
The problem is most likely that the config.mk is not activated, possibly spelling mistake or no "make clean" done before compilation.