What’s the best way to develop of Dragonboard using remote PC?
I am talking about using proper and sophisticated IDEs like Visual Studio, Eclipse, Netbeans and Jetbrains on some desktop PC. The IDE will connect to the dragonboard using SSH, and will build, execute and debug the code. What’s the best practice here?
I tried Visual Studio 2015 (they have some new remote debugging plugin), but it doesn’t work as it doesn’t recognize the aarch64 architecture yet. Are there any similar solutions on different IDEs?