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:47]
codewalker [New updates]
en:xu3_android_release_note_v4.3 [2017/07/17 09:39]
codewalker [DVI 1280 x 1024]
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]]
 +  * 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 129: 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 227: 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 320: 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 421: 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>​
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