Hi,
Is there some way to share part of the Edison's filesystem with a host PC which it's connected to?
I'm looking for a way to write code in something which is closer to Notepad++ / TextMate or even some IDE instead of vi. If this is possible I'd like to avoid mounting a remote SSH filesystem as I've previously had pretty bad experience with setting that up on OSX.
I've tried to add a file to the "Edison" mounted volume and later finding it via find / -name 'find-me.txt' to see where the folder resides but it seems that Yocto doesn't have access to this folder or did I miss something?