[SOLVED]Xubuntu 16.04 crazyflie-firmware

Post here to get support
Post Reply
Mitteau
Expert
Posts: 248
Joined: Fri Jan 29, 2016 6:00 am

[SOLVED]Xubuntu 16.04 crazyflie-firmware

Post 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.
Last edited by Mitteau on Wed Jul 12, 2017 7:56 am, edited 1 time in total.
EtienneP
Beginner
Posts: 8
Joined: Tue Sep 29, 2015 8:52 am

Re: Xubuntu 16.04 crazyflie-firmware

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