You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found discrepancy on the CrowPi2 specific statements in the config.txt file.
hdmi_force_hotplug=1
max_usb_current=1 <-- This is now deprecated, see note 1 below
hdmi_group=2
hdmi_mode=87
hdmi_cvt 1920 1080 60 6 0 0 0 <-- This specify the aspect ratio = 15:9
hdmi_drive=2
enable_uart=1
gpio=0=op,dl
Note 1: max_usb_current command reference is here.
In addition, I would recommend to add a conditional filter [EDID=*] to keep the CrowPi2 specific statements effective only when using in the CrowPi2.
Open a terminal and run tvservice -n to view the EDID name of the CrowPi2 Display
$ tvservice -n
device_name=RTK-RTK_FHD
Revise the config.txt file content adding the [EDID=*] filter as shown below
It would be safe to define hdmi_group=2 and hdmi_mode=82 in the config.txt file, as it is being reported as the preferred video mode. Rather than to define a custom CVT mode.
I have found discrepancy on the CrowPi2 specific statements in the config.txt file.
Note 1:
max_usb_current
command reference is here.In addition, I would recommend to add a conditional filter [EDID=*] to keep the CrowPi2 specific statements effective only when using in the CrowPi2.
tvservice -n
to view the EDID name of the CrowPi2 DisplayNote 2: The
max_usb_current
andhdmi_cvt
statements are removed and revised respectively.The text was updated successfully, but these errors were encountered: