Replies: 1 comment
-
Hi :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been trying to flash my firmware to my drone which I have not done in a while as I have been programming my AI deck.
I decided to retry the "getting started with development" and changing the LED on the guide.
I follow each part and everything is fine and builds well until the last part.
When I enter "make cload", I get this error:
tools/kbuild/Makefile.kbuild:147: warning: overriding recipe for target 'cload'
Makefile:142: warning: ignoring old recipe for target 'cload'
make[1]: Entering directory '/home/bitcraze/projects/crazyflie-firmware/build'
python3 -m cfloader flash cf2.bin stm32-fw
/home/bitcraze/miniconda3/bin/python3: No module named cfloader.main; 'cfloader' is a package and cannot be directly executed
make[1]: *** [/home/bitcraze/projects/crazyflie-firmware/Makefile:142: cload] Error 1
make[1]: Leaving directory '/home/bitcraze/projects/crazyflie-firmware/build'
make: *** [tools/kbuild/Makefile.kbuild:150: sub-make] Error 2
Also, I usually get some weird errors everytime I start a new VM and update all projects. Heres a picture of what I receive:
I have not been able to fix it.
I have had this happen on multiple VMs. It only really worked on my first or second VM but they do not exist anymore.
Beta Was this translation helpful? Give feedback.
All reactions