[beagleboard] Re: Accessing BeagleBoard features through Mono runtime on Ubuntu for C# development

2014-09-12 Thread Peter Gregory
The mono runtime for arm hard float isn't packaged with Ubuntu 14.04 ( last time I checked ). It's been a while since I tried to get mono apps running on BBB, so my info may be out of date. I've seen posts where people have been able to download the mono runtime source and compile it. Arch

[beagleboard] Re: Accessing BeagleBoard features through Mono runtime on Ubuntu for C# development

2014-09-11 Thread mickeyf
doesn't support? Doesn't come pre-installed, perhaps. What's not to support? On Wednesday, September 10, 2014 7:08:48 AM UTC-7, Peter Gregory wrote: What version of Ubuntu are you running? I believe 14.04 doesn't support mono. -- For more options, visit http://beagleboard.org/discuss ---

[beagleboard] Re: Accessing BeagleBoard features through Mono runtime on Ubuntu for C# development

2014-09-10 Thread Peter Gregory
What version of Ubuntu are you running? I believe 14.04 doesn't support mono. -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from

[beagleboard] Re: Accessing BeagleBoard features through Mono runtime on Ubuntu for C# development

2014-07-24 Thread mickeyf
What do you need / are you looking for exactly? You can certainly use the regular file system access to manipulate the GPIO, the serial ports, etc. This works fine. If you need access that is more direct than this, or higher performance, you'll probably have to develop it yourself. I don't