Products
-
-
- Accessories
- Breakout boards
This is an old revision of the document!
In order to easily get going with the development of Bitcraze projects we have pre-configured a virtual machine that can be imported into WM Player or Oracle VirtualBox.
The username/password for the virtual machine is: bitcraze/crazyflie
If you have any comments or suggestions drop by the forum thread and discuss them there.
Currently the virtual machine applicance is only available via torrent using this link.
The machine includes:
The next version will also include:
Pulling the latest stable release of the firmware and client can be done using the following commands:
cd ~/projects/crazyflie-firmware hg pull && hg update -C 2013.4 cd ~/projects/crazyflie-pc-client hg pull && hg update -C 2013.4.2
Pulling the latest changes of the firmware and client can be done using the following commands:
cd ~/projects/crazyflie-firmware hg pull && hg update cd ~/projects/crazyflie-pc-client hg pull && hg update
Running the following commands will build the firmware which can be flashed with the wireless bootloader. For updating the Crazyflie use the resulting cflie.bin.
cd ~/projects/crazyflie-firmware make CLOAD=1 DEBUG=0