xet7 has quit [Ping timeout: 264 seconds]
Shadyman has quit [Remote host closed the connection]
wonko-the-sane has joined #beagle
nparafe has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
nparafe has joined #beagle
xet7 has joined #beagle
wonko-the-sane has quit [Ping timeout: 255 seconds]
starblue has quit [Ping timeout: 256 seconds]
starblue has joined #beagle
vagrantc has quit [Quit: leaving]
wonko-the-sane has joined #beagle
Shadyman has joined #beagle
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
AndroUser2 has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
brook has quit [Ping timeout: 260 seconds]
brook has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
buzzmarshall has quit [Quit: Konversation terminated!]
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
Shadyman has quit [Quit: Leaving.]
wonko-the-sane has quit [Ping timeout: 255 seconds]
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
zjason has quit [Read error: Connection reset by peer]
AndroUser2 has joined #beagle
AndroUser2 has quit [Read error: Connection reset by peer]
Guest41 has joined #beagle
<Guest41> hello all, I have a BB black and I think that i broke it, When i power on the D1 just flick one time and that it. Nothing more. I thought that something is in short and the beaglebone can not start
<Guest41> but how can i find what is broke?
AndroUser2 has joined #beagle
<zmatt> Guest41: if the power led briefly flashes and nothing more, that implies serious hardware damage, typically to the SoC itself
<zmatt> e.g. due to I/O being damaged by overvoltage
<Guest41> ok, it is possible to solve it? I read on an forum about a guy that have an issue with AIN port and fix it by removing FB2  https://community.element14.com/products/devtools/single-board-computers/next-genbeaglebone/f/forum/30610/beaglebone-black-unable-to-power-on
<Guest41> how can i figure where is the problem?
<Guest41> maybe is just a capacitor broken
AndroUser2 has quit [Remote host closed the connection]
<zmatt> Guest41: that guy specifically damaged analog inputs (again, probably due to overvoltage)... disconnecting the adc power supply (by removing FB2) allowed the beaglebone to boot again in his particular case, albeit now without analog inputs
<zmatt> if you have reason to believe you blew up an analog input then you could try the same workaround, but the same workaround does not apply in any other situation
<zmatt> what's happening is that overvoltage on a pin can damage the ESD protection on that pin inside the chip in a way that results in an internal short-circuit of the I/O power supply rail to ground. the PMIC detects the overcurrent that results from this short and immediately powers off
<Guest41> i was trying to use and lcd with an 4.3' lcd cape.. but i moved the lcd connector when it was power on
<zmatt> "moved" ?
<Guest41> disconnect and connect
<zmatt> yeah that sounds like an incredibly bad idea
<Guest41> it is a bad idea :D
<zmatt> an lcd screen requires some relatively high voltages, and those connectors are definitely not designed to be hotpluggable... you probably either caused a brief short between pins or simply connected some pins but not others, either way resulting in a bad voltage spike on some data line or something
<zmatt> that would be my guess
<zmatt> just to confirm, you've tested the beaglebone without the cape?
<Guest41> yes, and i have the same behavior
<zmatt> k, yeah, if there's lines on that connector that go directly to the bbb then I can easily imagine trying to hotplug it could insta-fry the bbb
<zmatt> Guest41: in general, avoid hotplugging things that aren't designed to be hotpluggable
<Guest41> that is a really good advise. but i think is a bit late. It is possible to do something for my bbb. how can i check if there is something in short to gnd? where i suppose to look first?
<zmatt> in this situation it sounds like a waste of time. based on what you've said it seems virtually certain that you've damaged the SoC itself
<zmatt> sorry
<Guest41> it is ok, i did not think that i can fix it. I just want to check.
<zmatt> you could probably confirm which of the on-board power supply rails is getting shorted to ground by measuring these lines with a scope while attempting to power up, but that's already not easy and there's very little you can do with the information
<Guest41> I already try the workaround for AIN port because LCD cape have AIN0-AIN3 connected. But did not help
<Guest41> anyway if the TPS65217 or any other SoC is brocken i don't think i can change it. it is easier to buy other BBB
<zmatt> yeah, I was about to mention that, but if that had no effect then it's a digital I/O that's blown and then there's nothing you can do
<zmatt> not the TPS, the AM3358
<zmatt> the TPS is the PMIC, it generally doesn't fail I think
<Guest41> thank you anyway
Guest4 has joined #beagle
Guest4 has quit [Client Quit]
starblue has quit [Ping timeout: 260 seconds]
brook has quit [Ping timeout: 260 seconds]
brook has joined #beagle
starblue has joined #beagle
brook has quit [Remote host closed the connection]
brook has joined #beagle
vagrantc has joined #beagle
wonko-the-sane has joined #beagle
starblue has quit [Ping timeout: 256 seconds]
wonko-the-sane has quit [Ping timeout: 255 seconds]
starblue has joined #beagle
otisolsen70 has joined #beagle
xet7 has quit [Quit: Leaving]
xet7 has joined #beagle
xet7 has quit [Read error: Connection reset by peer]
Guest41 has quit [Quit: Client closed]
vagrantc has quit [Remote host closed the connection]
vagrantc has joined #beagle
wonko-the-sane has joined #beagle
xet7 has joined #beagle
otisolsen70 has quit [Quit: Leaving]
nick12310 has joined #beagle
<nick12310> Using pru shared memory, what is the highest address I can use? The starting adress is 0x10000, and from what I see there are 12 kB of shared memory. Is the highest address 0x13000?