Comments
-
</code>/bin/date -d '+ 2 minutes' +%s</pre>Fails - invalid date '+ 2 minutes'<br><br><pre class="CodeBlock"><code>ST=$(/bin/date +%s) ST=$(($ST + 180)) works
-
I think it's an other problem. When i use ST=1553675595 // (e.g.) echo 0 > /sys/class/rtc/rtc0/wakealarm echo $ST > /sys/class/rtc/rtc0/wakealarm it work. When using ST=$(date -d '+ 2 minutes' +%s) echo 0 > /sys/class/rtc/rtc0/wakealarm echo $ST > /sys/class/rtc/rtc0/wakealarm it fails. Maybe an problem with the…
-
Thanks a lot for your answer! I forgot some details... I wanted to install Tvheadend, so i installed ffp using your package. On ffp you can use the /ffp/start/ directory to call scripts after start ffp - my autorun on reboot ;) In this script i set the wakeup (i rather prefer on shutdown instead) and add a script-call to…
-
Thank you! I will try to create/install the package. Device driver should't be a problem, i plan to use an AVM DVB-C adapter.