Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPI doesn't shutdown when connected to PoE hat #1412

Closed
weshouman opened this issue Jun 14, 2020 · 5 comments
Closed

RPI doesn't shutdown when connected to PoE hat #1412

weshouman opened this issue Jun 14, 2020 · 5 comments

Comments

@weshouman
Copy link

Describe the bug
RPI restarts whenever it gets shutdown when powered through a PoE hat.

To reproduce
Connect PoE hat to the RPI.
Power the RPI.
Shutdown the RPI.

Expected behaviour
RPI shuts down.

Actual behaviour
RPI restarts.

Additional context
A previous solution is found on the forum but not publicly accessible here

@popcornmix
Copy link
Contributor

What model of Pi is it?

@weshouman
Copy link
Author

That's for the PI 4
Note: PI 3B+ doesn't have this issue, based on multiple users on the forum

@popcornmix
Copy link
Contributor

@mitchind
Copy link

That is fixed now for me running latest stable firmware
sudo rpi-eeprom-update
BCM2711 detected
Dedicated VL805 EEPROM detected
BOOTLOADER: up-to-date
CURRENT: Mon 15 Jun 2020 01:36:19 PM UTC (1592228179)
LATEST: Mon 15 Jun 2020 01:36:19 PM UTC (1592228179)
FW DIR: /lib/firmware/raspberrypi/bootloader/stable
VL805: up-to-date
CURRENT: 000137ad
LATEST: 000137ad

@weshouman
Copy link
Author

I confirm that it now got fixed for me too.

Further details

Before Bootloader Update

The previous output of vgencmd bootloader_version was

May 10 2019 19:40:36
version d2402c53cdeb0f072ff05d52987b1b6b6d474691 (release)
timestamp 0

After Bootloader Update

The current output of vgencmd bootloader_version is

Jun 15 2020 14:36:19
version c302dea096cc79f102cec12aeeb51abf392bd781 (release)
timestamp 1592228179

How-to

I gathered the steps for updating the bootloader in this gist

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants