User Tools

Site Tools


projects:crazyflie2:development:ota

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
projects:crazyflie2:development:ota [2015-07-15 16:31]
127.0.0.1 external edit
projects:crazyflie2:development:ota [2019-02-14 15:54]
macke removed
Line 7: Line 7:
    * The [[projects:crazyflie:pc_utils:install|PC client]] installed and working    * The [[projects:crazyflie:pc_utils:install|PC client]] installed and working
    * The [[https://github.com/bitcraze/crazyflie-firmware|Crazyflie]] or [[https://github.com/bitcraze/crazyflie-firmware/tree/crazyflie2|Crazyflie 2.0]] source code    * The [[https://github.com/bitcraze/crazyflie-firmware|Crazyflie]] or [[https://github.com/bitcraze/crazyflie-firmware/tree/crazyflie2|Crazyflie 2.0]] source code
 +(This has been tested on ubuntu but should work on mac and windows with the necessary tools installed)
 == Instructions == == Instructions ==
 For it to work out of the box the crazyflie-clients-python and the crazyflie-firmware needs to be located in the same directory. If it isn't the cfloader path can be altered in the Crazyflie Makefile For it to work out of the box the crazyflie-clients-python and the crazyflie-firmware needs to be located in the same directory. If it isn't the cfloader path can be altered in the Crazyflie Makefile
Line 14: Line 14:
 </code> </code>
  
-Then go into the crazyflie-firmware directory and compile the firwmare. The firmware should be compiled with CLOAD=1 (default). If it is the compilation output will say "CrazyLoader build!" in the end.+Then go into the crazyflie-firmware directory and compile the firmware. The firmware should be compiled with CLOAD=1 (default). If it is the compilation output will say "CrazyLoader build!" in the end.
 <code> <code>
 cf@bitcraze:~/projects/crazyflie-firmware$ make -j4 cf@bitcraze:~/projects/crazyflie-firmware$ make -j4
Line 33: Line 33:
 To lanch the firmware update run "make cload" To lanch the firmware update run "make cload"
 <code> <code>
-cf@bitcraze:~/projects/testFW/Release/crazyflie-firmware$ make cload+cf@bitcraze:~/projects/crazyflie-firmware$ make cload
  
 ../crazyflie-clients-python/bin/cfloader flash cflie.bin stm32-fw ../crazyflie-clients-python/bin/cfloader flash cflie.bin stm32-fw