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
Next revision Both sides next revision
en:xu3_android_release_note_v4.9 [2017/05/17 14:16]
codewalker created
en:xu3_android_release_note_v4.9 [2017/07/17 09:27]
codewalker [No-EDID 1080P]
Line 1: Line 1:
-====== Release Note of Android (v4.8) =====+====== Release Note of Android (v4.9) =====
 ---- ----
 ===== Summary ===== ===== Summary =====
-| Release Date | May/11/2017 |+| Release Date | May/17/2017 |
 | Release Type | Regular release | | Release Type | Regular release |
-| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.8_May-11-2017/​update.zip|update.zip]] (MD5SUM: ​c09dd80915c871d129776d9dba3571a1)|+| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.9_May-17-2017/​update.zip|update.zip]] (MD5SUM: ​be6ab050aa87d1e74dd3781ba00992b7)|
  
 ===== New updates ===== ===== New updates =====
-  * Fixed WPA-supplicant issue to show the WiFi module 3 signal strength icon correctly. ​[[https://​forum.odroid.com/​viewtopic.php?​f=137&​t=24752&​start=250#​p186251|Forum Thread]] +  * Add DRAM Overclocking option ​[[en:xu4_ram_overclock|DDR Overclocking on XU4]] 
-  * Fixed the wrong URL in the firmware updater due to our server supports HTTPS. +  * Add CPU governor options ​to support Ondemand ​and Performance modes
-  * Updated u-boot to set an environment variable with automatically detected board ID XU3, XU3-Lite ​and XU4+  * Update ODROID Utility app to support ​various CPU/DRAM governors.
-  * Updated u-boot ​to support ​"​ext4load"​ command. +
-  * Added a few requested USB-Multitouch VID/PID[[http://​forum.odroid.com/​viewtopic.php?​f=51&​t=15495]] +
-<​code>​ +
-/* PQLabs HDMI capacitive Screen */ +
-#define USB_VENDOR_ID_PQLABS 0x1EF1 +
-#define USB_DEVICE_ID_PQLABS_0057 0x0057 +
-</​code>​+
  
-==== 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>​
 shell@odroidxu3:/​ $ getprop ro.build.version.incremental shell@odroidxu3:/​ $ getprop ro.build.version.incremental
-eng.jenkins.20170511.112315+eng.jenkins.20170517.103649
 shell@odroidxu3:/​ $ uname -a shell@odroidxu3:/​ $ uname -a
-Linux localhost 3.10.9-g3161c90 ​#23 SMP PREEMPT ​Thu May 11 11:21:49 KST 2017 armv7l GNU/Linux +Linux localhost 3.10.9-ge433f59 ​#24 SMP PREEMPT ​Wed May 17 10:32:42 KST 2017 armv7l GNU/​Linux</​code>​
-</​code>​+
  
 ===== How to download the source code ====== ===== How to download the source code ======
Line 152: Line 144:
 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} touch_invert_x=${touch_invert_x} touch_invert_y=${touch_invert_y}"
 boot boot
 </​file>​ </​file>​
Line 270: Line 262:
 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} ​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} touch_invert_x=${touch_invert_x} touch_invert_y=${touch_invert_y}"
 boot boot
 </​file>​ </​file>​
Line 382: Line 374:
 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} touch_invert_x=${touch_invert_x} touch_invert_y=${touch_invert_y}"
 boot boot
 </​file>​ </​file>​
en/xu3_android_release_note_v4.9.txt · Last modified: 2017/07/17 09:28 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0