Close

Power button

A project log for Carrier board for the Raspberry Pi Compute Module

This is a carrier board for the Raspberry Pi compute module. Inspired by the StereoPi project and the official carrier board for the module.

matyayMatYay 05/03/2019 at 08:430 Comments

In order to make the power button and power off to work add these lines to the /boot/config.txt The necessary drivers are already in Raspbian:

dtoverlay=gpio-poweroff,gpiopin=40
dtoverlay=gpio-key,gpio=41,label="Power button",keycode=116,active_low

Discussions