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
Last revision Both sides next revision
en:xu3_android_release_note_v4.3 [2016/12/16 09:41]
codewalker [800 X 480P(ODROID-VU7 Plus) No-EDID]
en:xu3_android_release_note_v4.3 [2017/07/17 09:39]
codewalker [DVI 1280 x 1024]
Line 7: Line 7:
  
 ===== 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. 
-  * Added a few requested USB-Multitouch ​VID/PID. [[http://​forum.odroid.com/​viewtopic.php?​f=51&t=15495]]+  * 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”//​__ in boot.ini file. 
 +  * 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]] 
 +  * Fixed Wi-Fi module #4,5 missing driver files. [[http://​forum.odroid.com/​viewtopic.php?​f=94&​t=24314&​p=171642#​p171542]]
  
 ==== Check your Firmware/​kernel version to confirm whether the update was done correctly or not ==== ==== Check your Firmware/​kernel version to confirm whether the update was done correctly or not ====
Line 126: 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 224: 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 317: 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 413: Line 416:
  
 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>​
Line 504: Line 509:
  
 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"​
en/xu3_android_release_note_v4.3.txt · Last modified: 2017/07/17 09:39 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0