Hi, I just flashed the firmware without any problem.
Thanks for helping!
Search found 9 matches
- Tue Feb 24, 2015 12:19 am
- Forum: Support
- Topic: flash crazyflie 1.0 via USB
- Replies: 4
- Views: 3582
- Fri Feb 20, 2015 11:26 am
- Forum: Support
- Topic: flash crazyflie 1.0 via USB
- Replies: 4
- Views: 3582
flash crazyflie 1.0 via USB
Hi. I was trying to do some tests and alterations in the crazyflie firmware but I did a stupid mistake and screwed up everything. I made a kind of infinite loop before the initialisation of the drivers, so now I can't flash other firmware via radio. Do you know how can I flash a new firmware in my q...
- Fri Feb 20, 2015 3:19 am
- Forum: Support
- Topic: [SOLVED] Error while building .bin file
- Replies: 9
- Views: 8318
Re: Error while building .bin file
The problem is solved!! Thank you very much for your help and attention.
I just deleted the old firmware clone file and I started to execute the commands from the beggining and it worked! I guess that some kind of trash or something was the cause of the error.
Thank you again!
I just deleted the old firmware clone file and I started to execute the commands from the beggining and it worked! I guess that some kind of trash or something was the cause of the error.
Thank you again!
- Fri Feb 20, 2015 1:10 am
- Forum: Support
- Topic: [SOLVED] Error while building .bin file
- Replies: 9
- Views: 8318
Re: Error while building .bin file
hi Poizone. Don't worry about it, a glass of wine always help to think better hahaha. I tried this command but it didn't work as well. I received the following message: root@unisa-desktop:/home/unisa/Desktop/crazyflie-firmware-2015.1# git checkout master error: pathspec 'master' did not match any fi...
- Thu Feb 19, 2015 3:28 am
- Forum: Support
- Topic: [SOLVED] Error while building .bin file
- Replies: 9
- Views: 8318
Re: Error while building .bin file
Some progress here. I think the problem is in the branch.
I did the steps you told me and when I tryed to switch to the master branch I got this message:
unisa@unisa-desktop:~$ git branch master
fatal: Not a valid object name: 'master'.
How can I create the object?
I did the steps you told me and when I tryed to switch to the master branch I got this message:
unisa@unisa-desktop:~$ git branch master
fatal: Not a valid object name: 'master'.
How can I create the object?
- Wed Feb 18, 2015 5:36 am
- Forum: Support
- Topic: [SOLVED] Error while building .bin file
- Replies: 9
- Views: 8318
Re: Error while building .bin file
Hi Poizone. I'm trying to build my own modified firmware version. I'm gonna list bellow the answers. 1- I have one Crazyflie 1.0 2- I'm not sure about which branch but in the box I can see that the model is Crazyflie nano kit 10-DOF/BC-CF/04-A 3- I have installed all the dependences as shown on the ...
- Wed Feb 18, 2015 3:12 am
- Forum: Support
- Topic: [SOLVED] Error while building .bin file
- Replies: 9
- Views: 8318
[SOLVED] Error while building .bin file
Hello guys, I have been facing some problems to build the binary file (.bin) from the firmware source code. When I try to execute the command make CLOAD=1 DEBUG=0 it shows the following message: unisa@unisa-desktop:~/Desktop/crazyflie-firmware-2015.1$ make CLOAD=1 DEBUG=0 CLEAN_VERSION VTMPL version...
- Tue Dec 16, 2014 5:16 am
- Forum: Support
- Topic: build new firmware
- Replies: 3
- Views: 3341
Re: build new firmware
I', compiling for an Crazyflie 1.0. For while I'm using the VM 0.5 (Linux) but I'm installing a real machine using Linux, and this one will be dedicated to work with the quadcopter.
Thanks.
Thanks.
- Tue Dec 16, 2014 4:57 am
- Forum: Support
- Topic: build new firmware
- Replies: 3
- Views: 3341
build new firmware
Hi, I'm trying to change the control code of the quadricopter using C programming. After finish the changes in the firmware files how can i build a new firmware file (.bin) to download to the quadcopter? Or maybe other easiest way to do it. Sorry my lack of knowledge, I just started to work with pro...