Without the USB cable plugged into a PC, the MangOH goes to sleep.
This can be disabled with:
echo off > /sys/power/autosleep
However, doing this in a script from my application’s .adef
does not happen early enough in boot to prevent sleeping.
What is the recommended way to disable sleep?
CONFIG_PM_AUTOSLEEP
?
Editing an init script?