Turtlebot 3 - Waffle … Joule - after installing Joule following the official documentation (Ubuntu 16.04 LTS) : everything works fine…problem: Joule stops working/running after approx 10min up - independently if operated on 12V/3A external power supply or with the battery provided with the Turtlebo3 kit. Logs don’t show any weird symptoms…
Tnx Ilia for the hint…checking continously temp via /sys/class/thermal zones 0-7 - max. 45C … assuming that isn´t the root cause. Keep on digging…Best ml
…quick update: if you push the Power button (SW2) the “stalled” system recovers - even the Unix sessions…
…did I miss something here - kind of “sleep mode” / hibernation mode - some BIOS settings?
Interesting. Our bot was doing the same thing, with symptoms just like a software crash, so that’s what I assumed. Maybe it is going into a sleep mode of some sort.
Have you checked to see if there are settings within Ubuntu 16.04 for screensaver or power savings?
You should also check if you can update to the latest Linux kernel.
If you can type uname -r in the terminal on your Intel Joule and post the output, I may be able to load up my Intel Joule with your versions and check to see if I encounter the same issue.
Please keep us updated on any other efforts you may try.
-> unix processes will not get stopped/suspended anymore -> seems ok !
-> issue: every 30min the network manager gets a request to “sleep” (syslog) -> wifi connection goes down
-> can’t restart it automatically (service network-manager restart - nmcli network on - ifup -a)
No clue what causes the request for network manager to sleep…given that it is reproducible it seems a “feature”. Any idea how to tackle it? Seems I didn’t disable all “power saving” options (or what soever causes the nm shutdown…) - can’t find anything on the net that fixed it…
SOLVED: guess the “GUI” environment triggered the request to sleep after 30min - given that I run the Joule headless: disabling “Gnome” and “lightdm” did the trick - system up and running for hours (didn’t reverse the masking of sleep, suspend, hibernate, hybrid…)
Thank to all of you for the hints - Best Michael