<set_> Oh!
<set_> I know no one really cares but I figured out how, I can almost replicate it, to use WSL2 w/ ext4 on Win 11.
<set_> I saw someone in the forums asking about wsl2 Debian and porting to/from it.
<set_> I could not find it again. It is a hidden message or something now.
ketas has quit [Ping timeout: 244 seconds]
ketas has joined #beagle
akaWolf has quit [Ping timeout: 256 seconds]
thinkfat_ has quit [Ping timeout: 244 seconds]
thinkfat_ has joined #beagle
akaWolf has joined #beagle
demirok has quit [Quit: Leaving.]
AKN has joined #beagle
buzzmarshall has quit [Quit: Konversation terminated!]
AKN has quit [Read error: Connection reset by peer]
k-man has quit [Ping timeout: 246 seconds]
k-man has joined #beagle
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 256 seconds]
dmh has quit [Quit: rip]
rob_w has joined #beagle
ikarso has joined #beagle
mag has quit [Ping timeout: 248 seconds]
mag has joined #beagle
Shadyman has quit [Quit: Leaving.]
demirok has joined #beagle
florian has joined #beagle
buckket has quit [Quit: buckket]
buckket has joined #beagle
demirok has quit [Quit: Leaving.]
brook has joined #beagle
jfsimon1981_b has quit [Quit: Leaving]
jfsimon1981 has joined #beagle
xet7 has joined #beagle
nparafe has quit [Ping timeout: 240 seconds]
nparafe has joined #beagle
buzzmarshall has joined #beagle
jfsimon1981_b has joined #beagle
jfsimon1981 has quit [Ping timeout: 256 seconds]
rob_w has quit [Remote host closed the connection]
Guest9118 has joined #beagle
Guest9118 has quit [Client Quit]
demirok has joined #beagle
vagrantc has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 268 seconds]
brook has joined #beagle
Guest6 has joined #beagle
Guest6 has quit [Client Quit]
florian has quit [Quit: Ex-Chat]
ikarso has quit [Quit: Connection closed for inactivity]
otisolsen70 has quit [Ping timeout: 240 seconds]
demirok has quit [Quit: Leaving.]
xet7 has quit [Quit: Leaving]
demirok has joined #beagle
Guest44 has joined #beagle
akaWolf has quit [Ping timeout: 264 seconds]
<Guest44> I'm trying to use the Adafruit_BBIO.ADC module on my BBB which is running a Buildroot image.  But when I run ADC.setup() it fails with this error: https://pastebin.com/0px1vMVU
akaWolf has joined #beagle
<Guest44> I don't have any capes installed.  Any suggestions as to how to fix it?
<Guest44> It's suggesting there might be a device tree conflict so I decompiled my am335x-boneblack.dtb and the one from Debian (for BBB) and they're nearly identical except for some values in the pinmux@800 section (at line 800 coincidently).
<zmatt> Guest44: the adafruit libs are generally terrible
<zmatt> in this case it's also almost certainly making assumptions that do not hold in your buildroot environment
<Guest44> zmatt, I suppose.  The GPIO portion of it works fine on my BR image.
<Guest44> But those are just digital.
<zmatt> just use the iio python library
<Guest44> Hmm, I'm not familiar with that.  (Goes to look)
brook has quit [Remote host closed the connection]
<Guest44> zmatt, that looks pretty straightforward.  I try it out.  Thanks.
brook has joined #beagle
<zmatt> I've also got some pure-python examples for gpio: https://pastebin.com/1UCnbVNT (minimalistic) and https://pastebin.com/cVHktYPn (more thorough)
<Guest44> The GPIOs are working ok for me, but I might need those so thanks.
brook has quit [Ping timeout: 256 seconds]
<zmatt> sure, whatever works works
<zmatt> I'm personally a fan of using the (non-mainline) gpio-of-helper driver to declare what gpios are to be exprted to userspace, their initial direction (and output level for outputs), and whether userspace may change direction, and then use udev to create symlinks based on their declared name so that userspace doesn't need to know or care about gpio numbers
<zmatt> but your buildroot kernel presumably doesn't even have that driver
<Guest44> I don't think it does, but I'm just using the stock kernel from the beaglebone defconfig.
<zmatt> I don't know anything about buildroot really
<zmatt> the gpio-of-driver is included in rcn's kernels for the beagleboard.org debian releases, it's a really simple driver whose purpose is to do what I just described above, e.g.: https://github.com/mvduin/overlay-utils/blob/master/gpio-demo.dtsi#L23-L73
brook has joined #beagle
russ has quit [Remote host closed the connection]
russ has joined #beagle
azarubkin has joined #beagle
Shadyman has joined #beagle
brook has quit [Remote host closed the connection]
azarubkin has quit [Ping timeout: 252 seconds]
azarubkin has joined #beagle
azarubkin has quit [Client Quit]
johanhenselmans has quit [Ping timeout: 255 seconds]
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
zmatt has quit [Ping timeout: 240 seconds]
zmatt has joined #beagle