Open main menu

Wiki-Orange Pi β

Changes

Orange Pi 5 Plus

118 bytes added, 10:10, 7 June 2023
How to open 10.1 -inch MIPI LCD screen configuration
<li><p>OPi OS Arch image default is not to open the mipi lcd screen configuration. If you need to use the mipi lcd screen, you need to open it manually. The method of opening the mipi lcd configuration is shown below:</p>
<ol style="list-style-type: lower-alpha;">
<li><p>First add the following configuration &gt; in'''/boot/extlinux/extlinux.conf'''</p>{| class="wikitable" style="width:800px;" |-|
<p>[orangepi@orangepi ~]$ '''sudo vim /boot/extlinux/extlinux.conf'''</p>
<p>LABEL Orange Pi</p>
<p>LINUX /Image</p>
<p>FDT /dtbs/rockchip/rk3588-orangepi-5-plus.dtb</p>
<p>'''<span style="color:#FF0000">FDTOVERLAYS /dtbs/rockchip/overlay/rk3588-opi5plus-lcd.dtbo #The configuration that needs to be added</span>'''</p>|}</li><li><p>'''<span style="color:#FF0000">Then restart the OPi OS Arch system</span>'''</p></li></ol>
</li>
<li><p>After restarting, you can see the display of the LCD screen as shown below (default vertical screen):</p></li></ol>
<span id="method-of-rotating-display-and-touch-direction"></span>
 
=== Method of rotating display and touch direction ===