Closed airopti closed 3 years ago
and in Line 385 of source.mk
says INCLUDE_DIRS+=$(ROOT)/lib/main/eigen
, while $(ROOT)/lib/main/
does not have eigen file
I have make through that and build obj/neuroflight_3.3.3_MATEKF722.hex (932.2 KB) successfully. But the hex firmware can't be freshed into F722-std using BetaFlight Configure tool. What did I missed?
Downgrad Betaflight Configurator form 10.7.0 to 10.6.0 solve this problem. Thank you.
Hey @airopti glad you got it working, thanks for troubleshooting, I'm sure this will be helpful to others. Were you able to flash other betaflight hex files using 10.6.0? I wonder what changed.
The neuroflight documentation has received far less attention than GymFC, please let me know if anything comes up and I'll try to help.
I just checked and I was using version 10.4.1. its surprising to me minor version updates would break flashing of older betaflight versions.
In my test,
betaflight_4.2.5_STM32F7X2.hex
, while not betaflight_3.3.3_MATEKF722.hex
. betaflight_3.3.3_MATEKF722.hex
Hi, Thanks for your excellent work. I am trying to build neuroflight according to your instructions. But I meet some problems when trying build Tensorflow from source with XLA JIT support enable.
I cannot find built
runtime.o, xla_compiled_cpu_function.o
file as mentioned in your thesis. Did I miss something? Could you give me some suggestions, thanks a lot.