crazymax has quit [Remote host closed the connection]
starblue1 has quit [Ping timeout: 252 seconds]
starblue1 has joined #beagle
<vd>
what is the &ldo3_reg device tree node?
the_person48 has quit [Quit: Client closed]
Shadyman has quit [Ping timeout: 268 seconds]
Shadyman has joined #beagle
Shadyman has quit [Ping timeout: 268 seconds]
waldo323_ has joined #beagle
Shadyman has joined #beagle
waldo323 has quit [Ping timeout: 268 seconds]
russ has quit [Remote host closed the connection]
buzzmarshall has quit [Quit: Konversation terminated!]
GenTooMan has quit [Ping timeout: 260 seconds]
GenTooMan has joined #beagle
set_ has quit [Read error: Connection reset by peer]
set_ has joined #beagle
blech has joined #beagle
russ has joined #beagle
Shadyman has quit [Remote host closed the connection]
CrazyEddy has joined #beagle
<zmatt>
v
<zmatt>
vd: one of the regulators of the pmic, specifically the one for vdd_1v8 (the main 1.8V supply)
otisolsen70 has joined #beagle
ikarso has joined #beagle
florian has joined #beagle
blech has quit [Ping timeout: 268 seconds]
vd has quit [Ping timeout: 256 seconds]
giort has joined #beagle
blech has joined #beagle
iobus has joined #beagle
giort has quit [Ping timeout: 268 seconds]
giort has joined #beagle
the_person48 has joined #beagle
<the_person48>
hi guys, I am running debian 9.5 on a beaglebone black rev C. I am working on setting up a boot overlay for the GPIO and other pins. I cloned overlay-utils and show-pins from github to do the overlay, and check the configuration, respectively
iobus has quit [Ping timeout: 260 seconds]
<the_person48>
the overlay seems to be working! however, when I then added udev rules to name the gpio and adc pins in /dev, I encountered two issues:
<the_person48>
1) the names for the gpio pins are screwed up--they are mostly not the names I gave them, and the total number is wrong as well
<the_person48>
2) the adc pins don't show up at all for some reason
<the_person48>
I was wondering if anyone knew why either/both of these might be occuring?
<the_person48>
here are my udev rules. in /etc/udev/rules.d:
<the_person48>
this is my dtsi overlay, which I compiled using overlay utils "make new_boot_overlay.dtbo", compiled succesfully: https://pastebin.com/GCRw9E0m
<the_person48>
notably, the gpio names seemed to be working better before I gave them the physical pin names (P8_24, P9_15, etc.)
<the_person48>
so possibly this is part of the problem? not sure
ikarso has quit [Quit: Connection closed for inactivity]
vd has joined #beagle
giort has quit [Ping timeout: 265 seconds]
giort has joined #beagle
giort has quit [Remote host closed the connection]
giort has joined #beagle
waldo323__ has joined #beagle
waldo323_ has quit [Ping timeout: 268 seconds]
<the_person48>
update: I tried changing the names on the overlay to PP8_24, PP9_15, and now the /dev/gpio directory contains these names
<the_person48>
seems like there's something that doesn't want me to name them the physical pin names? Is there a way around this? Because I do want to refer to them by P8_24, P9_15, etc., later in the file tree
<the_person48>
despite the overlay. they were named that before the overaly
<the_person48>
also the /dev/adc pins are still not showing up; no adc/ directory in /dev
giort has quit [Quit: giort]
<the_person48>
do I need to uncomment the: #disable_uboot_overlay_adc=1
<the_person48>
line in /boot/uEnv.txt or something along those lines?
the_person48 has quit [Ping timeout: 256 seconds]
florian has quit [Quit: Ex-Chat]
otisolsen70 has joined #beagle
otisolsen70_ has quit [Quit: Leaving]
russ has quit [Ping timeout: 252 seconds]
vd has quit [Quit: Client closed]
vd has joined #beagle
russ has joined #beagle
vagrantc has joined #beagle
the_person48 has joined #beagle
<the_person48>
sorry lost connection but back now
<the_person48>
(for about the last hour)
buckket has quit [Quit: buckket]
buckket has joined #beagle
<the_person48>
also, I noticed that I'm missing P8_3 in my /dev/gpio directory
<the_person48>
even though I have it defined analagously to the others (that are all working) in the overlay, like this:
<the_person48>
although I changed all the names to be like "PP8_4" instead of "P8_4" cause I'm still encountering weird issues with the pins having the wrong names in /dev/gpio otherwise