Closed knmcguire closed 1 year ago
So after investigations it seems that any binary file larger than 747776 Bytes fails with the cfloader (getting stuck at 99%), and the classification example is 747792 Bytes large!
This was possible to flash before... so what changed? The docker file itself hasn't changed, but perhaps the autotiler that needs to be pulled with that version is updated somehow?
I also tried this binary file (can be downloaded through the following Google Drive link): https://drive.google.com/file/d/1n7XXOmcSYcQdgXulDZKMPk2j9ynTmhyN/view?usp=sharing
This binary file is a CNN pytorch neural network, quantized by nemo and compiled by dory. It seems that although it is 993KB
large (exceeds 747776 Bytes), it can still be flashed by cfloader. So the file size might not be the issue.
Hmm interesting! Where are you currently with the firmware of the aideck+ crazyflie? release 2022.09 or latest development branch? Will try this binary out soon.
Yes I agree, it would be really weird if the filesize was the case, as it should be able to handle 60 MB or something like that?
Oh wait I see that you answered my question on https://github.com/orgs/bitcraze/discussions/369 already. So your firmware is on commit 5c4261e5a9ff (CLEAN) but you've tried 2022.5 and 2022.9 as well.
hmmmm really strange! The plot thickens... but we need to investigate this more. Thanks for sharing though!
Other examples are
1000 bytes works 2000 bytes fails
Discussed in https://github.com/orgs/bitcraze/discussions/369