We're no longer updating This wiki!!

Differences

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

Link to this comparison view

Next revision
Previous revision
en:xu3_android_release_note_v4.5 [2017/03/14 17:07]
codewalker created
en:xu3_android_release_note_v4.5 [2017/07/17 09:36] (current)
codewalker [DVI 1280 x 1024]
Line 2: Line 2:
 ---- ----
 ===== Summary ===== ===== Summary =====
-| Release Date | Mar/14/2017 |+| Release Date | Mar/15/2017 |
 | Release Type | Regular release | | Release Type | Regular release |
-| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.5_Mar-14-2017/​update.zip|update.zip]] (MD5SUM: ​e1b1dcbfd43c475379c67cd61c53fa59)|+| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.5_Mar-15-2017/​update.zip|update.zip]] (MD5SUM: ​e262f0d989825c30eb247debf829989b)|
  
 ===== New updates ===== ===== New updates =====
-  * Enabled to reverse touchscreen input.[[http://​forum.odroid.com/​viewtopic.php?​f=94&​t=26269]] +  * Enabled to reverse touchscreen input.[[http://​forum.odroid.com/​viewtopic.php?​f=94&​t=26269]] ​<​code>​build.prop : touchscreen.reverse=true</​code>​ 
-   ​- ​touchscreen.reverse=true +  *  Added an example to launch apps via GPIO keys. [[en:​c2_app_launch_via_gpio_on_android|Application launching with GPIO trigger on Android]]
-  *  Added an example to launch apps via GPIO keys.+
 ==== 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 ====
 <​code>​ <​code>​
Line 126: Line 125:
 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 224: Line 223:
 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 315:
  
 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 418: Line 417:
 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 511: Line 510:
 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>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"​=====
en/xu3_android_release_note_v4.5.1489480625.txt.gz · Last modified: 2017/03/14 17:07 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0