range Pi User Manual Copyright reserved by Shenzhen Xunlong Software Co., Ltd
322
the corresponding position).
5.5.2. How to open eDP screen configuration
The OPi OS Arch image does not enable the eDP screen configuration by default. If
you want to use the eDP screen, you need to manually open it. The method to open the
configuration is as follows:
a. First add the following configuration in /boot/extlinux/extlinux.conf
[orangepi@orangepi-pc ~]$ sudo vim /boot/extlinux/extlinux.conf
LABEL OPIOS ARM
LINUX /Image
FDT /dtbs/rockchip/rk3566-orangepi-3b.dtb
FDTOVERLAYS /dtbs/rockchip/overlay/rk356x-edp.dtbo #Configuration that
needs to be added
b. Then restart the system
[orangepi@orangepi-pc ~]$ sudo reboot
After restarting, you can see that the display of the eDP screen is as follows:
5.6.
How to install the software
Use the pacman package management tool to install software that is not in OPi OS.
For example, the command to install the vim editor is as follows. If you want to install
other software, you only need to replace vim with the package name of the software you
want to install.