Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config_hdmi_boost below 5 is not working #1921

Open
mrittler opened this issue Oct 7, 2024 · 1 comment
Open

config_hdmi_boost below 5 is not working #1921

mrittler opened this issue Oct 7, 2024 · 1 comment

Comments

@mrittler
Copy link

mrittler commented Oct 7, 2024

Describe the bug
I would like to reduce the signal strength of the HDMI interface via config_hdmi_boost to reduce EMC emissions. According to the documentation the minimum value for config_hdmi_boost is 0 and the maximum is 11. But values below 5 seem to be ignored and instead the default value of 5 is used.

To reproduce

  • add config_hdmi_boost=0 to /boot/config.txt
  • reboot
  • run vcgencmd get_config int and check the value of config_hdmi_boost

Expected behaviour
config_hdmi_boost=0

Actual behaviour
config_hdmi_boost=5

System

  • Raspberry Pi CM3+
  • Custom Linux distribution
  • firmware version: Aug 26 2022 14:04:36 102f1e848393c2112206fadffaaf86db04e98326
  • Linux kernel: 5.15.34-v7
@popcornmix
Copy link
Contributor

I've had a look at the code. On CM3+ the default config_hdmi_boost is 5.

You can increase it by specifying a new positive config_hdmi_boost value.

But reducing it requires a negative setting.
config_hdmi_boost=-1
should get you 4.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants