타이머 - 알람 및 깨우기가 지원되지 않나요?

타이머 - 알람 및 깨우기가 지원되지 않나요?

경고와 관련하여 이상한 문제가 있습니다. 지원되지 않는 것 같습니다. rtc0 타이머는 사용할 수 있지만 알람 시계는 사용할 수 없습니다. 하려고 노력 중

root@w812a_kk:/ # busybox rtcwake -s 10
rtcwake: /dev/rtc0 not enabled for wakeup events
1|root@w812a_kk:/ #

그런 다음 타이머와 경고를 수행하는 코드를 컴파일하려고 하면 잘못된 매개변수가 표시됩니다.

ioctl(fd, RTC_AIE_ON, 0);

또한 wakeup 항목이 누락된 것으로 나타났습니다.

/sys/devices/platform/mt-rtc/rtc/rtc0
/sys/devices/platform/mt-rtc/rtc/rtc0/dev
/sys/devices/platform/mt-rtc/rtc/rtc0/date
/sys/devices/platform/mt-rtc/rtc/rtc0/name
/sys/devices/platform/mt-rtc/rtc/rtc0/time
/sys/devices/platform/mt-rtc/rtc/rtc0/power
/sys/devices/platform/mt-rtc/rtc/rtc0/since_epoch
/sys/devices/platform/mt-rtc/rtc/rtc0/device
/sys/devices/platform/mt-rtc/rtc/rtc0/subsystem
/sys/devices/platform/mt-rtc/rtc/rtc0/hctosys
/sys/devices/platform/mt-rtc/rtc/rtc0/max_user_freq
/sys/devices/platform/mt-rtc/rtc/rtc0/uevent
/sys/class/rtc/rtc0

알람 시계를 활성화하는 방법은 무엇입니까?

고마워요 란

관련 정보