Firmware file

Post here to get support
Post Reply
r0b0tn1k
Member
Posts: 32
Joined: Fri Aug 30, 2019 9:53 pm

Firmware file

Post by r0b0tn1k »

Somehow my Mac managed to compile the firmware.
I have the following files:
cfs2.elf, cfs2.map, cfs2.hex, cfs2.bin, cfs2.dfu

Which is the file which gets uploaded to the crazyflie as the actual firmware?
According to instructions it's a zip file?
kimberly
Bitcraze
Posts: 1050
Joined: Fri Jul 06, 2018 11:13 am

Re: Firmware file

Post by kimberly »

The cfclient is also able to flash the individual .bin files. For version 2020.02 it is only for the STM but the latest version should be able to do this for the NRF as well.

But ofcourse you can also do this from the terminal with

Code: Select all

 make cload
btw. I'm moving this thread to support as well.
Post Reply