Search found 3 matches

by Shadyrou
Wed Jan 14, 2015 8:41 pm
Forum: Support
Topic: [SOLVED] Can't flash custom built firmware to Crazyflie 1.0
Replies: 5
Views: 4358

Re: Can't flash custom built firmware to Crazyflie 1.0

Sorry for the delay. I don't really understand why, but it worked this time (most likely PEBKAC :P). Thanks! Here's what I ended up doing (Bitcraze VM 0.5): 1. Cloned the git repository via "git clone https://github.com/bitcraze/crazyflie-firmware.git" 2. Built via "make DEBUG=0 CLOAD...
by Shadyrou
Tue Jan 13, 2015 10:24 pm
Forum: Support
Topic: [SOLVED] Can't flash custom built firmware to Crazyflie 1.0
Replies: 5
Views: 4358

Re: Can't flash custom built firmware to Crazyflie 1.0

Can you verify you are on the head of master branch in the git repository clone you have? (git branch) Is the code clean (i.e. no modifications) when you build? I am fairly sure that was the case (the code was definitely clean at least), but I will try once more when I have time just to confirm. I ...
by Shadyrou
Tue Jan 13, 2015 4:43 pm
Forum: Support
Topic: [SOLVED] Can't flash custom built firmware to Crazyflie 1.0
Replies: 5
Views: 4358

[SOLVED] Can't flash custom built firmware to Crazyflie 1.0

Hey all, I have had the Crazyflie for about a week now and have been having fun with programming my own custom clients and playing around with the Crazyflie's capabilities. I have come to the point where I would like to edit the firmware to log some data from a proximity sensor that I have soldered ...