Page 1 of 1

CF1 issue

Posted: Tue Jan 05, 2016 4:00 am
by ben77
Hello all,
Yesterday i have updated the firmware of CF1 through VM6 eclipse IDE, after that the copter seems not working , only the blue LED is lit all the time .no read or radio LED are working could any one help me to fix this issue . all help appreciated in advance

ben

Re: CF1 issue

Posted: Tue Jan 05, 2016 10:25 pm
by chad
Hi ben77,

Welcome to the forum.

If you used the Bitcraze VM 0.6 without changing anything, it's likely that you built Crazyflie 2 firmware and flashed it to your Crazyflie 1. That doesn't work. ;) If indeed that's what happened, you can fix it.

Using the terminal, go into the crazyflie-firmware directory and update the repository clone to the master branch. Then clean the build artifacts out and run the build again specifying that you want Crazyflie 1 firmware. Then, it's just a matter of flashing again (and make sure you set the platform to cf1 again then as well).

Code: Select all

cd ~/projects/crazyflie-firmware
git checkout master
git pull
make clean
make PLATFORM=CF1
make cload PLATFORM=CF1
Post back if it works (or doesn't).

Also, I've moved this thread to the Crazyflie Support sub-forum as it is more appropriate.