We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The Quad/Dual boards are equipped with a PWR button. when shutting down the board with
$ halt
The board wakes up again but during runtime nothing happens when pressing this button.
Some details from the i.mx6 hardware dev guide
There is a driver for snvs-pwrkey but seems not activated by device tree.
The text was updated successfully, but these errors were encountered:
Here is a workaround for the issue: http://www.clarenceho.net/2016/05/adding-shutdown-button-to-udoo.html?m=1
Sorry, something went wrong.
I think to add the pwr button working, need to add this during the kernel build : power
No branches or pull requests
The Quad/Dual boards are equipped with a PWR button. when shutting down the board with
The board wakes up again but during runtime nothing happens when pressing this button.
Some details from the i.mx6 hardware dev guide
![udoo-pwr-button](https://cloud.githubusercontent.com/assets/6263439/12972857/d847028c-d0a8-11e5-9092-85815dfbd532.png)
There is a driver for snvs-pwrkey but seems not activated by device tree.
The text was updated successfully, but these errors were encountered: