redrathnure / armbian-mkspi

Armbian Linux Build Framework
https://www.armbian.com
GNU General Public License v2.0
80 stars 13 forks source link

Need help adding kernel config #4

Closed gaby64 closed 1 year ago

gaby64 commented 1 year ago

What happened?

I need to enable these kernel configs for gpio-poweroff

CONFIG_POWER_RESET_GPIO CONFIG_POWER_RESET_GPIO_RESTART

How to reproduce?

I tried setting them to =y in config/kernel/linux-rockchip64-current.config but that didnt work.

What am I missing?

This is the build command I used:

./compile.sh BOARD=mkspi BRANCH=current RELEASE=bullseye BUILD_MINIMAL=no BUILD_DESKTOP=no KERNEL_CONFIGURE=no COMPRESS_OUTPUTIMAGE=sha,gpg,img

is it as simple as changing KERNEL_CONFIGURE to yes in the command?

Branch

other

On which host OS are you observing this problem?

Bullseye

Relevant log output

No response

Code of Conduct