I'm experiencing some errors when i try to update the firmware of the crazyflie 2.0. I have no problem to compile the code using 'make' but when I try to use cload i get the following error:
Code: Select all
~/Workspace/crazyflie-firmware$ make cload
../crazyflie-clients-python/bin/cfloader flash cf2.bin stm32-fw
Traceback (most recent call last):
File "../crazyflie-clients-python/bin/cfloader", line 2, in <module>
from cfloader import main
ImportError: No module named 'cfloader'
Makefile:354: recipe for target 'cload' failed
make: *** [cload] Error 1