Difference between revisions of "How to Config Multi-Display RK3568"
Yunjin.jiang (talk | contribs) |
Yunjin.jiang (talk | contribs) |
||
Line 1: | Line 1: | ||
RK3399 has 3 VPorts. | RK3399 has 3 VPorts. | ||
− | [[File:RK3568 Vport.png]] | + | [[File:RK3568 Vport.png|RTENOTITLE]] |
− | RSB-4810 surport 4 types display : eDP、LVDS、HDMI、MIPI. | + | RSB-4810 surport 4 types display : eDP、LVDS、HDMI、MIPI. |
'''Note:''' | '''Note:''' | ||
Line 28: | Line 28: | ||
Then you can input the following cammand to config Multi-Display. | Then you can input the following cammand to config Multi-Display. | ||
− | {| border=" | + | {| border="1" cellpadding="0" cellspacing="0" width="494" |
− | |- | + | |- |
| height="20" width="72" | Module | | height="20" width="72" | Module | ||
| width="133" | Sub Module | | width="133" | Sub Module | ||
| width="289" | Step | | width="289" | Step | ||
− | |- | + | |- |
| rowspan="4" height="240" width="72" | Single | | rowspan="4" height="240" width="72" | Single | ||
| width="133" | HDMI | | width="133" | HDMI | ||
| width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1<br/>fw_setenv display2 | | width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | LVDS | | height="60" width="133" | LVDS | ||
| width="289" | fw_setenv display0<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | | width="289" | fw_setenv display0<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | eDP | | height="60" width="133" | eDP | ||
| width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1<br/>fw_setenv display2 | | width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | MIPI | | height="60" width="133" | MIPI | ||
| width="289" | fw_setenv display0 mipi-gl0uan<br/>fw_setenv display1<br/>fw_setenv display2 | | width="289" | fw_setenv display0 mipi-gl0uan<br/>fw_setenv display1<br/>fw_setenv display2 | ||
− | |- | + | |- |
| rowspan="5" height="300" width="72" | Dual | | rowspan="5" height="300" width="72" | Dual | ||
| width="133" | HDMI+LVDS | | width="133" | HDMI+LVDS | ||
| width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | | width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | HDMI+eDP | | height="60" width="133" | HDMI+eDP | ||
| width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 edp-1366x768<br/>fw_setenv display2 | | width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 edp-1366x768<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | eDP+LVDS | | height="60" width="133" | eDP+LVDS | ||
| width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | | width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1 lvds-g070vw01<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | HDMI+MIPI | | height="60" width="133" | HDMI+MIPI | ||
| width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 mipi-gl0uan<br/>fw_setenv display2 | | width="289" | fw_setenv display0 hdmi-default<br/>fw_setenv display1 mipi-gl0uan<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="133" | eDP+MIPI | | height="60" width="133" | eDP+MIPI | ||
| width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1 mipi-gl0uan<br/>fw_setenv display2 | | width="289" | fw_setenv display0 edp-1366x768<br/>fw_setenv display1 mipi-gl0uan<br/>fw_setenv display2 | ||
− | |- | + | |- |
| height="60" width="72" | Triple | | height="60" width="72" | Triple | ||
| width="133" | HDMI+eDP+LVDS | | width="133" | HDMI+eDP+LVDS |
Revision as of 10:05, 24 November 2021
RK3399 has 3 VPorts.
RSB-4810 surport 4 types display : eDP、LVDS、HDMI、MIPI.
Note:
1. HDMI、eDP、MIPI MUST be set to port 0 and port 1.
2. LVDS MUST be set to port 1 and port 2.
3. LVDS and MIPI are alternative.
Contents
Enter U-boot interrupt mode
Connect device to debug port, and open debug console. See more : How_to_debug.
Press "ctrl + c" key before power up the device, until get the following information on debug console :
Hit any key to stop autoboot: 0 => <INTERRUPT> =>
Then you can input the following cammand to config Multi-Display.
Module | Sub Module | Step |
Single | HDMI | fw_setenv display0 hdmi-default fw_setenv display1 fw_setenv display2 |
LVDS | fw_setenv display0 fw_setenv display1 lvds-g070vw01 fw_setenv display2 | |
eDP | fw_setenv display0 edp-1366x768 fw_setenv display1 fw_setenv display2 | |
MIPI | fw_setenv display0 mipi-gl0uan fw_setenv display1 fw_setenv display2 | |
Dual | HDMI+LVDS | fw_setenv display0 hdmi-default fw_setenv display1 lvds-g070vw01 fw_setenv display2 |
HDMI+eDP | fw_setenv display0 hdmi-default fw_setenv display1 edp-1366x768 fw_setenv display2 | |
eDP+LVDS | fw_setenv display0 edp-1366x768 fw_setenv display1 lvds-g070vw01 fw_setenv display2 | |
HDMI+MIPI | fw_setenv display0 hdmi-default fw_setenv display1 mipi-gl0uan fw_setenv display2 | |
eDP+MIPI | fw_setenv display0 edp-1366x768 fw_setenv display1 mipi-gl0uan fw_setenv display2 | |
Triple | HDMI+eDP+LVDS | fw_setenv display0 hdmi-default fw_setenv display1 edp-1366x768 fw_setenv display2 lvds-g070vw01 |
Default Support Display
Port | RSB4810 |
edp | edp-1920x1080 edp-1366x768 |
lvds | lvds-g070vw01 lvds-g150xgel05 |
hdmi | hdmi-default |
mipi | mipi-gl0uan |
NOTE :
1. The name of the panel must begin with "edp-"、"lvds-" 、"hdmi-" or “dp-”.
And it can be found in "kernel/include/dt-bindings/display/screen-timing/{LCDNAME}.dtsi" like :
lvds_g070vw01: lvds-g070vw01
2. If there is no configuration, you will get default setting :
hdmi-default and dp-default as default setting.
3. Check your configuration in Terminal or debug console.
cat /proc/cmdline ... prmry_screen=hdmi-default extend_screen=dp-default
LVDS Name | Resolution |
lvds-g070vw01 |
800x480 |
lvds-g150xgel05 |
1024x768 |
Using envtools in Debian/Android
Using envtools to setup envs in Debian/Android OS is very similar in uboot.
Take “eDP+HDMI”for example :
In uboot | In Debian/Android |
setenv prmry_screen hdmi-default |
fw_setenv prmry_screen hdmi-default |
setenv extend_screen edp-1920x1080 | fw_setenv extend_screen edp-1920x1080 |
saveenv | |
reset | reboot |
Note :
The tool "fw_setenv" will save envs automatically in Debian/Android OS, so it isn't necessary to saveen manually.