demirok has joined #beagle
demirok has quit [Client Quit]
demirok has joined #beagle
jfsimon1981 has quit [Ping timeout: 244 seconds]
starblue has quit [Ping timeout: 255 seconds]
starblue has joined #beagle
thinkfat has joined #beagle
thinkfat_ has quit [Ping timeout: 268 seconds]
brook has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook_ has joined #beagle
vagrantc has quit [Quit: leaving]
brook has quit [Read error: Connection reset by peer]
brook_ has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Read error: Connection reset by peer]
brook has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 244 seconds]
demirok has quit [Read error: Connection reset by peer]
demirok has joined #beagle
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
Guest46 has joined #beagle
<Guest46> Hi good morning
<Guest46> I want to interface 5 inch touch screen with BB Black board, we got the HDMI working but the touch is not working
<Guest46> its for a Industrial automation work our company is working ON
Guest19 has quit [Quit: Client closed]
Guest46 has quit [Quit: Client closed]
<zmatt> thanks for sharing? I guess he didn't have any actual question to ask
jfsimon1981 has joined #beagle
jfsimon1981 has quit [Read error: Connection reset by peer]
jfsimon1981 has joined #beagle
vigneshr has joined #beagle
demirok has quit [Quit: Leaving.]
ft has quit [Quit: Lost terminal]
demirok has joined #beagle
Shadyman has quit [Quit: Leaving.]
Guest16 has joined #beagle
florian has joined #beagle
<Guest16> Hello, I was wondering what are the main differences between the beaglebone black wireless and the beaglebone green wireless? I am aware they are different in how you can connect to them but are there any chip differences? I could not find any apparent differences from my searches
<zmatt> Guest16: the green wireless has some serious compatibility issues with capes, many of its pins are not usable
<zmatt> the black wireless reused the SoC pins that were previously used for ethernet, while the green wireless inexplicitly left most of those unused and instead sacrificed a bunch of expansion header pins for use by the wifi/bluetooth chip instead
<zmatt> *inexplicably
<Guest16> I see, does it have a different pinout?
<zmatt> I mean it's technically the same pinsout, but a bunch of pins cannot be used for your own purposes because they're already in use by the wifi
<zmatt> it's kinda like a beaglebone with a wifi cape stacked on top
<Guest16> Ah right
<zmatt> https://pastebin.com/Fi8Vh0n5 contains the details
<Guest16> Thank you
<zmatt> and the green-wireless (just like the green) lacks hdmi output
<Guest16> So would you say its better to use a standard black with a cape rather than the green if I've already got a system set up that used the black wireless
<Guest16> Cant find any black wirelesses
<zmatt> I don't really understand that question
<zmatt> if you don't care about hdmi and don't (ever) need the expansion header pins occupied for wifi/bt on the green-wireless, then the green-wireless is fine
<Guest16> Sorry, I had a system set up that used the beaglebone black wireless but it blew. I'm looking to replace it and was thinking if the green wireless was good enough or to use a black wired with a cape
<Guest16> Thank you
<zmatt> well a wireless cape (if you can actually fine one) will surely use at least as many expansion header pins as the green-wireless does
<zmatt> so the only reason to use a black + wifi cape instead of a green-wireless would be if you need both ethernet *and* wifi, or you need hdmi
<Guest16> I see
<Guest16> thank you!
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
Guest16 has quit [Quit: Client closed]
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
jfsimon1981 has quit [Read error: Connection reset by peer]
jfsimon1981 has joined #beagle
starblue has quit [Ping timeout: 264 seconds]
starblue has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
Guest19 has joined #beagle
<Guest19> hello all again. I was wondering if there's a way to use pins on the compatibility header of the BBAI to access serial port (instead of the fine pitch three pin connector next to the USB-C for which I have no connectors handy).
<outrageous> I think the 3 pin connector is debug serial console and I don't think that can be re-routed to GPIO pins
<zmatt> depends on what you mean by that exactly... like, are you trying to just move the linux console to another serial port, or do you want to capture early messages from u-boot?
<zmatt> to use a different serial port for the earliest u-boot messages would require building a custom u-boot
<zmatt> setting the console parameter in /boot/uEnv.txt, along with a DT overlay to setup the necessary pinmux, would allow that serial console to be used as console for linux (and for late u-boot messages I think, not 100% sure)
<zmatt> if you just want to spawn *a* login shell on another serial port, without necessarily making it the console, then that would be even easier
<zmatt> so it all depends on what you actually want
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
<Guest19> early messages from boot (given my boot woes from yesterday). I think given that I don't have access to the system when it doesn't boot, there is no hope of altering uboot
jfsimon1981 has quit [Remote host closed the connection]
<zmatt> if it's not booting at all (no USR leds) then I would also not expect anything on the serial console
jfsimon1981 has joined #beagle
<Guest19> I have a single known good SD card that boots. It's an older image, so I don't want it. I've tried flashing multiple other SD cards, and none boot.
<Guest19> I'm very reluctant to flash that SD card at all
<zmatt> and if you want people to associate your name with previous conversations, you might want to pick something better than "Guest19" ;)
<Guest19> heh. yes this is true.
<zmatt> I wonder if maybe there's just something wrong with those images which didn't get noticed because u-boot from eMMC got used instead
<zmatt> with u-boot on those images I mean
<zmatt> but I can't investigate that right now, I'm off to work, o/
set_ has quit [Remote host closed the connection]
<Guest19> can you confirm uboot outputs to serial? I think the ultimate answer will come from the early boot complaints.
<zmatt> though as a last remark before I go, if you have *some* image you can boot, you could use that to install a working u-boot on eMMC
<Guest19> yeah, that's a good idea. I've wasted a lot of time on this so far and I just need a build box in a cluster to get back up
<Guest19> is there a preferred uboot to flash?
<Guest19> or do I just flash the SD image itself onto mmc?
<zmatt> 1. yes 2. I guess you could try that, or at least copy u-boot (located between the partition table and the root partition), though having a more recent u-boot from rcn-ee may be preferred
<zmatt> maybe rcn-ee can help with this, I really gotta go now
<zmatt> (if he's around)
<zmatt> anyway, afk!
<Guest19> thanks zmatt
zmatt has quit [Ping timeout: 268 seconds]
set_ has joined #beagle
zmatt has joined #beagle
demirok has quit [Ping timeout: 240 seconds]
<rcn-ee> Guest19: i noticed last night, on the bbai, the usr led's are used in the newer branch of u-boot... give it a good 10 seconds before linux boot and takes over usr led blinking..
<rcn-ee> 'are no used' in u-boot..
<rcn-ee> 'are not used' in u-boot..
<zmatt> heh
<rcn-ee> here's the adapter cable for the serial debug... the datasheet has the part's used if you want to make your own.. https://www.digikey.com/en/products/detail/digi-key-electronics/BBCAI/10187731
<Guest19> rcn-ee where can I find a latest emmc image (including uboot) for BBAI?
<zmatt> I don't use the USR leds in my u-boot build for our beaglebones either, but it only takes a second or two before the kernel takes over.... 10 seconds is certainly a long time to see no activity at all
<rcn-ee> Guest19: well i'm uploading one right now, as the ksmbd-tool spammed systemd in 09-01...
<Guest19> (and rcn-ee: I have that debug cable on order)
<Guest19> Ah, great. Can you ping this channel when you are done uploading?
<rcn-ee> it's uploaded.. (cron job this morning)... doc's need me to update.. https://rcn-ee.net/rootfs/bb.org/testing/2022-09-02/bullseye-minimal-armhf/
<rcn-ee> use etcher.io on that am57xx*.img.xz it'll take a good 10 seconds before kernel loads and takes control over usr* leds'..
buckket has quit [Remote host closed the connection]
<Guest19> is there a reason you guys recommend etcher.io other than lower support calls from users?
<rcn-ee> it's gotten to the point, i don't trust users to understand dd. ;)
<zmatt> plus the post-flash verification is very useful to catch flaky cards
<rcn-ee> i forget when we started working with belana, but once they added xz uncompression years ago for our images, they became our default 'go to'..
<Guest19> understood.
buckket has joined #beagle
<rcn-ee> On the am335x/am57xx everything is 'ext4' files except the first 1-4MB of space on the image which is the bootloader at specific memory positions on the image/drive...
<Guest19> ok. And I'm in the process of searching for this, but maybe you can answer directly: does that go straight onto /dev/mmcblk1 or is there some special handling required for emmc flash?
demirok has joined #beagle
<rcn-ee> With Bullseye, i tried to make it simpler for me and users.. One image.. boot into image.. run: ` sudo enable-beagle-flasher ; sudo reboot` to convert a normal to 'flasher'...
<rcn-ee> editing /boot/uEnv.txt was tricky... users got confused when there was two images.. idk.. this will probally also fail.. but at the moment, Bullseye.. only one image to start with..
<Guest19> ok, fyi - from my earlier chat: I have a BBAI which boots from a known good SD card, but refuses to boot from anywhere else. It's vexxing, and because I don't have a serial connection, I can't tell what it's blocking on. The LEDs never come up, which indicates to me (from your above comment) that the uboot complains about something and never drops
<Guest19> into linux boot loader.
<Guest19> My current strategy is to boot using the known good image, and try to reflash the emmc directly. So I do not have the option to do the SD flasher path, unless I misunderstood your point.
otisolsen70 has quit [Quit: Leaving]
<Guest19> I will figure out what is going on in the enable-beagle-flasher
<rcn-ee> zmatt: just thought of something stupid.. what's your thoughts.. on bootup for new users... we have these random usb `enx3403de8d01a5` nodes show up.. could convert the first part to "Beagle"... `enxbealee8d01a5` 'beagle' or 'bone'... ;)
<rcn-ee> Guest19: you can grab the buster 'flasher'... https://rcn-ee.net/rootfs/bb.org/testing/2022-09-02/buster-console-armhf/ am57xx-eMMC...
<rcn-ee> which follows the old 2 images, use /boot/uEnv.txt to convert between the two.. It's just Bullseye, i'm trying to start clean..
demirok has quit [Quit: Leaving.]
demirok has joined #beagle
<rcn-ee> idk, it would only help users who actually look under `ip address`... see it's up, just enable dhcp.. but users who look would already see 2 new interfaces and understand, that's my network connection..
<zmatt> rcn-ee: I wouldn't mess with the randomly generated mac addresses like that, it would just increase the risk of collision. besides, the naming of those interfaces is distro-dependent
brook has joined #beagle
<zmatt> rcn-ee: also, you can't make an "l" nor a "g"
<Guest19> I do have a wish list for the uboot loader, not sure if you guys are using the generic one or a custom one for bb, but turning on at least one USR LED and leaving it solid on when uboot starts would help people not be concerned that the device is bricked.
<rcn-ee> ugh.. forgot about the 'l'... had the 'g' ... yeah too riskly..
<zmatt> I'm assuming the leds not being turned on is a bug/oversight, not a deliberate decision
<rcn-ee> Guest19: yeap, noticed that last night.. don't remember if on the bbai we had the 4 usr led's working in u-boot.. but yeah, i'm going to add that shortly..
<Guest19> I appreciate it.
<rcn-ee> Guest19: on the am335x, the 4 led's load on sequence of certain aspects of loading u-boot..
brook has quit [Ping timeout: 244 seconds]
Guest5051 has joined #beagle
Guest5051 has quit [Client Quit]
johanhenselmans has quit [Ping timeout: 248 seconds]
johanhenselmans has joined #beagle
brook has joined #beagle
johanhenselmans has quit [Quit: johanhenselmans]
<zmatt> rcn-ee: fyi, I just made a git repo for (a new version of) the tiny utility I made for messing with the cortex-a15 cpu power management registers on the am572x: https://github.com/mvduin/omap5-cpu-pm
<Guest19> ok, so that last flasher image you posted  (rcn-ee), has worked. I'm not sure how or what my previous images were not doing right, but as I said LED's will enormously help. (as well as my receiving the serial debug console).
<Guest19> very likely the reason they didn't work was PEBKAC
<set_> I know it all to well!
<zmatt> can confirm, set_ is very experienced with PEBKAC :)
<set_> I like, in fact, so much that I make time for it now.
<set_> "Not to self..."
<set_> Make PEBKAC reality for everyone around me!
<set_> Outside of jokes and funnies, has anyone mastered this edge-ai-apps?
<set_> edge-ai-apps is for the BBAI-64. It seems the docker container for it does not allow for ROS commands.
<set_> Is this something that needs attention?
<rcn-ee> set_: no... stick with teh 'edge_ai' image... https://rcn-ee.net/rootfs/bb.org/testing/2022-09-02/bullseye-xfce-edgeai-arm64/
<set_> Oh.
<set_> Okay.
<set_> I will install it now and see what happens.
<rcn-ee> still working with TI on a good way to 'support' the ROS Docker image (and updates..)
ft has joined #beagle
<set_> Oh! Okay.
<rcn-ee> hosting docker images and pushing updates to end users is fun...
<set_> Ha.
<set_> Docker needs nano.
<set_> Not just cat.
<set_> Anyway, I will try the xfce-edgeai-arm64 image.
<set_> Where are things located on that image?
<rcn-ee> `Docker needs nano` ... in ROS or Debian...
<set_> Debian
<rcn-ee> it's installed...
<set_> VIm is all fun.
<set_> Hmm.
<set_> Right but within the docker container...
<rcn-ee> `nano-tiny`.... yeah, noticed that a few days ago...
<set_> I guess I was w/in the docker container when nano was not working.
<rcn-ee> so 'within' the docker container.. .that's ROS, that's TI's `dockerfile`..
<set_> Aw.
<set_> Okay.
<set_> I got far in the ideas but w/out their location being openly findable, I am stuck.
<rcn-ee> Between our Debian image and TI's edge_ai images, everything is in teh same spot..
<set_> For instance, the wget or curl or whatever (git maybe) from TI's site is unreacheable when I try to go to it online.
<rcn-ee> when you read TI's edge_ai docs, if it's not installed in the Debian image, we don't have it yet..
<set_> Oh. Okay.
<set_> I figured I could just clone their repo as usual and change things.
<set_> Nope.
<rcn-ee> nope...
<set_> Yep.
<rcn-ee> for edge_ai, TI has two modes in there repo... tagged branches, and master..
<set_> Hmm.
<set_> But...is the repo. available to view?
<rcn-ee> master is almost always TI "Internal"... all the branches are public release's...
<set_> Oh.
<set_> Now I know.
<set_> branches...this is something I will wait to attain.
<rcn-ee> With edge_ai all the demo's/etc cost a ton of bandwidth.. so while TI is working on new releases, it's all internal ti servers...
<set_> Aw.
<set_> That makes sense.
<set_> Bandwidth is not free!
<rcn-ee> so for edge_ai stick with production branch/releases/taggs..
<set_> Okay...
<set_> I really have no choice!
<set_> w/ dd, can I call my sd card something that the bbb can understand, i.e. mmcblk1?
<set_> Or is that mkfs?
<set_> Anyway, I need to test it more. I am still just a shrimp in the ocean of shrimp eaters!
* set_ hides in rocks!
<set_> Off to test!
<set_> BBL!
set_ has quit [Remote host closed the connection]
johanhenselmans has joined #beagle
<zmatt> rcn-ee: I've added a README to https://github.com/mvduin/omap5-cpu-pm
<zmatt> if current kernels still default to "requested power state: ON", maybe I should poke tmlind and ask if he knows if there's a good reason for that
<rcn-ee> @NishanthMenon ... ^ ;) or do you want to stay hands off on am57xx . ;)
<rcn-ee> zmatt: i'll package it add it to all buster/bullseye/etc. ;)
<zmatt> I mean, you can always wash your hands afterwards ;)
<zmatt> heh, is that wise?
<rcn-ee> he spends most of his day working on j7+ stuff.. so the am57xx is only like 4-5 years off his radar..
<zmatt> I still have to believe there must be a good reason the kernel is disallowing cpu power management
<zmatt> even though I've not observed any negative effects myself
<rcn-ee> i think part of the problem, i've been terrible at validating mainline on bbai, i've now got 4 nodes setup to do more mainline testing.. first goal is to get the 5.10.x-ti in a much much better shape, then v4.19.x-ti..
brook has quit [Ping timeout: 268 seconds]
<NishanthMenon> Zmatt rcn-ee tmlind will know best on j6/am57x should be on #linux-ti
<zmatt> rcn-ee: can you easily check if the default is still ON on 5.10 at least?
<zmatt> I kinda don't want to bug tmlind with an issue I've not validated on kernels newer than 4.19 ;-)
<rcn-ee> zmatt: Bus error
<zmatt> on a bbai?
jfsimon1981 has quit [Remote host closed the connection]
<zmatt> or bbx15
<rcn-ee> bbai...
<zmatt> ehh
jfsimon1981 has joined #beagle
<rcn-ee> ugh... wrong code-server window...
<zmatt> lol
<zmatt> maybe I should put in a check that it's the right SoC
<rcn-ee> (just flashed a bunch of boards, so i have dozen browser tabs open that look exactly teh same..)
<rcn-ee> that's better... "ON"..
<rcn-ee> 5.10.131-ti-r49
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
<zmatt> thanks!
<rcn-ee> zmatt: packaged as "omap5-cpu-pm", i'm going to add it as as depend to v4.19.x-ti, v5.4.x-ti, and v5.10.x-ti..
<rcn-ee> so it'll get pulled in for all users..
<zmatt> lol, but why?
<zmatt> like, if this thing is appropriate to change, it should just be fixed in the kernel
<zmatt> maybe wait to see if I get an answer from tmlind
<rcn-ee> i'm sensing that might take a while to figure out for old branches.. but as a system tool, it can be installed with no issues..
<zmatt> still I wouldn't recommend shipping or even packaging this
<rcn-ee> okay, it's atleast in the repo for users to play with..
<zmatt> it may be interesting though to set it to RETENTION on your own test boards to see if any weird issues show up
<rcn-ee> i'll do that..
<zmatt> ah, heh, I've noticed one issue at least: it seems to confuse the load average statistic (as shown by uptime)
<zmatt> (at least on 4.19-ti)
set_ has joined #beagle
<set_> Dang it.
<set_> There has to be a trick to making /dev/sdb actually read /dev/mmcblk, right?
<set_> I used insmod and then tried to dd the dang file to /dev/mmcblk.
<zmatt> set_: ???
<zmatt> what on earth are you talking about
<set_> I am saying this...
<set_> How can I create /dev/mmcblk0 or /dev/mmcblk1 when /dev/mmcblk does not exist and how will I make /dev/mmcblk exist?
<zmatt> you don't
<zmatt> your question doesn't make sense
<set_> I know.
<rcn-ee> mmcblk is a special driver for mmc devices, /dev/sdb means the device is using the standard block driver..
<set_> I have /dev/sdb and not /dev/mmcblk.
<set_> Oh.
<set_> Okay...how can I alter the "special driver" from the block device?
<rcn-ee> 1st partition in /dev/sdb is /dev/sdb1 while /dev/mmcblk is /dev/mmcblkp1 otherwise it doesn't matter..
<zmatt> if you're using an sd card reader then sd cards will typicaly show up as /dev/sd<something>
<set_> Right.
<rcn-ee> so other then the extra 'p' you shouldn't care which your using..
<set_> I have a sd card reader.
<zmatt> that's not an issue to be solved, that's simply normal behaviour
<set_> Oh.
<set_> Okay.
<rcn-ee> it's your problem to add the 'p'.. ;)
<set_> Okay, okay. My bad. I figured that w/out /dev/mmcblk1 or other mmcblk devices, I could not install images on the BBB.
<set_> and by the way, w/out using etcher.
<zmatt> just use etcher
<zmatt> especially you :P
<set_> I understand where you are coming from on this one. Trust me.
<set_> I understand completely.
<rcn-ee> set_: if you don't know what your doing... use ecther.io it makes it realy really really simple..
<set_> Fine guys.
<set_> I officially shrimp my way out of this one.
<rcn-ee> with mmc: dd if=./image.img of=/dev/mmcblk0
<rcn-ee> with mciroSD: dd if=./image.img of=/dev/sdb
<set_> Oh!
<set_> Got it.
<set_> I need a larger arm device.
<set_> Power to the players! Ha.
<zmatt> set_: but you shouldn't use dd, use etcher. with dd if you make a typo you'll just end up trashing your computer's HD :P
<set_> I understand. I have been researching its negative effects that "could" happen and that do happen.
<set_> I will just use etcher.
<rcn-ee> set_: ... researching... do it once on /dev/sda and you'll never do it again...
<rcn-ee> learning and dealing with it, is the best way to learn..
<set_> Okay. Okay. I understand where you guys are coming from here. I am not trying to step on shoes or tippy-toe to stardom.
<set_> I thought something and it was incorrect.
<zmatt> rcn-ee: that assumes a person learns rather than doing the same thing again
<set_> Oops.
<set_> and again and again and again. It is like cyclic-syndrome.
<rcn-ee> fond memories of that opps... siting at the pc, thinking.. if reboot this is toast.. grabbing grub/syslinux binaries to repeair the MBR...
<set_> Did you guys find out about grub-repair too?
<set_> "If I just did not do that one deletion, this would not be taking place!"
<rcn-ee> this was 10-12 years ago.. i was at work, it was my main work box...
<set_> Ut oh. So, you learned quickly.
<rcn-ee> yeah, learn by breaking..
<set_> Me...I am skiddish. I learn by ________.
<set_> Whelp. I really should take a break. I need resolve.
CrazyEddy has joined #beagle
GenTooMan has quit [Ping timeout: 255 seconds]
CrazyEddy has quit [Ping timeout: 255 seconds]
florian has quit [Quit: Ex-Chat]
GenTooMan has joined #beagle
CrazyEddy has joined #beagle
shoragan has quit [*.net *.split]
insurgent has quit [*.net *.split]
Epakai has quit [*.net *.split]
insurgent has joined #beagle
shoragan has joined #beagle
Epakai has joined #beagle
vagrantc has joined #beagle
SJFriedl has joined #beagle
Shadyman has joined #beagle
Guest19 has quit [Quit: Client closed]
Guest19 has joined #beagle
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
GenTooMan has quit [Ping timeout: 244 seconds]
zmatt has quit [Ping timeout: 268 seconds]
GenTooMan has joined #beagle
brook has joined #beagle
zmatt has joined #beagle
brook has quit [Remote host closed the connection]
GenTooMan has quit [Ping timeout: 244 seconds]
GenTooMan has joined #beagle
<set_> GenTooMan: Wake up!
<set_> I think I got it.
<set_> So, the updated BBBs have Micro USB?
<set_> or Another Type of USB on the BBB?
<set_> Well, it has 4GB of mem. This is a good sign.
<zmatt> ???
<zmatt> what "updated BBBs" ?
<set_> I thought there were updated types of BBBs?
<set_> I know Rev. C is the latest but Seeed is producing them now.
<zmatt> you mean rev C3 ?
<set_> Oh.
<set_> Maybe.
<set_> I have no clue.
<set_> HOw can I tell?
<zmatt> it has end-user-relevant changes
<zmatt> *no
<set_> Oh.
<set_> Okay.
<set_> *okay
<set_> @zmatt: I see the older image has pwm, all SPI, and other access in /dev/.
<set_> I stopped producing for some reason. I was trying to keep up w/ the keep up.
<zmatt> ??
<set_> Anyway, I need to build another thing.
<set_> I am falling behind.
<zmatt> I have no idea if you're asking me something, or if so what it is you're asking
<set_> What time is it?
<zmatt> ask google
<set_> Ha.
<set_> I got a C3. I am going to shoot it past the moon this time!
<set_> sling like!
<set_> I totally forgot how nice they look when they are out of a fresh package.
<set_> THat Cap, the yellow one...
<set_> Or is that something else?
<set_> Could you guys not make it stick up so high next time?
<zmatt> iirc it's an overcurrent protection thingy for hdmi
<zmatt> not a cap
<set_> Oh.
<set_> diode, therister?
<set_> Anyway, no issue.
<set_> it has ecap0-2.
<set_> I bought littelfuse brand stuff before. I got a thermistor/temp. sensor.
<set_> I handles my funny 3D life.
zjason` has joined #beagle
<set_> Print!
zjason has quit [Ping timeout: 260 seconds]
demirok has quit [Ping timeout: 268 seconds]
<set_> I am affraid to update.
<set_> double f.
* set_ gets left in the past like atari...
nparafe has quit [Ping timeout: 240 seconds]
<set_> rcn-ee: Hey "bro," um. Ugh. Should I use the udev rules that are on the board currently w/ updated images?
nparafe has joined #beagle
<set_> I mean...will that even work?
<set_> I have the 2020 image w/ all the fixings so far, i.e. TTY, PWM, SPI, and it is all in /dev/ currently.
<set_> WHelp, there is one way to find out!
<set_> Just foreseeing the future here. Labor day, set_, weekend? You know!
<set_> Anyway...
<set_> Outside of udev, what may I might need outside of udev when updating images?
<set_> So, things are similar at the least?
<set_> Anyway. Forget it. Time to party! labor day weekend has begun (sort of).
<rcn-ee> set_: udev for what exactly?
<set_> gpio, pwm, spi, uart
<set_> i2c
<set_> for the BBB.
<set_> I was trying to build something a while back, got poop shot, and rerouted my endeavors to something else. Poop shot = nonsensical. But...I was rerouted to other things.
<set_> So, I figured if I could use those tech. peripherals and "mean" it, I think I could finally finish up on this project.
<set_> It is for some drivers in the auto. field.
<set_> I have them still. I am missing one component so far to this day. I think things may be weather ready soon.
<set_> So, I wanted to make sure my breadboard ideas work and are just not creating amplifiers.
<set_> "Like last time!"
<set_> Man, that pissed me off so badly.
<set_> I need three to one. I got a 18 pin chip instead. I only needed a four pin chip.
<set_> I could not get it.
<set_> Still!
<rcn-ee> if you find an actual issue, please let us know..
<set_> Right. Okay.
<zmatt> meanwhile, if you just want a video of a cute tiny baby-octopus, here ya go... https://www.youtube.com/watch?v=p4ungyAbebY
<set_> Stop it!
<set_> Off to look.
<set_> Life at its finest dear mateys.
<set_> I know. I know I chat about nonsense a lot. Please forgive me. But...there is a song that I would like GenTooMan to hear. Please.
<set_> Please just let me link this song.
<set_> it is a literal thing that should have not happened. A lot like me but it is worse.
<vagrantc> /16/17
vagrantc has quit [Quit: leaving]
<set_> GenTooMan: If you can watch this entire video, hats off! https://www.youtube.com/watch?v=GI41EE8VFZg
<set_> Okay. Back to the BBB and udev.
<set_> Okay. So, everything is in /dev/bone/
<set_> You guys rule again.
<set_> in /dev/bone/pwm/0/, there is an 'a' and a 'b'. So, does this mean there are a total of six pwm instances I can use?
<zmatt> each of the three ehrpwm devices has two outputs
<set_> Oh...okay. Does that mean that...off to read more.
<GenTooMan> set_, at least you aren't singing the song that never ends ... :D
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
<set_> Thankfully, your you and everyone else (this includes me too).
<set_> It is okay but they talk about another board. Luckily, it is specific and general.
<set_> They have some nice info. in it.