root@beaglebone:/# echo standby > /sys/power/state echo uart0_rxd.gpio1_10=0x27,rising > standby_gpio_pad_conf echo something.gpio44=0x??, falling > standby_gpio_pad_confWhile your at it, add psuedo watch dog functionality to your MCU, which basically you've already done by following the above proceedures. Add an I2C RTC to the board you made for this automated wake up system described above. As the onboard beaglebone RTC functions, but only while it has power.
--
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 beagleboard+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/ce98bb67-36b6-4d9f-9e00-d9b55fb970e4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to beagleboard...@googlegroups.com.
We're looking for something less external mcu-based in order to exploit all the AM335x capabilities. I would prefer consume a bit more without making the project too complex with programming an external mcu :)
I'm wondering if the BB offers a inner way to sleep/awake or at least the possibility to use the GPIO and the external rtc with the interrupt.
I'm trying rtcwake with 'standby' mode and it's working quite good, but the best (imho) wat would be the 'mem' mode if it's possible to wake it up with the rtc (rtc0 or rtc1).
I'm using an external RTC because I will have possible situations without the access to Internet, like you guessed.