Replies: 1 comment
-
Agreed. We can also remove the NRF firmware submodule and potentially the one for the radio (the radios still ship with the older firmware by default, so upgrading is mandatory, but it is the latest official radio firmware at least). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Most Crazyswarm users won't need to modify the firmware (I think?), but
build.sh
will fail unless the user has the ARM cross-compiler set up correctly (see e.g. #390).I believe the firmware build in
build.sh
is an artifact from when we had a custom fork of the firmware. We could remove it.We still need to include the firmware as a submodule for the python bindings, but in most cases users should never need to build the full ARM binary.
Beta Was this translation helpful? Give feedback.
All reactions