User Tools

Site Tools


misc:downloads:index

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
misc:downloads:index [2015-02-24 10:46]
macke created
misc:downloads:index [2021-06-24 16:18] (current)
kimberly
Line 1: Line 1:
 +<WRAP center round important 60%>
 +This page has deprecated and moved to the new documentation framework of the main Bitcraze website. Please go to [[https://www.bitcraze.io/]].
 +</WRAP>
  
 +====== Binaries ======
 +To distribute binary packages we use a number of different ways, depending on how large the images are. For smaller images, like firmware and client installs, we use GitHub's releases. For larger downloads, like the VM and Raspberry Pi images, we use a combination of our own servers, torrent and Mega.
 +
 +===== Binaries =====
 +  * [[https://github.com/bitcraze/crazyflie-release/releases|Crazyflie (1.0/2.0) firmware releases]]
 +  * [[https://github.com/bitcraze/crazyradio-firmware/releases|Crazyradio (PA) firmware releases]] **NOTE:** Make sure to flash the correct firmware (only Crazyradio PA firmware for Crazyradio PA hardware)
 +  * [[https://github.com/bitcraze/crazyflie-clients-python/releases|Crazyflie Python client (Win/Mac OSX/Linux) releases]]
 +  * [[projects:virtualmachine:index#download|Bitcraze VM releases]]
 +  * [[projects:crazyflie:binaries:raspberrypi#download|Raspberry Pi releases]]
 +
 +====== Tools ======
 +All tools we use for firmware/software/electronics design is open source and freely available (except tools for iOS). For a list of tools and links to their sites have a look at the [[misc:osstools:index|tools page]]. Most of these tools are pre-installed and ready to use in our [[projects:virtualmachine:index|virtual machine]].
 +
 +====== Source ======
 +Since a while back now we have moved all our source code to [[https://github.com/bitcraze|GitHub]]. There's a lot of repositories since every piece of software has it's own repository. For example the Crazyflie 2.0 firmware is distributed in 5 different repositories ([[https://github.com/bitcraze/crazyflie2-nrf-mbs|nRF51 mbs]], [[https://github.com/bitcraze/crazyflie2-nrf-bootloader|nrf51 bootloader]], [[https://github.com/bitcraze/crazyflie2-nrf-firmware|nRF51 firmware]], [[https://github.com/bitcraze/crazyflie2-stm-bootloader|STM32F4 bootloader]], [[https://github.com/bitcraze/crazyflie-firmware|STM32F4 firmware]]).