Re: [beagleboard] Disappearing static IP address

2018-02-07 Thread Nahuel Greco
Saludos, Nahuel Greco. On Tue, Feb 6, 2018 at 7:13 PM, Brian Larson wrote: > Hi All, > > I have a project with my Beaglebone Black which needs a static and dynamic > IP. I set up my /etc/network/interfaces file to have eth0 as dhcp and then > added an IP alias of eth0:1 with a s

Re: [beagleboard] Duplex stream for reading and writing commands to /dev/rpmsg_pru31

2017-10-28 Thread Nahuel Greco
m node. That will discard if the problem is in your PRU code. Saludos, Nahuel Greco. On Fri, Oct 27, 2017 at 5:30 PM, Hugh Frater wrote: > I know the stream is transmitting OK, my PRU code reacts as expected to > the messages I'm sending over. I'm going to look at the data in mo

Re: [beagleboard] Duplex stream for reading and writing commands to /dev/rpmsg_pru31

2017-10-27 Thread Nahuel Greco
Smells like the problem is at the nodejs side, maybe you can try not running the node program and cat'ing the device to see if the characters are shown. What's the value of the 'data' received in the callback? Saludos, Nahuel Greco. On Fri, Oct 27, 2017 at 11:05 AM, Hugh

[beagleboard] Prussdrv, Remoteproc, and deterministic execution

2017-10-26 Thread Nahuel Greco
you achieve deterministic execution using remoteproc in some other way? Saludos, Nahuel Greco. -- 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 grou

Re: [beagleboard] Duplex stream for reading and writing commands to /dev/rpmsg_pru31

2017-10-26 Thread Nahuel Greco
doing "cat /dev/rpmsg_pruXX" shows any data? do you have a github repo with a complete sample? Saludos, Nahuel Greco. On Mon, Oct 9, 2017 at 1:11 PM, Hugh Frater wrote: > Does anyone have any experience of working with /dev/rpmsg_pruXX files > from within Node.Js/Bonescript? I