Hello,
I downloaded the EZSDK v 7.00 and have been using the precompiled image on a beaglebone black. With this configuration, I've been able to connect to the device using the remote system explorer without any issues.
Since the precompiled image is huge, I built my own distribution using the Arago-project. For some reason, the remote system explorer doesn't work anymore.
All of my tests have used MACHINE ?=beaglbone.
I've built "arago-console-image", and "arago-core-tisdk-image". In each of these builds, I've added ARAGO_EXTRA_IMAGE_INSTALL += "dropbear openssh openssl"
I can run an SSH terminal into the board just fine, it's the sftp that doesn't seem to be working. Are there other software packages I need to install to use sftp?
Thanks!