Other Parts Discussed in Thread: AM3354
Hi,
We have requirement from customer It must be possible to program two wake up times to the internal Realtimeclock and system should wake up on two alarms (alarm1 and alarm2) triggers.
Below is the our environment setup,
Board: Custom made
Processor: AM3354
SDK: 7
Linux :3.12
I have referred the below link for rtc wake up alarm

The below command is working perfect . The system is waking from standby mode after 5 sec.
rtcwake -d /dev/rtc0 -m standby -s 5
My question is which alarm is used for wake up? If it does with alarm1, how we can implement with alarm2?
Regards
Durai