Page 1 of 1

cfloader reset to bootloader not working

Posted: Thu Jul 13, 2017 9:41 pm
by ccpost
Hi,

I haven't been able to get "reset to bootloader" option to work with `cfloader` as suggested in https://github.com/bitcraze/crazyflie-f ... xample#L24

It seems to be hanging up here https://github.com/bitcraze/crazyflie-l ... t__.py#L91

I've done a little bit of source diving so far, but wanted to check in here first: does anyone have this working and have suggestions for what may be broken?

Thanks,
-Chris

Re: cfloader reset to bootloader not working

Posted: Fri Jul 14, 2017 8:42 am
by arnaud
I will not be very useful but, for info, we are not using this functionality very often so it is possible that it have been broken at some point. Though I am pretty confident that the firmware part is still working: it is used by the go client (crazyserver) and is working, so if something is broken it is more likely to be in the python crazyflie lib.

Re: cfloader reset to bootloader not working

Posted: Fri Jul 14, 2017 4:57 pm
by ccpost
Thanks, knowing that it's likely the Python library is a good start, and I'll check out crazyserver regardless.

Not on the top of my TODOs, but I'll update this thread later if I get it working.