vagrantc has quit [Quit: leaving]
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
brook_ has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 256 seconds]
brook has joined #beagle
brook has quit [Ping timeout: 260 seconds]
brook has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
wonko-the-sane has quit [Ping timeout: 255 seconds]
wonko-the-sane has joined #beagle
starblue1 has quit [Ping timeout: 256 seconds]
starblue1 has joined #beagle
Shadyman has joined #beagle
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
aussetg has quit [Remote host closed the connection]
aussetg has joined #beagle
johanhenselmans_ has joined #beagle
johanhenselmans has quit [Ping timeout: 252 seconds]
johanhenselmans_ is now known as johanhenselmans
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 256 seconds]
wonko-the-sane has quit [Ping timeout: 255 seconds]
wonko-the-sane has joined #beagle
buzzmarshall has quit [Quit: Konversation terminated!]
otisolsen70 has joined #beagle
otisolsen70 has quit [Remote host closed the connection]
otisolsen70 has joined #beagle
rob_w has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
Shadyman has quit [Remote host closed the connection]
johanhenselmans has quit [Ping timeout: 260 seconds]
florian has joined #beagle
johanhenselmans has joined #beagle
wonko-the-sane has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
ft has quit [Quit: leaving]
starblue1 has quit [Ping timeout: 260 seconds]
starblue1 has joined #beagle
Parduz has joined #beagle
OP has joined #beagle
<OP> Hi all, developing a custom beagle bone board (based on OSD3358-512M-BSM) to make it fiber-ethernet ready. Most of my questions are already sorted out. What I'm currently fiddling with is the eMMC. Never had one in my designs. Question is what to consider when selecting it (there are tons with the distributors). Size, clock-rate, ... Special
<OP> (in)-compatibilities with the OSD3358...?
<zmatt> OP: mainly just size and price... there might also be variations in performance and/or reliability features (e.g. SMART-like monitoring)
<OP> Thanks zmatt. Took BeagleBoneBlack as reference and it has a 4GB Kingston which is not available. Is 4GB a sensible value then? 32 is common what I see and acceptable in price.
<zmatt> OP: that's up to you and your application... we only use about half a gig of space on our production devices
<OP> How much the operational system will use from the eMMC (a common debian)?
<zmatt> that doesn't have an answer, it's completely dependent on what you're going to install on it or use it for
<OP> Sure.
<OP> Not planing to store any data. Using network mounts here. It is basically the default debian running Python scripts. Nothing more.
<zmatt> even "default" depends on what image you use... the iot image needs a fair bit of space because it's crammed full of crap that may be of use to some users
<OP> OK. So just for OS and applications I should be safe with 32G I guess then. With our prototype we used a BBBlack with a debian image around 3GB in size when I recall correctly. Some apps installed already.
<zmatt> 32G sounds like an excessive amount of space, but if that's the cheapest you can find then sure
<OP> Kay, thanks!
<OP> Regarding the power supply. I see the OSD3358-512M-BSM can be operated by a supply as low as 3.7V. Unfortunately not lower (3.3V) right?
<zmatt> OP: tps65217 recommends a supply of 4.3-5.8V, if you're going to use USB it should be 4.75-5.25V (i.e. 5V ±5%)
<zmatt> unless you mean VIN_BAT, which is for a li-ion/lipo cell specifically (not just any random power supply)
<zmatt> and 3.7V is not its minimum... I'm not sure what the minimum is, at some point the 3.3V supplies will start to lose regulation
<zmatt> if you do intend to run from a battery, beware that it comes with a bunch of caveats (e.g. the SYS_VDD1_3P3V of the OSD3358-SM should not be used in that case)
<OP> I was referring to the VIN_BAT pin. We did some experiments with that pin. I remember the chip needed AC/USB power to boot but could later be switched to the BAT power. Guess we will need to go with AC/USB then.
<OP> Could not get it working properly.
<zmatt> it doesn't need AC/USB to boot, but you do need to press the power button to power on if on BAT only
<zmatt> and if both BAT and AC/USB are present it will try to charge the battery via BAT
<OP> It needed a edge there, you are right!
<OP> It needed an edge there, you are right!
<OP> This would have need to be emulated then (so the button press).
<zmatt> also beware that BAT remains connected to SYS_5V even while the device is powered off
<OP> Yes, thanks!
<zmatt> and again, do not use SYS_VDD1_3P3V for anything if you're using BAT
<zmatt> and of course USB will not work and should be disabled in DT
wonko-the-sane has quit [Ping timeout: 255 seconds]
<zmatt> (USB host port I mean)
wonko-the-sane has joined #beagle
Guest28 has joined #beagle
Guest28 has quit [Client Quit]
<OP> With the power manager on the BBBlack there was another issue. It's default settings (which could not be changed) was to have a lower voltage threshold of something around 3.5V (on the VIN_BAT). This setting could be change during runtime but would fall back on a power cycle (volatile).
<OP> Thats why we could not boot it with 3.3V on VIN_BAT.
rob_w has quit [Remote host closed the connection]
OP has quit [Ping timeout: 260 seconds]
brook has joined #beagle
jfsimon1981_b has quit [Read error: Connection reset by peer]
wonko-the-sane has quit [Ping timeout: 255 seconds]
Guest25 has joined #beagle
Guest25 has quit [Client Quit]
<zmatt> 3.3V on VBAT would also result in the 3.3V supplies being out of regulation, resulting in potential stability issues
wonko-the-sane has joined #beagle
<zmatt> you're not going to get 3.3V out of an LDO when you supply it with 3.3V on its input
<zmatt> it'll just turn into a resistor, resulting in voltage fluctuations as the current draw varies
Parduz has quit [Quit: Client closed]
jfsimon1981 has quit [Remote host closed the connection]
jfsimon1981 has joined #beagle
florian has quit [Quit: Ex-Chat]
mag has quit [Remote host closed the connection]
mag has joined #beagle
behanw has joined #beagle
ft has joined #beagle
vagrantc has joined #beagle
xet7 has quit [Ping timeout: 260 seconds]
xet7 has joined #beagle
xet7 has quit [Remote host closed the connection]
xet7 has joined #beagle
otisolsen70 has quit [Quit: Leaving]
ikarso has joined #beagle
buckket has quit [Quit: buckket]
buckket has joined #beagle
vagrantc has quit [Quit: leaving]
vagrantc has joined #beagle
<set_> -Wall is a miracle w/ the BBB!
<set_> I was having a set_ moment. Luckily, www.
ikarso has quit [Quit: Connection closed for inactivity]
<set_> Hey, I think you guys handled the pwm functionality in a file somewhere on the BBB. I say this b/c I see the polarity and enable is already located on the BBB in /dev/pwm/ but the sysfs files are there too, e.g. w/out me making the files available.
<set_> I never gave up on making PWM work. For instance, I know it works. It does. But...in .c files along w/ a .h or many .c files, it takes some research.
<set_> I think...blah.
<set_> I mean...blah. Did someone already make the pwm functionality available on the BBB w/ kernel 4.19.x and 5.10.x so people do not bug you all about it?
<set_> I ask b/c it is way more interesting than once thought... at first, it was a hassle. Now, it is totally awesome!
<set_> See. i have a dislocated mindset here, i.e. as I do/did not know of this fact being real. I just thought it was a given. NOt so!
<set_> sometimes w/ the sysfs interface, things need to be allocated to it in userspace or even beforehand like w/ the images available.
<set_> Hello?
doppo_ has quit [Ping timeout: 255 seconds]
<set_> It is me...
doppo has joined #beagle
* set_ says hey you!