Firmware configuration for BigQuad

Firmware/software/electronics/mechanics
Post Reply
c.fernandes
Beginner
Posts: 2
Joined: Tue Aug 11, 2020 12:05 pm

Firmware configuration for BigQuad

Post 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
tobias
Bitcraze
Posts: 2339
Joined: Mon Jan 28, 2013 7:17 pm
Location: Sweden

Re: Firmware configuration for BigQuad

Post by tobias »

The problem is most likely that the config.mk is not activated, possibly spelling mistake or no "make clean" done before compilation.
Post Reply