Page 1 of 1

[SOLVED]Xubuntu 16.04 crazyflie-firmware

Posted: Mon Apr 25, 2016 3:03 pm
by Mitteau
Hello
I installed the last version of crazyflie-firmware together with arm tool.
The response to my make is:
"one or more of the git submodules are not initialized"
When I do git submodule update, I get:
"fatal:unable to access 'https://github.com/throwtheswitch/unity.git/':transfer closed with outstanding read data remaining"
Thank you for help
Best regards
Jean-Claude M.

Re: Xubuntu 16.04 crazyflie-firmware

Posted: Fri Jul 15, 2016 11:37 am
by EtienneP
Hello,

I get the exact same issue when trying to compile. I followed the tutorial here : https://www.bitcraze.io/getting-started ... velopment/
Thanks for the help.

EDIT:

I found the solution.
Open a terminal and type in :
cd projects/crazyflie-firmware/
git submodule init
git submodule update

It should work after doing that.

Cheers,
Etienne