I have a Beaglebone Black running the last Debian image and for my current project I need to cross-compile it with Eclipse from my WIndows OS.
In oiorder to get 'acquainted' with the PRUs I'm trying to run the 1.c example included in the libruio library.
--
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 it, send an email to beagleboard...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Ok, I use Eclipse with the gnu arm toolchain. For crosscompiling I'll use cross GCC.
For my C/C++ project I will need to control the ADC sampling vusig the PRUs, so right now I'm still trying to understand how PRUs can be programmed and used using the example in libpruio called 1.c
Personally, I use both dedicated hardware, and virtualized hardware. Both have their attractions. In fact, right now I'm using both, but developing software on an i386 debian virtual machine. Simply because compiling on an i386 Debian virtual machine is faster, and more convenient than dedicated hardware - for the moment.
I still write my code in an editor running in Windows 8.1, and I use samba - So I can treat the files I work with as local files. Except they're not local, they're remote :)
Anyway - No doubt this has created more questions than it answered ?
Ok, I use Eclipse with the gnu arm toolchain. For crosscompiling I'll use cross GCC.
For my C/C++ project I will need to control the ADC sampling vusig the PRUs, so right now I'm still trying to understand how PRUs can be programmed and used using the example in libpruio called 1.c