Difference between revisions of "AIMLinux/AddOn/Management"

From ESS-WIKI
Jump to: navigation, search
Line 6: Line 6:
  
 
=== i.MX series ===
 
=== i.MX series ===
 +
 +
advantech i.MX platform have 3 display interfaces:HDMI,VGA,LVDS,we can use 1 or 2 display mode by need with configurating uboot env,
 +
 +
please reference below link:
 +
 +
[http://ess-wiki.advantech.com.tw/view/How_to_config_Multi-Display_for_rk3288_series_Debian9 How to config multi display][http://ess-wiki.advantech.com.tw/view/IoTGateway/Features/Linux/Display#HOWTOs  for i.MX]
  
 
=== rockchip series ===
 
=== rockchip series ===

Revision as of 04:11, 18 March 2020

Multi-Screen Control

In general, ARM CPU supports multiple display interfaces,eg:hdmi,lvds,rgb,dsi,edp...,it's a very troublesome thing by changing driver to achieve display mode switching,in advantech ARM platform,we support mode switching without updating driver,just configuring environment in uboot.

Multi modes switch

i.MX series

advantech i.MX platform have 3 display interfaces:HDMI,VGA,LVDS,we can use 1 or 2 display mode by need with configurating uboot env,

please reference below link:

How to config multi display for i.MX

rockchip series

advantech rk3288 platform have 3 display interfaces:HDMI,eDP,LVDS,but we can use 2 interfaces simultaneously for performance limits,

please reference below link:

How to config multi display