[beagleboard] Re: RTC's SDA and SCL Resistors

2017-07-28 Thread Greg
There is lots of stuff going on, and it is messy. Check out this link: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=785445 I tried the configuration via udev, but as reported in the above link, it doesn't work. Apparently the only way to get the /dev/rtc link to point to rtc1 instead of

[beagleboard] Re: RTC's SDA and SCL Resistors

2017-07-28 Thread William B
Greg, it's okay. I was able to make the RTC be recognized as rtc1 in the system. Just turned off the BBB, disconnected everything that was connected to the hardware and starts again. I'm sure the RTC module was properly connected to the BBB, so I believe that there could only be some

[beagleboard] Re: RTC's SDA and SCL Resistors

2017-07-28 Thread William B
Greg, I'd just like to prevent the RTC from being updated with the system date and time so that I can even use a script to do this task when I need to. How do I prevent the RTC from being updated automatically? Command response "timedatectl" root@beaglebone:~# timedatectl Local time: Fri

[beagleboard] Blue sagging power on GP0

2017-07-28 Thread Mark A. Yoder
I'm trying to wire an LED and 220 Ohm resistor to one of the GPIO pins on the *GP0* connector of the Blue. I measure 3.3V between the GND and 3.3V pins as I should, but

[beagleboard] Re: RTC's SDA and SCL Resistors

2017-07-28 Thread Greg
Only /dev/rtc0 is going to be updated automatically. /dev/rtc1 is not going to be updated automatically, as far as I can determine, with the Debian distributions as published. You would have to use the config tools to switch from rtc0 to rtc1 and compile a new kernel. So the common scheme you

[beagleboard] Re: RTC's SDA and SCL Resistors

2017-07-28 Thread Greg
Look at the link in /dev/rtc: ls -al | grep rtc If you got it to point at /dev/rtc1, I would very much like to know how you accomplished that! On Friday, July 28, 2017 at 10:09:19 AM UTC-4, William B wrote: > > Greg, it's okay. I was able to make the RTC be recognized as rtc1 in the > system.

[beagleboard] Re: Blue sagging power on GP0

2017-07-28 Thread Mark A. Yoder
I haven't gotten to attaching the LED and resistor across an GPIO pin. This is across the 3.3V power and GND. I hope the 12V supply can handle more than 20ma. --Mark evilwulfie | Fri 28-Jul-17 10:28 AM your LED is trying to use too much current. a IO pin can source 3ma you need very low

[beagleboard] Reading analog in on the stretch (9.1) images

2017-07-28 Thread Mark A. Yoder
How do I read AIN on the latest images? I don't know where to find it in /sys/ --Mark -- 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

Re: [beagleboard] Reading analog in on the stretch (9.1) images

2017-07-28 Thread William Hermans
On Fri, Jul 28, 2017 at 3:18 PM, evilwulfie wrote: > Shame on him. > Just for the record,I did not write that. Ethon Hayon did back in 2012, I'm thinking probably for the white. Same hardware though . . . I know this, because I have a duplicate of his repo on my git, but

Re: [beagleboard] Reading analog in on the stretch (9.1) images

2017-07-28 Thread Robert Nelson
On Fri, Jul 28, 2017 at 4:40 PM, Mark A. Yoder wrote: > How do I read AIN on the latest images? I don't know where to find it in > /sys/ Hi Mark, This is with the Blue right? James' got the ADC tied up in mmap for the Robotic's cape library..

Re: [beagleboard] Reading analog in on the stretch (9.1) images

2017-07-28 Thread William Hermans
On Fri, Jul 28, 2017 at 2:55 PM, Robert Nelson wrote: > On Fri, Jul 28, 2017 at 4:40 PM, Mark A. Yoder > wrote: > > How do I read AIN on the latest images? I don't know where to find it in > > /sys/ > > Hi Mark, > > This is with the Blue right?

[beagleboard] BBB CircuitCo LCD7 Angstrom + WIFI RTL8192EU driver + update headers...

2017-07-28 Thread Paul Lawrenson
Hi, Apologies for appearing dumb but after wasting time I need assistance. CircuitCo LCD7 I've got working well using: uname -a Linux beaglebone 3.8.13 #1 SMP Thu Feb 6 16:19:16 CET 2014 armv7l GNU/Linux lsb_release -a Distributor ID: Angstrom Description:Angstrom GNU/Linux v2013.06 (Core

Re: [beagleboard] BBB CircuitCo LCD7 Angstrom + WIFI RTL8192EU driver + update headers...

2017-07-28 Thread Robert Nelson
On Fri, Jul 28, 2017 at 7:33 AM, Paul Lawrenson wrote: > Hi, > Apologies for appearing dumb but after wasting time I need assistance. > > CircuitCo LCD7 I've got working well using: > uname -a > Linux beaglebone 3.8.13 #1 SMP Thu Feb 6 16:19:16 CET 2014 armv7l

Re: [beagleboard] Adafruit Python library for BeagleBone Blue, naming conventions

2017-07-28 Thread Mark A. Yoder
Drew: Starting work on it now. We'll see how far I get. I just posted an issue on github. Now that I know which end is pin 1 things should go much faster. --Mark On Thursday, July 27, 2017 at 2:22:22 PM UTC-4, Drew Fustini wrote: > > On Thu, Jul 27, 2017 at 8:13 AM, Mark A. Yoder

[beagleboard] Re: Blue sagging power on GP0

2017-07-28 Thread Mark A. Yoder
Well... I found my problem. I was looking at the board wrong. I thought pin 1 was on the left, but it's on the right! Ouch! --Mark On Friday, July 28, 2017 at 10:17:43 AM UTC-4, Mark A. Yoder wrote: > > I'm trying to wire an LED and 220 Ohm resistor to one of the GPIO pins on > the *GP0*

Re: [beagleboard] BB-SPIDEV1.dto conflict with univ-emmc on BBG

2017-07-28 Thread bliedblad
Hi Stefano, Do I understand that you were able to get SPI1.1 (P9_42) working? I can get SPI1.0 working with my BBB by disabling HDMI and loading BB-SPIDEV1 in uEnv.txt. This works with CS0, but this doesn't seem to allow me to use CS1. Any ideas? On Wednesday, June 29, 2016 at 8:54:18 AM