I recently bought a Zero W. It works well but I have noticed that when it is powered down the LED does not make the 10 flashes that other Pis do. I did comment on this in another thread which was concerned with the fact that initially the LED didn't light up at all on the W but is now fixed. I'd hoped that a developer from the Foundation might make a comment about the missing flashes but there was none.
When I do power down, the LED does turn off, so is it safe to assume that it is then OK to pull the power lead out once this has happened?
Re: Power off on the PiZero W
The Pi 3 B doesn't do the 10 flash thing either does it?NickT wrote:I recently bought a Zero W. It works well but I have noticed that when it is powered down the LED does not make the 10 flashes that other Pis do. I did comment on this in another thread which was concerned with the fact that initially the LED didn't light up at all on the W but is now fixed. I'd hoped that a developer from the Foundation might make a comment about the missing flashes but there was none.
When I do power down, the LED does turn off, so is it safe to assume that it is then OK to pull the power lead out once this has happened?
I think the Pi Zero W, as it uses the same WiFi+BT solution as the Pi 3B, uses a different GPIO configuration, and the LEDs are no longer directly connected to GPIOs but instead via an I2C GPIO expander. It could be that changes what is possible?
(UARTs are also handled differently if you have BT enabled ISTR, as the hardware UART in the BCM SoC is used for Bluetooth, so if you want BT you have to use a software UART for a separate UART connection? Though ISTR that you can disable BT to re-access a hardware UART, which has advantages with stable baud rates when overclocking?)
-
- Posts: 459
- Joined: Wed Sep 25, 2013 8:43 am
- Location: Canterbury, Kent, UK
- Contact: AOL
Re: Power off on the PiZero W
Hi,
Me.
My Pi3 flashes at me when it's safe to power off, with my Zero W the green LED just goes out, I have assumed this is the signal that it's done it's business....noggin wrote:The Pi 3 B doesn't do the 10 flash thing either does it?
Me.
- DougieLawson
- Posts: 40509
- Joined: Sun Jun 16, 2013 11:19 pm
- Location: A small cave in deepest darkest Basingstoke, UK
- Contact: Website Twitter
Re: Power off on the PiZero W
The PiZ PiZC and PiZW only have one LED so it's different to all others. On my PiZ and PiZ with camera I've added a line in /boot/config.txt to change the mode of the LED. I don't know if that's supported on the PiZW.
Have a read of /boot/overlays/README for docs for that dt parameter.
Code: Select all
dtparam=act_led_activelow=on
Have a read of /boot/overlays/README for docs for that dt parameter.
Any language using left-hand whitespace for syntax is ridiculous
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Any DMs sent on Twitter will be answered next month.
Fake doctors - are all on my foes list.
Any requirement to use a crystal ball or mind reading will result in me ignoring your question.
Re: Power off on the PiZero W
My PiZero (not wireless model) does flash its single LED on power down. That's why I was perplexed and slightly miffed that the ZeroW doesn't flash. It's always reassuring to get an ACK for a command and the ZeroW doesn't seem to do that like its non wireless predessor.DougieLawson wrote:The PiZ PiZC and PiZW only have one LED so it's different to all others. .
Re: Power off on the PiZero W
That dtparam solely affects how the linux kernel handles the LED re active lo or hi. It doesn't invert the VPU's notion of the LED's wiring: the power-down flashes are the same on the Zero irrespective of that setting.
I've no idea if the W's lack of the power-down flash sequence is by design, or unintended omission. Maybe it's due to the fact that the Zero has a phantom pwr_led at GPIO35, whereas the W does not.
I've no idea if the W's lack of the power-down flash sequence is by design, or unintended omission. Maybe it's due to the fact that the Zero has a phantom pwr_led at GPIO35, whereas the W does not.
Re: Power off on the PiZero W
Mine just powers off. LED off.
The other thing you could watch for is the USB device. It should go off too, except in the A series where the USB just stays on.
The other thing you could watch for is the USB device. It should go off too, except in the A series where the USB just stays on.
Antikythera
- davidcoton
- Posts: 5663
- Joined: Mon Sep 01, 2014 2:37 pm
- Location: Cambridge, UK
- Contact: Website
Re: Power off on the PiZero W
Except, also, the Zeros, and the A models, and I think some of the early B models, if not all of them.solar3000 wrote:The other thing you could watch for is the USB device. It should go off too, except in the A series where the USB just stays on.
The USB turning off only works on models with a USB hub that includes power control -- B+(?), 2B and 3B do.
Location: 345th cell on the right of the 210th row of L2 cache
Re: Power off on the PiZero W
Hmm. My Pi Zero W flashes it's LED as it's starting up, then the LED turns off. There's no indication that it's on at all. Nor any that it's turned off again.
Re: Power off on the PiZero W
There have been some issues with the firmware not driving the Zero W's LED correctly. The initial release didn't show activity on the LED. The later release did, but doen't show the ten flashes at power down.
It will be fixed. I don't know if the fixed version has been released yet.
It will be fixed. I don't know if the fixed version has been released yet.
-
- Posts: 25182
- Joined: Tue Mar 25, 2014 12:40 pm
- Location: Delightful Dorset
Re: Power off on the PiZero W
There has been a few Raspbian Jessie updates in the last few days.rpdom wrote:There have been some issues with the firmware not driving the Zero W's LED correctly. The initial release didn't show activity on the LED. The later release did, but doen't show the ten flashes at power down.
It will be fixed. I don't know if the fixed version has been released yet.

The information is out there....you just have to let it in.
Re: Power off on the PiZero W
I've updated, and the LED now shows when the Pi's on and off, so that's a great improvement.rpdom wrote:It will be fixed. I don't know if the fixed version has been released yet.
Re: Power off on the PiZero W
In one of the many announcement articles on the release of the Rpi0 W I thought I saw something that said it had a new pad for on/off that the non-W didn't have. But I can't find that article anymore. Is there a new feature/pad on the W? And if so, how do you use it? Thanks in advance for any discussion.
energyi
energyi
energyi
- mahjongg
- Forum Moderator
- Posts: 13557
- Joined: Sun Mar 11, 2012 12:19 am
- Location: South Holland, The Netherlands
Re: Power off on the PiZero W
Simply wait long enough after powering down before pulling the plug, half a minute or so should be safe.
Re: Power off on the PiZero W
I was rather hoping for an authoritative reply to this question from a Foundation member . When a question asking why the LED didn't light at all for the Zero W was asked, the reply in the manner of 'just wait a bit, we'll fix it soon' arrived fairly quickly.
I'm now left wondering whether the absence of flashes is a design feature, or is considered to be a bug and will be rectified at some time in the future.
I'm now left wondering whether the absence of flashes is a design feature, or is considered to be a bug and will be rectified at some time in the future.
Re: Power off on the PiZero W
Following latest download availability appearing a couple of days ago, I sudo apt-get update and ..dist-upgraded my Xero W.
With the latest 4.9 kernel and firmware, the Zero W's led does now flash ten times on power down
With the latest 4.9 kernel and firmware, the Zero W's led does now flash ten times on power down