Troubleshooting HDMI Output on BeagleBone Black: No Signal Issue

Hello guys, I'm developing a digital signage project using the BeagleBone Black (BBB) running a custom Embedded Linux image. The project requires displaying dynamic content on an HDMI monitor. However, the HDMI display is not working, and I am unable to get any output on the screen. I did configure the HDMI output by ensuring that the BBB is set to output in the HDMI port
sudo nano /boot/uEnv.txt
sudo nano /boot/uEnv.txt
In uEnv.txt, I ensured that the needed lines are uncommented or added
optargs="video=HDMI-A-1:1024x768@60e"
optargs="video=HDMI-A-1:1024x768@60e"
I then reboot the system
sudo reboot
sudo reboot
After rebooting, the HDMI monitor still shows no signal, and the screen remains blank.
Solution:
Hey, @Boss lady try using a power supply with a higher current rating, a weak power supply might not provide enough power for HDMI output too. Ensure that your BBB is receiving sufficient power also.
Jump to solution
2 Replies
Sterling
Sterling3mo ago
Hi @Boss lady , in order to address your HDMI output problems, have you considered adjusting the optargs value to "video=HDMI-A-1:1280x720@60e" in the uEnv.txt. Then use dmesg | grep hdmi command to examine boot logs.
Solution
Dtynin
Dtynin3mo ago
Hey, @Boss lady try using a power supply with a higher current rating, a weak power supply might not provide enough power for HDMI output too. Ensure that your BBB is receiving sufficient power also.
Want results from more Discord servers?
Add your server