Now it initializes correctly after reformatting it to Fat32, thank you! I still do not really know how to set the usd.logging variable to 0 in the firmware. But I can do it from the Python scripts I am running and start and stop, which I hope will work fine (now I did it manually with cfclient). Tha...
It is formatted with the exFAT file system it seems.
I can create and modify files on it like I can any other place it seems (from the File Explorer). Or do you mean I should try to write/read with some code, like creating a Python script to write something to it?
Thank you for your answer :) I had not realized I could see so much from the cfclients console. I had mainly flown it with the python scripts as I don't have a controller I can use in the VM. Looking at the console print outs one can see that the initialization fails. I tried adjusting the mount of ...
Hello! I am trying to instrument the firmware code and log time stamps onto a uSD card. Primarily I want to use the Event trigger framework to log things in the stabilizer.c file. I have a few problems which I would be very grateful if anyone could help me a bit with. 1) The guide https://www.bitcra...
Hello again! I got a bit further since the last post. As it seemed the problem was with cflib I tried to navigate to its source folder and install it with "pip3 install -e .". First it was a problem that my pip was not upgraded, so I upgraded it. Then it did not work due to some permission...
I really appreciate this thread, I had the exact same problem. But for me I still had problems even after this. The "make all" command now works perfectly, but "make cload" now gives an error: make cload python3 -m cfloader flash cf2.bin stm32-fw Traceback (most recent call last)...