Welcome
|
FAQ
|
Downloads
|
Wiki
Tiny Core Linux
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
Raspberry Pi port,
piCore-15.0
is available!
Home
Help
Login
Register
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
dtoverlay not working
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: dtoverlay not working (Read 1979 times)
wesley1
Newbie
Posts: 5
dtoverlay not working
«
on:
August 06, 2020, 01:46:58 AM »
Hi, I wasn't able to get dtoverlay to work in tinycore. Although the same modification to the config.txt file works in raspbian.
This is what I am trying to add
dtoverlay=gpio-shutdown
Logged
Paul_123
Administrator
Hero Member
Posts: 1243
Re: dtoverlay not working
«
Reply #1 on:
August 06, 2020, 07:56:14 AM »
That overlay does nothing without something monitoring the kernel events.
If you read this,
https://github.com/raspberrypi/linux/blob/8ae5f3e1ecf0c41cb788d90c048a10c27e8aaa02/arch/arm/boot/dts/overlays/README#L860
You will notice it only generates keyboard event. Almost none of the commands Listed in that help doc will work under piCore, you will have to make a variant of the udev rule to call a shutdown script, or just make a little program to monitor kernel keyboard events.
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
Tiny Core Linux
»
Tiny Core Base
»
Raspberry Pi
»
dtoverlay not working