We should probably update the documentation a bit.
The getting started guide is designed to use the eclipse IDE in the virtual machine. Both the Virtual machine and getting started guide are unfortunately fairly old, we are in the process to update them.
The documentation in
https://github.com/bitcraze/crazyflie-firmware is using a terminal window instead, hence the confusion. There are many ways to flash a crazyflie
I would suggest you do everything from command line (that is from a terminal window). Assuming you are using the virtual machine
1. Open a terminal window
2. Make sure you are in the root directory of the crazyflie firmware.
Code: Select all
cd /home/bitcraze/projects/crazyflie-firmware
3. Clean your build
4. Build
5. Put your Crazyflie in boot loader mode as described here
https://www.bitcraze.io/documentation/t ... /#bootload
6. Start flashing
That should be it!