pietrushnic / rpi-dt-linux

This repository aims to handle all patches required for Raspberry Pi support in upstream Linux kernel.
Other
2 stars 0 forks source link

poweroff leads to restart #9

Open notro opened 9 years ago

notro commented 9 years ago

sudo poweroff/halt doesn't poweroff, but leads to a restart. Maybe the introduction of NOOBS changed the firmware behaviour and upstream never caught that. Annoying when switching SD cards.

ARCH_BCM2835: bcm2835_power_off ARCH_BCM2708: bcm2708_power_off

pietrushnic commented 9 years ago

I can confirm this issue. I switched to TFTP for devlopment purposes, but we should for sure fix this problem. I think that number of changes reach the point in which I should at least try to upstream something. Then I will try to handle next issue.