Other Parts Discussed in Thread: TPS65217
Hi,
In my application I am putting a beaglebone black to sleep and having it wake up using commands such as echo -n "mem" > /sys/power/state and rtcwake -d /dev/rtc0 -m mem -s 5. This works when I have nothing/a few peripherals plugged into the board. Recently I have a put on more peripherals to the gpios and now when it wakes up only the Ethernet lights will come on, and the system doesn't fully wake up. Does this have something to do with peak wake up current or maybe boot pins?
Thanks.