Hi Raspberry Pi Community,
I have recently set up a Raspberry Pi 5 to run a Jenkins job that executes a .NET C# executable every 5 minutes. The setup works flawlessly when there is consistent activity on the Raspberry Pi. However, I encounter a significant issue when the device is idle for more than 20 minutes: the screen becomes unresponsive and displays a frozen white screen.
1) Configured the HDMI settings in /boot/config.txt as follows:
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=82
2) Disabled screen blanking and power management:
@xset s off
@xset -dpms
@xset s noblank
Despite these configurations, the issue persists. The Raspberry Pi is intended to run headless, but I need it to remain fully functional without freezing, as it is crucial for Jenkins to operate continuously without manual intervention.
Could anyone provide insights or suggestions to resolve this issue? Your assistance would be greatly appreciated.
I have recently set up a Raspberry Pi 5 to run a Jenkins job that executes a .NET C# executable every 5 minutes. The setup works flawlessly when there is consistent activity on the Raspberry Pi. However, I encounter a significant issue when the device is idle for more than 20 minutes: the screen becomes unresponsive and displays a frozen white screen.
1) Configured the HDMI settings in /boot/config.txt as follows:
hdmi_force_hotplug=1
hdmi_group=2
hdmi_mode=82
2) Disabled screen blanking and power management:
@xset s off
@xset -dpms
@xset s noblank
Despite these configurations, the issue persists. The Raspberry Pi is intended to run headless, but I need it to remain fully functional without freezing, as it is crucial for Jenkins to operate continuously without manual intervention.
Could anyone provide insights or suggestions to resolve this issue? Your assistance would be greatly appreciated.
Statistics: Posted by Biju Raymond — Mon May 27, 2024 4:37 pm