Tool/software: J721E-EVM-9-01-00-06 SDK.
Howdy y'all, I've been working on the SK-TDA4VM, on the J721E-EVM-9-01-00-06 SDK Version. I've gotten my own usecase running, but I want to know what the best way to work with git is.
As per the documentation on the SDK and the getting started guide, either I take out the SD Card and I modify my code, or I connect via SSH through VSCode. So far so good, I've been doing the latter without any troubles, but I'm interested in not just having my progress tied to my local machine where I'm working on.
I want to know what the best practices, and the best way to use git with this board is, because, it is my understanding, that I need to download/save my progress locally, then push it - i.e there is no way to push it directly from the board? Or I set up git natively on the board and push directly from where I am working?
Secondly, what parts of the SDK are most relevant if I am to track my work? The SDK comes with all the necessary files, but another folder named 'filesystem' with the default filesystem and structure I get when connecting to the board itself and working (basically, without my changes).
Thank y'all very much