Page 1 of 1

'flash_full' error when trying to us make cload

Posted: Sat Jun 05, 2021 11:24 pm
by taylorb
I am trying to follow the documentation with getting started with development. I am getting the following error (as seen in picture below) when trying to cload. I am performing 'make' and 'make cload' in the projects/crazyflie-firmware folder. In addition the crazyflie is in bootloader mode( I make sure to hold power button for 3 seconds until M2 and M3 blink).

In addition, in the crazyflie client, when I try to use bootloader, I get the message "Trying to connect in firmware mode" and it gets stuck on this message. (See bottom picture)

Any suggestions on things I can try? I believe these issues might be linked.
snippet.png
snip2.PNG

Re: 'flash_full' error when trying to us make cload

Posted: Mon Jun 07, 2021 3:30 am
by jonasdn
Hi taylorb!

Lets try to get to the bottom of this! Maybe we could make sure we do not have mismatch between the python library (crazyflie-lib-python) and the client (crazyflie-client-python).

Could you get them both from GitHub and install them from the master branch using pip3 perhaps?

Code: Select all

pip3 install -e .
So we can rule out any software tomfoolery!

Thanks