I'm trying to configure the beaglebone black [wireless version - 4.9.82-ti-r102 #1 SMP PREEMPT] -- running debian 9.3 stretch.
This command works fine in a bash terminal: sudo /usr/sbin/rtcwake -m mem -u -t $(date +%s -d "+2 minutes") I've setup a cron job via sudo crontab -e In it, I have the following line: 10,40 * * * * /usr/sbin/rtcwake -m mem -u -t $(date +%s -d "20 minutes") However, the device is not suspending. What am I doing wrong? How do I debug this? Thanks for your help M -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/c549b44b-07f8-4fd2-8d6b-6f7ce139f611%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
