Difference between revisions of "DSI series screen will have no touch or display when using the latest official 2022-04-04 system of Raspberry Pi"

From LCD wiki
Jump to: navigation, search
(Created page with "最近有些客户反映:DSI系列的屏(4.3寸,5寸,7寸),用树莓派官方最新2022-04-04的系统时,会无触摸,偶尔开机会无显示! '''Reason:'''...")
 
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
最近有些客户反映:DSI系列的屏(4.3寸,5寸,7寸),用树莓派官方最新2022-04-04的系统时,会无触摸,偶尔开机会无显示!
+
{{
 +
lan|cn=http://www.lcdwiki.com/zh/DSI%E7%B3%BB%E5%88%97%E7%9A%84%E5%B1%8F%EF%BC%8C%E7%94%A8%E6%A0%91%E8%8E%93%E6%B4%BE%E5%AE%98%E6%96%B9%E6%9C%80%E6%96%B02022-04-04%E7%9A%84%E7%B3%BB%E7%BB%9F%E6%97%B6%EF%BC%8C%E4%BC%9A%E6%97%A0%E8%A7%A6%E6%91%B8%E6%88%96%E8%80%85%E6%97%A0%E6%98%BE%E7%A4%BA%E7%9A%84%E9%97%AE%E9%A2%98
 +
|en=http://www.lcdwiki.com/DSI_series_screen_will_have_no_touch_or_display_when_using_the_latest_official_2022-04-04_system_of_Raspberry_Pi
 +
}}
 +
 
 +
Recently, some customers have reported that the DSI series screen (4.3 inch, 5 inch, 7 inch) will not be touched when using the latest official 2022-04-04 system of Raspberry Pi, and there will be no display when it is occasionally turned on!
  
 
'''Reason:''' <br>
 
'''Reason:''' <br>
树莓派官方最新2022-04-04的系统,有些配置和DSI系列的屏原来的固件不匹配(最新版本的DSI系列的屏,固件已经更新,不存在这个问题)
+
Some configurations of the latest official 2022-04-04 system of raspberry pie do not match the original firmware of the DSI series screen  <br>
 +
(the firmware of the latest version of the DSI series screen has been updated, so this problem does not exist)
  
'''Solution:''' <br>
+
'''Solution: ''' <br>
1.打开config.txt文件
+
1.Open 'config.txt'
 
{{code|
 
{{code|
 
sudo nano /boot/config.txt }}
 
sudo nano /boot/config.txt }}
Line 11: Line 17:
 
2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d ' <br>
 
2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d ' <br>
 
[[file:DSI系列的屏,无触摸问题-2.png|400px]] <br> <br>
 
[[file:DSI系列的屏,无触摸问题-2.png|400px]] <br> <br>
3.'''Ctrl+X'''准备退出; 按'''Y'''确认,保存;按'''Enter''',退出
 
  
 +
3.Press <'''Ctrl+X'''>, ready to exit; Press <'''Y'''> , confirm to save; Press <'''Enter'''> to exit. <br>
 
4.Restart:
 
4.Restart:
 
{{code|
 
{{code|
 
sudo reboot }}
 
sudo reboot }}

Latest revision as of 14:02, 21 July 2022


语言选择

Languages

➤中文
➤EN


Recently, some customers have reported that the DSI series screen (4.3 inch, 5 inch, 7 inch) will not be touched when using the latest official 2022-04-04 system of Raspberry Pi, and there will be no display when it is occasionally turned on!

Reason:
Some configurations of the latest official 2022-04-04 system of raspberry pie do not match the original firmware of the DSI series screen
(the firmware of the latest version of the DSI series screen has been updated, so this problem does not exist)

Solution:
1.Open 'config.txt'

sudo nano /boot/config.txt 

DSI系列的屏,无触摸问题-1.png

2.Change 'dtoverlay=vc4-kms-v3d' to ' #dtoverlay=vc4-kms-v3d '
DSI系列的屏,无触摸问题-2.png

3.Press <Ctrl+X>, ready to exit; Press <Y> , confirm to save; Press <Enter> to exit.
4.Restart:

sudo reboot