Make cload Fail

Discussions and questions about the Crazyflie Nano Quadcopter
Post Reply
Barry
Beginner
Posts: 28
Joined: Tue Apr 06, 2021 9:19 am

Make cload Fail

Post by Barry »

Hi all,

Today I have tried to "make cload" to upload my code to Crazyflie. But I meet this problem:

python3 -m cfloader flash cf2.bin stm32-fw
Error: Invalid uri (radio://)!
Makefile:391: recipe for target 'cload' failed
make: *** [cload] Error 255

When I tried to connect the Crazyflie to the python-client, the scan result showed the address is radio://*/0/2M/E7E7E7E7E7.

Could anyone give me the solutions? I would appreciate that.

Cheers.
jonasdn
Expert
Posts: 132
Joined: Mon Mar 01, 2021 3:13 pm

Re: Make cload Fail

Post by jonasdn »

Hi Barry!

Thank you for reporting! This issue has been fixed on master of the cfclient! See PR here: https://github.com/bitcraze/crazyflie-c ... n/pull/512

All the best
Jonas
Post Reply