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
CF1 issue
Re: CF1 issue
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).
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.
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.

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
Also, I've moved this thread to the Crazyflie Support sub-forum as it is more appropriate.
Crazyflier - my CF journal...
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.
4x Crazyflie Nano (1.0) 10-DOF + NeoPixel Ring mod.
3x Crazyflie 2.0 + Qi Charger and LED Decks.
Raspberry Pi Ground Control.
Mac OS X Dev Environment.
Walkera Devo7e, ESky ET6I, PS3 and iOS Controllers.