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
en:xu3_android_release_note_v1.8 [2015/06/26 13:28]
codewalker [DVI 1024P]
en:xu3_android_release_note_v1.8 [2015/06/29 14:46] (current)
codewalker
Line 1: Line 1:
 +====== Release Note of Android (v1.8) =====
 +----
 +===== Summary =====
 +| Release Date | May/14/2015 (TBD) |
 +| Release Type | Regular release |
 +| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_1.8_May-14-2015/​update.zip|update.zip]] (MD5SUM:​c0f16847d338e550815576d9ba738716)|
 +===== New updates =====
 +  * Fix to work microphone input from the earphone.
 +  * WiFi USB dongle #4 driver is updated
 +    * Updated with backported Linux driver 3.18.1-1 from [[http://​drvbp1.linux-foundation.org/​~mcgrof/​rel-html/​backports|here]]
 +  * WPS feature is verified with WiFi USB dongle #3 and #4
 +  * Improve the performance of USB 3.0 Ethernet(AX88179)
 +  * Fix the wrong EDID option.
 +  * Fix 64G eMMC booting problem.
 +  * Fix the wrong touch coordinate when HDMI screen is rotated on portrait
 +  * Supporting Pinch Zoom-In/Out with mouse-wheel.
 +===== Known issue =====
 +  * The boot-animation is not correctly working in the portrait mode
 +==== How to checkout =====
 +<​code>​
 +$ repo init -u https://​github.com/​hardkernel/​android.git -b 5422_4.4.4_master
 +$ repo sync
 +$ repo start 5422_4.4.4_master --all
 +</​code>​
 +==== Linux Kernel ====
 +We've merged the Kernel source into the Android repo.
 +Android build-script also includes the Kernel compile.
 +==== Android Source ====
 +$ ./build.sh odroidxu3
 +===== Reference boot.ini =====
 +==== NO-EDID 1080P ====
 +<file ini boot.ini>​
 +ODROIDXU-UBOOT-CONFIG
  
 +setenv fb_x_res "​1920"​
 +setenv fb_y_res "​1080"​
 +
 +setenv vout "​hdmi"​
 +
 +setenv left     "​56"​
 +setenv right    "​24"​
 +setenv upper    "​3"​
 +setenv lower    "​3"​
 +setenv hsync    "​14"​
 +setenv vsync    "​3"​
 +
 +
 +setenv hdmi_phy_res "​1080p60hz"​
 +
 +setenv edid "​0"​
 +
 +setenv led_blink ​       "​1"​
 +
 +setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
 +
 +setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} vout=${vout} hdmi_phy_res=${hdmi_phy_res} edid=${edid} left=${left} right=${right} upper=${upper} lower=${lower} vsync=${vsync} hsync=${hsync} led_blink=${led_blink}"​
 +boot
 +</​file>​
 +
 +==== EDID 1080P ====
 +<file ini boot.ini>​
 +ODROIDXU-UBOOT-CONFIG
 +
 +setenv fb_x_res "​1920"​
 +setenv fb_y_res "​1080"​
 +
 +setenv vout "​hdmi"​
 +
 +setenv left     "​56"​
 +setenv right    "​24"​
 +setenv upper    "​3"​
 +setenv lower    "​3"​
 +setenv hsync    "​14"​
 +setenv vsync    "​3"​
 +
 +
 +setenv hdmi_phy_res "​1080p60hz"​
 +
 +setenv edid "​1"​
 +
 +setenv led_blink ​       "​1"​
 +
 +setenv bootcmd ​     "movi read kernel 0 40008000;​bootz 40008000"​
 +
 +setenv bootargs ​    "​fb_x_res=${fb_x_res} fb_y_res=${fb_y_res} vout=${vout} hdmi_phy_res=${hdmi_phy_res} edid=${edid} left=${left} right=${right} upper=${upper} lower=${lower} vsync=${vsync} hsync=${hsync} led_blink=${led_blink}"​
 +boot
 +</​file>​
en/xu3_android_release_note_v1.8.txt ยท Last modified: 2015/06/29 14:46 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0