Page 1 of 1

Make cload Fail

Posted: Tue May 11, 2021 11:40 am
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.

Re: Make cload Fail

Posted: Wed May 12, 2021 6:17 am
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