Pioled on jetbot not displaying stats

The display on my jetbot does not come on every time I boot my jetbot.

It has worked a few times, showing IP address, memory usage, etc. but most of the times it just stays off.

Any suggestions as to how I can diagnose the problem?

Hi, looks like somewhere connecting or power supply unstable. You can check the connectors and input power voltage.

Hi fciampoli,

It may be worth creating an issue here to track a solution

https://github.com/NVIDIA-AI-IOT/jetbot/issues

You can check the error log of the stats service by calling

journalctl -u jetbot_stats >> jetbot_stats_log.txt

This will store the log in “jetbot_stats_log.txt”, and should show any errors the stats display service may have encountered.

Thanks!
John