Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread Robert Nelson
On Sun, Mar 12, 2017 at 8:07 PM, 'woody stanford' via BeagleBoard wrote: > OK status report, where I'm at is the dtc compiler I was talking about seems > only to be buildable with a Debian-style installer, which is a deal-breaker > for me because I use stock

[beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
OK status report, where I'm at is the dtc compiler I was talking about seems only to be buildable with a Debian-style installer, which is a deal-breaker for me because I use stock Angstrom. Found another overlay compiler by Pantelis Antoniou, but this one doesn't appear to work either because

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread Jacek Radzikowski
Woody, you sent a spam. If you expect anybody to help you, you must follow community rules. Spamming the list with non-related content is not among them. Jacek On Sun, Mar 12, 2017 at 8:51 PM, 'woody stanford' via BeagleBoard wrote: > Gerald is a mod? Look if you

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread Gerald Coley
Look at what you posted. We are volunteers here and none of us get paid for what we do. I don't care if you buy a board or not. I expect posters to follow the rules and post things that pertain to the forum. Gerald On Sun, Mar 12, 2017 at 7:51 PM, 'woody stanford' via BeagleBoard <

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
Gerald is a mod? Look if you guys want me to buy your board, I expect the tech support to be more friendly than that? Can you remind him this is a business. And maybe get him to fly a moderator banner or something. Thank you (Likes Gerald so wondering what's up) Woody. On Sunday, March 12,

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread Robert Nelson
On Mar 12, 2017 7:11 PM, "'woody stanford' via BeagleBoard" < beagleboard@googlegroups.com> wrote: Moderators could you please remove this post. I haven't a clue what he means by "bye bye" but it doesn't sound all that positive. Thank you. Gerald is the mod, and he's pointing it your previous

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread Gerald Coley
It is not. Please keep what you post pertinent to this forum. Oh, I am the moderator. Gerald On Sun, Mar 12, 2017 at 5:54 PM, 'woody stanford' via BeagleBoard < beagleboard@googlegroups.com> wrote: > Moderators could you please remove this post. I haven't a clue what he > means by "bye bye"

Re: [beagleboard] Re: Is there a way to send an interrupt from userspace to the PRU-ICSS?

2017-03-12 Thread 'Woody Stanford' via BeagleBoard
William, Thank you so much for this information. Will really help for that thread I'm doing on BB. Just trying to get the P8/9 up on my little BBBW. Its nice having a little insight into the internals of them...as much information as I can get, I'm happy about. Not quite finished reading all my

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
On Friday, March 10, 2017 at 3:09:05 PM UTC-7, Gerald wrote: > > Bye Bye!! > > Gerald > > > On Fri, Mar 10, 2017 at 4:04 PM, 'woody stanford' via BeagleBoard < > beagl...@googlegroups.com > wrote: > >> Sweet Fish >> Q: What kind of fish goes well with peanut butter? >> >> A: Jellyfish! >> >>

Re: [beagleboard] Re: on accessing the p8/9 headers

2017-03-12 Thread 'woody stanford' via BeagleBoard
Moderators could you please remove this post. I haven't a clue what he means by "bye bye" but it doesn't sound all that positive. Thank you. On Friday, March 10, 2017 at 3:09:05 PM UTC-7, Gerald wrote: > > Bye Bye!! > > Gerald > > > On Fri, Mar 10, 2017 at 4:04 PM, 'woody stanford' via

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread William Hermans
On Sun, Mar 12, 2017 at 4:58 PM, Jacek Radzikowski < jacek.radzikow...@gmail.com> wrote: > The library does not use sysfs, but mmap. This was one of the most > important reasons why I spent time to write it. > Oh, ok right, I remember that git now. Pretty cool library. However, I'd still argue

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread Jacek Radzikowski
The library does not use sysfs, but mmap. This was one of the most important reasons why I spent time to write it. Jacek. On Sun, Mar 12, 2017 at 7:56 PM, William Hermans wrote: > > > On Sun, Mar 12, 2017 at 4:48 PM, Jacek Radzikowski > wrote:

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread William Hermans
On Sun, Mar 12, 2017 at 4:48 PM, Jacek Radzikowski < jacek.radzikow...@gmail.com> wrote: > Dror, > > a while ago I wrote for myself a small class library which implements > wrappers for gpio, spi, and i2c, and provides simple and user friendly > interface to the application. Take a look at it,

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread William Hermans
err, do also note that the first part of the example given by the person who answered the question probably is no longer needed. In fact that application as is would probably fail on modern beaglebone Debian images. So omit: fs.open("/sys/kernel/debug/omap_mux/gpmc_ad4"); fs << "7";

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread Jacek Radzikowski
Dror, a while ago I wrote for myself a small class library which implements wrappers for gpio, spi, and i2c, and provides simple and user friendly interface to the application. Take a look at it, and see if it will work for you: https://github.com/piranha32/IOoo Jacek. On Sun, Mar 12, 2017 at

Re: [beagleboard] Managing GPIO with C++

2017-03-12 Thread William Hermans
On Sun, Mar 12, 2017 at 5:47 AM, Dror Lugasi wrote: > Hi guys! > > I am writing a program with C++ for the BBB that has some serial ports and > Ethernet communication, and i want to control the GPIO with it. > > At this moment i am able to activate / read / write / and

[beagleboard] Cannot find module socketcan - failing installation of socketcan with npm install

2017-03-12 Thread Piotr C
Hello, I am reading tutorial from: https://github.com/digitalbond/canbus-beaglebone I have run npm install -g socketcan with a following result | socketcan@2.1.3 install /usr/local/lib/node_modules/socketcan node-gyp rebuild gyp WARN EACCES user "root" does not have permission to access

[beagleboard] Hi, How can I use an "4D 7.0 LCD CAPE" with Debian 8.6?, Has someone a working emmc img?

2017-03-12 Thread datronica
I was trying, but I only get a blinking cursor on the LCD I have a Industrial version, but I´ve read that is the same as the beaglebone black -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard"

[beagleboard] Re: Loading .out onto PRU

2017-03-12 Thread Greg
Hi Justyn- There are of course many ways to work with the PRU, but if you want "latest and greatest" that would be via RemoteProc framework. And if you are working with the TI labs, you have already been exposed to it. I don't work with CCS (might in the future as I saw recently there is no

[beagleboard] Managing GPIO with C++

2017-03-12 Thread Dror Lugasi
Hi guys! I am writing a program with C++ for the BBB that has some serial ports and Ethernet communication, and i want to control the GPIO with it. At this moment i am able to activate / read / write / and choose in or out for the digital GPIO, and also read the analog input. I am doing