This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
projects:virtualmachine:index [2013-05-01 20:13] macke created |
projects:virtualmachine:index [2021-06-24 16:16] (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:// | ||
+ | </ | ||
+ | |||
+ | |||
====== Bitcraze Virtual Machine ====== | ====== Bitcraze Virtual Machine ====== | ||
- | In order to easily get going with the development of Bitcraze projects we have pre-configured a virtual machine that can be imported into [[http://www.vmware.com/ | + | In order to easily get going with the development of Bitcraze projects we have pre-configured a virtual machine that can be imported into [[https://www.virtualbox.org/|Oracle VirtualBox]]. It contains pre-requisites needed for development and usage of the projects at Bitcraze. For more information on what's included in the Bitcraze VM have a look at [[https://github.com/bitcraze/ |
- | The username/password for the virtual machine | + | <WRAP center round info> |
+ | // | ||
+ | The virtual machine | ||
+ | </ | ||
- | If you have any comments or suggestions drop by the [[http://forum.bitcraze.se/viewtopic.php? | + | The VM is built using Packer, so if you would like to build you're own just clone the [[https://github.com/bitcraze/bitcraze-vm|Bitcraze VM repo]] and follow the instructions in the README. For reference |
- | ====== Download ====== | + | |
- | Currently the virtual machine applicance is only available via torrent using [[http:// | + | |
- | ====== | + | For information on how to install the VM please have a look at our [[https:// |
- | The machine includes: | + | |
- | * Pre-cloned | + | ====== |
- | * All development tools to compile Crazyflie firmware and bootloader, Crazyradio firmware | + | To download the latest |
- | * All python lib to run the Crazyflie PC client | + | |
- | * Eclipse pre-configured to develop on Crazyflie firmware and PC-Client + QtDesigner to edit the GUI files | + | |
- | * A readme that explains how to start | + | |
- | The next version | + | ==== Previous |
- | * Hardware dev tools | + | * Bitcraze VM 2017.03 ([[http:// |
- | * Tool and configuration to debug the Crazyflie | + | * Bitcraze VM 2016-06 |
- | * Reduce the image size (it is currently 2.2GB which I find quite big, I should be able to cut a lot of useless stuff by starting from a minimal install) | + | * Bitcraze |
- | * More documentation in the VM and on the Wiki | + | |
- | ====== | + | ====== |
- | Pulling the latest changes of the firmware | + | [[projects: |
- | < | + | |
- | cd ~/ | + | |
- | hg pull && hg update | + | |
- | cd ~/ | + | |
- | hg pull && hg update | + | |
- | </ | + | |
- | ====== How do I build the firmware with the latest changes from the repository on Bitbucket? ====== | ||
- | Running the following commands will pull the latest changes from the repository on Bitbucket and build the firmware. For updating the Crazyflie use the resulting // | ||
- | < | ||
- | cd ~/ | ||
- | hg pull && hg update | ||
- | make CLOAD=1 DEBUG=0 | ||
- | </ |