We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:xu3_android_release_note_v4.3 [2016/12/16 09:59]
codewalker [New updates]
en:xu3_android_release_note_v4.3 [2017/07/17 09:39] (current)
codewalker [No-EDID 1080P / Disable HPD]
Line 8: Line 8:
 ===== New updates ===== ===== New updates =====
   * Navigation bar always places on the bottom side even with the low display resolution. And the DPI changes work as user configured too.   * Navigation bar always places on the bottom side even with the low display resolution. And the DPI changes work as user configured too.
-  * Disabled ​ODROID-VU7 touch screen for same V/PID touch screen.  +  * Added a new feature to disable ​ODROID-VU7 touch screen ​driver ​for other touch screen which has the same VID/PID. 
-     ​- setenv disable_vu7 ​"false"+    -- __//setenv disable_vu7 ​false”//__ in boot.ini file.
   * Added  Adafruit AR-1100 touch screen IDC file.[[http://​forum.odroid.com/​viewtopic.php?​f=137&​t=24389]]   * Added  Adafruit AR-1100 touch screen IDC file.[[http://​forum.odroid.com/​viewtopic.php?​f=137&​t=24389]]
   * Added CONFIG_INPUT_JOYDEV. [[http://​forum.odroid.com/​viewtopic.php?​f=94&​t=24328#​p165490]]   * Added CONFIG_INPUT_JOYDEV. [[http://​forum.odroid.com/​viewtopic.php?​f=94&​t=24328#​p165490]]
Line 130: Line 130:
 setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​ setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
  
-setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​+setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink} disable_vu7=${disable_vu7}"
 boot boot
 </​file>​ </​file>​
- +==== 1024 600P(ODROID-VU7 Plus) No-EDID ====
-==== 800 480P(ODROID-VU7 Plus) No-EDID ====+
 <file ini boot.ini>​ <file ini boot.ini>​
 ODROIDXU-UBOOT-CONFIG ODROIDXU-UBOOT-CONFIG
Line 228: Line 227:
 setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​ setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
  
-setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​+setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink} disable_vu7=${disable_vu7}"
 boot boot
 </​file>​ </​file>​
- 
 ==== No-EDID 1080P ==== ==== No-EDID 1080P ====
 <file ini boot.ini>​ <file ini boot.ini>​
Line 321: Line 319:
  
 setenv led_blink ​       "​1"​ setenv led_blink ​       "​1"​
 +
 +setenv disable_vu7 "​false"​
  
 setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​ setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
  
-setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​+setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink} disable_vu7=${disable_vu7}"
 boot boot
 </​file>​ </​file>​
- 
 ==== DVI 1280 x 1024 ==== ==== DVI 1280 x 1024 ====
 <file ini boot.ini>​ <file ini boot.ini>​
Line 422: Line 421:
 setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​ setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
  
-setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​+setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink} disable_vu7=${disable_vu7}"
 boot boot
 </​file>​ </​file>​
Line 515: Line 514:
 setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​ setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
  
-setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​+setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink} disable_vu7=${disable_vu7}"
 boot boot
 </​file>​ </​file>​
- 
 ===== Improve the WiFi dongle compatibility via editing "/​system/​etc/​wifi_id_list.txt"​===== ===== Improve the WiFi dongle compatibility via editing "/​system/​etc/​wifi_id_list.txt"​=====
 Many ODROID-XU3/​4 user use USB WiFi dongle with RTL8188CUS chipset purchased from their local electronic store. And we were asked how they can use their WiFi dongle on ODROID-XU3/​4 and answered to add a like with below at the end of **wifi_id_list.txt** with their WiFi dongle'​s VID & PID. From Android release v2.4, we've added many USB WiFi dongles known product by default to the file, **wifi_id_list**. These list are collected from the driver source code itself supported and we shipped the driver, **8192cu.ko**. Many ODROID-XU3/​4 user use USB WiFi dongle with RTL8188CUS chipset purchased from their local electronic store. And we were asked how they can use their WiFi dongle on ODROID-XU3/​4 and answered to add a like with below at the end of **wifi_id_list.txt** with their WiFi dongle'​s VID & PID. From Android release v2.4, we've added many USB WiFi dongles known product by default to the file, **wifi_id_list**. These list are collected from the driver source code itself supported and we shipped the driver, **8192cu.ko**.
en/xu3_android_release_note_v4.3.1481851749.txt.gz · Last modified: 2016/12/16 09:59 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0