Crazyflie won't stay in bootloader mode
Posted: Fri Aug 14, 2020 5:34 pm
Hey everyone, so I was trying to flash the regular crazyflie firmware onto one of my crazyflies but for some reason it won't enter into bootloader mode and demonstrates abnormal LED behaviour, the error I receive from the terminal is
So far I have tried:
- Flashing through the cfclient
- Flashing different firmware
- Putting the crazyflie into DFU mode (holding the reset button while plugging it into the USB) but when I use the command lsusb it does not show that there is a device in DFU mode
- Holding the reset button until the blue LED flashes faster (I believe this is also DFU mode? Not sure, lsusb still doesn't say that) and trying to flash the firmware
- When connected to the cfclient, the console does not show any errors
- When I trying flashing with "make cload" and it tries to connect to the crazyflies, the crazyflie will then enter the state as presented in the video (blue LED flashing)
Flashing the other crazyflies works fine, I am just having issues with one in particular. The two I am using right now originally were flashed with the crazyswarm firmware but only one of them is showing this issue. Video of the issue https://drive.google.com/file/d/1WOZgoL ... sp=sharing
Thanks!
Code: Select all
python3 -m cfloader flash cf2.bin stm32-fw
Restart the Crazyflie you want to bootload in the next
10 seconds ...
Cannot connect the bootloader!
Makefile:411: recipe for target 'cload' failed
make: *** [cload] Error 255
- Flashing through the cfclient
- Flashing different firmware
- Putting the crazyflie into DFU mode (holding the reset button while plugging it into the USB) but when I use the command lsusb it does not show that there is a device in DFU mode
- Holding the reset button until the blue LED flashes faster (I believe this is also DFU mode? Not sure, lsusb still doesn't say that) and trying to flash the firmware
- When connected to the cfclient, the console does not show any errors
- When I trying flashing with "make cload" and it tries to connect to the crazyflies, the crazyflie will then enter the state as presented in the video (blue LED flashing)
Flashing the other crazyflies works fine, I am just having issues with one in particular. The two I am using right now originally were flashed with the crazyswarm firmware but only one of them is showing this issue. Video of the issue https://drive.google.com/file/d/1WOZgoL ... sp=sharing
Thanks!