When I started my Pi3 just now, I got a picture of a lightning bolt in the upper right corner of the screen. Could someone please tell me what that means?
Thanks
Doug Byfield
Probably, although I haven't done an rpi-update and looked myself, and the commit doesn't say.RaTTuS wrote:aha so power brownout
6by9 wrote:https://github.com/raspberrypi/firmware ... 52c4a6be83
firmware: arm_display: Add bitmapped icons for warning conditions
See: #367
It would have helped if you'd said you'd done an rpi-update (not recommended these days unless you need the absolute bleeding edge developments and are prepared for the occasional breakage)
Er, yes. There must be thousands of posts on this board to that effect.cliveflint wrote:Good quality cables make a difference.
Code: Select all
stress --cpu 20 --io 20 --vm 6 --vm-bytes 25M --timeout 120s
no, its not a false trigger, the hardware simply detects a brownout at that point (where the GPU, not the CPU, is stressed fully for a short time). Just get a better micro USB cable if you want to keep safe, or simply ignore the problem at your own risk.darksky wrote:I too see this for maybe 2-3 seconds when my RPi2 boots only. Could it be a false positive triggered by something in the boot process? I used stress to max out all CPUs (temp got up to 80C), yet I didn't see this icon again.
Code: Select all
stress --cpu 20 --io 20 --vm 6 --vm-bytes 25M --timeout 120s
+1mahjongg wrote:no, its not a false trigger, the hardware simply detects a brownout at that point (where the GPU, not the CPU, is stressed fully for a short time). Just get a better micro USB cable if you want to keep safe, or simply ignore the problem at your own risk.darksky wrote:I too see this for maybe 2-3 seconds when my RPi2 boots only. Could it be a false positive triggered by something in the boot process? I used stress to max out all CPUs (temp got up to 80C), yet I didn't see this icon again.Code: Select all
stress --cpu 20 --io 20 --vm 6 --vm-bytes 25M --timeout 120s
I see the same thing ONLY when the Pi is booting up. It happens even when booting just the PI with nothing attached. If I run it normally with a breakout cable and several sensors and even 3 backlit LCDs and a servo, I never get the symbol after boot (and I don't have it disabled either). I tried several power supplies including a 5.1V (adjustable) 4A one and I use the recommended Mediabridge cable (and have tried others), but it still comes up for a couple of seconds during boot. I just ignore it because I know there is nothing wrong with the power supply or cable. But still I am curious as to why it displays. I'm pretty sure it did not start doing it until a relatively recent Raspian update. I need to dig out my scope and take a look at the 5V line and see if it's doing anything when the symbol appears.darksky wrote:I too see this for maybe 2-3 seconds when my RPi2 boots only. Could it be a false positive triggered by something in the boot process? I used stress to max out all CPUs (temp got up to 60C), yet I didn't see this icon again.
No, its not a false positive, but even when idle the Pi might be doing something (e.g. talking to a USB device) that increases power consumption slightly.krisvale wrote:I get this lightning bolt for a few seconds, once in a while.
The rpi2 is just sitting idle. Sometimes even with the display blacked out.
This really seems to be a false positive, I wonder if it is disableable?
When it first starts up , the power requirements are a bit higher - all cores running at full tilt until governor kicks in (IIRC), all attached devices being started up etc. Might be enough to ping the detection.Texas-Mark wrote:I see the same thing ONLY when the Pi is booting up. It happens even when booting just the PI with nothing attached. If I run it normally with a breakout cable and several sensors and even 3 backlit LCDs and a servo, I never get the symbol after boot (and I don't have it disabled either). I tried several power supplies including a 5.1V (adjustable) 4A one and I use the recommended Mediabridge cable (and have tried others), but it still comes up for a couple of seconds during boot. I just ignore it because I know there is nothing wrong with the power supply or cable. But still I am curious as to why it displays. I'm pretty sure it did not start doing it until a relatively recent Raspian update. I need to dig out my scope and take a look at the 5V line and see if it's doing anything when the symbol appears.darksky wrote:I too see this for maybe 2-3 seconds when my RPi2 boots only. Could it be a false positive triggered by something in the boot process? I used stress to max out all CPUs (temp got up to 60C), yet I didn't see this icon again.
Edit - Got out my pocket scope and watched the 5V line (on the Pi) during boot up and it never dipped more than a few millivolts.