-
Notifications
You must be signed in to change notification settings - Fork 497
Description
I've been struggling to get a new version / adjusted version of the lighthouse-fpga firmware on the drone (bolt).
We have been trying the following instruction to update the lighthouse deck:
https://www.bitcraze.io/documentation/repository/crazyflie-clients-python/master/userguides/userguide_client/#firmware-upgrade
I have tried:
- An official release
- I took the 2025.02 release from "https://github.com/bitcraze/crazyflie-release/releases/tag/2025.02"
- I extracted the lighthouse.bin
- I edited the file with a hex editor and changed 2nd byte (version) from 6 to 7
- I uploaded it
After restart the console in cfclient still shows:
LHFL: Firmware version 6 verified, booting deck!
- Building my own build
Updating the Makefile in the fpga build to 7:
https://github.com/bitcraze/lighthouse-fpga/blob/master/Makefile
I did confirm that the second byte is indeed 7 after this change.
I uploaded this again, by adding this generated lighthouse.bin version in the 2025.02 and uploaded it.
After restart the console in cfclient still shows:
LHFL: Firmware version 6 verified, booting deck!
Is this a bug, or am I doing something wrong?