Re: [beagleboard] Rom code - payload interface question

2016-08-22 Thread John Syne
Thank you for sharing. Regards, John > On Aug 22, 2016, at 5:11 PM, val wrote: > > > > четвер, 18 серпня 2016 р. 01:49:56 UTC+3 користувач john3909 написав: > I recommend you ask your question on Texas Instruments E2E website > > e2e.ti.com > >

Re: [beagleboard] Re: Monodevelop running terminal commands

2016-08-22 Thread Dror Lugasi
I solved it by changing the permissions to the files i wanted to use.. Thanks! -- 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

Re: [beagleboard] Monodevelop running terminal commands

2016-08-22 Thread Dror Lugasi
I tried to use sudo but it didnt work. Thanks anyway! -- 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

Re: [beagleboard] x15....where is it?

2016-08-22 Thread David Culp
Thanks, I did the same. If anyone else is wondering, just go to their export site and you can order it from there: http://export.rsdelivers.com/default.aspx Now to decide if I want to wait or not. On Saturday, August 20, 2016 at 1:54:21 PM UTC-5, Christopher Hansen wrote: > > I pinged

Re: [beagleboard] Re: Monodevelop running terminal commands

2016-08-22 Thread William Hermans
Heres a quick simple example of command specific sudo usage. http://www.atrixnet.com/allow-an-unprivileged-user-to-run-a-certain-command-with-sudo/ On Mon, Aug 22, 2016 at 11:17 AM, William Hermans wrote: > I'd probably consider using groups. Like I briefly discuss here: >

Re: [beagleboard] Re: Monodevelop running terminal commands

2016-08-22 Thread William Hermans
I'd probably consider using groups. Like I briefly discuss here: https://github.com/wphermans/Bonejs/blob/master/documentation/permissions.md However. sudo can be very specific with commands. So for instance if you wanted a regular user to be able to use apt-get update, and no other apt commands.

Re: [beagleboard] Re: PRU C Project - from device tree to program execution

2016-08-22 Thread William Hermans
Use git . . . On Sun, Aug 21, 2016 at 10:31 PM, wrote: > "apt-get am335x-pru-package" gives me "Unable to locate package" on > Ubuntu 14.04. Has this package disappeared between 2014 and 2016 or do I > need to do something else to get it? > > Thanks, > Ken > > On Monday,

Re: [beagleboard] BBB TPS65217 RTC

2016-08-22 Thread William Hermans
that's probably in the TRM. On Mon, Aug 22, 2016 at 7:24 AM, wrote: > On Saturday, August 20, 2016 at 12:31:01 AM UTC-4, William Hermans wrote: >> >> By the way, you can use /dev/rtc0 just like any other real-time clock. >> Search the internet for "linux how to use

Re: [beagleboard] BBB TPS65217 RTC

2016-08-22 Thread William Hermans
Well actualy, it may be in the datasheet. For the am335x processor. On Mon, Aug 22, 2016 at 9:29 AM, William Hermans wrote: > that's probably in the TRM. > > On Mon, Aug 22, 2016 at 7:24 AM, wrote: > >> On Saturday, August 20, 2016 at 12:31:01 AM UTC-4,

Re: [beagleboard] BBB TPS65217 RTC

2016-08-22 Thread testdataq
On Saturday, August 20, 2016 at 12:31:01 AM UTC-4, William Hermans wrote: > > By the way, you can use /dev/rtc0 just like any other real-time clock. > Search the internet for "linux how to use real-time clock" > Absolutely. I'm familiar with some of this, but became confused recently as to

[beagleboard] Example to use CircuitCo PWM_Cape

2016-08-22 Thread david . masshardt
I am looking for a good example on how to use the CircuitCo PWM_Cape: http://elinux.org/CircuitCo:PWM_Cape I found a lot of tutorials on how to control a single servo connected to a gpio port, but this cape uses I2C to control 32 servos. I also found a python library but also with no

[beagleboard] RE: HOTLIST:::: USC - GC:::::Open to Relocate

2016-08-22 Thread Marketing Softsages
Hello Professionals, Greeting from *SoftSages LLC*. Hope you are doing great. Please find the Updated Hotlist of* “Softsages Technologies Inc”*. If you have any suitable C2C requirements for our consultants please let me know. Send me your job requirements at given marketers Email ID’s.

[beagleboard] Re: Monodevelop running terminal commands

2016-08-22 Thread mickeyf
As a probably better alternative to sudo, you may want to look at 'capabilities', which will allow your code permission for specific actions and against specific object, rather than being root. http://www.linux-tutorial.info/modules.php?name=ManPage=7=capabilities

Re: [beagleboard] Re: PRU C Project - from device tree to program execution

2016-08-22 Thread ken . shirriff
"apt-get am335x-pru-package" gives me "Unable to locate package" on Ubuntu 14.04. Has this package disappeared between 2014 and 2016 or do I need to do something else to get it? Thanks, Ken On Monday, December 1, 2014 at 8:57:52 AM UTC-8, RobertCNelson wrote: > > On Mon, Dec 1, 2014 at 10:42