'flash_full' error when trying to us make cload

Discussions and questions about the Crazyflie Nano Quadcopter
Post Reply
taylorb
Beginner
Posts: 4
Joined: Mon May 31, 2021 4:32 pm

'flash_full' error when trying to us make cload

Post 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
jonasdn
Expert
Posts: 132
Joined: Mon Mar 01, 2021 3:13 pm

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

Post 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
Post Reply