Skip to content

Commit

Permalink
fix(rpi4): fix WiFi stability issues caused by HDMI interference
Browse files Browse the repository at this point in the history
  • Loading branch information
nikAizuddin committed Aug 12, 2023
1 parent 07e23b7 commit e083cc5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions project/yocto/build/conf/multiconfig/raspberrypi4-64.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,12 @@ RPI_EXTRA_CONFIG:append = 'camera_auto_detect=1\n'
#
RPI_EXTRA_CONFIG:append = 'gpu_mem=512\n'

#
# Prevent HDMI signals from interfering WiFi signal.
# Otherwise, the Raspberry Pi 4 WiFi will become unstable with dmesg error message "ieee80211 phy0: brcmf_cfg80211_scan: Connecting: status (3)".
# See https://forums.raspberrypi.com/viewtopic.php?t=254640#p1564389
RPI_EXTRA_CONFIG:append = 'config_hdmi_boost=4\n'

#
# Required to build linux-firmware-rpidistro, but may carry a legal risk. See
# - https://meta-raspberrypi.readthedocs.io/en/latest/ipcompliance.html
Expand Down

0 comments on commit e083cc5

Please sign in to comment.