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
en:xu3_android_release_note_v4.4 [2017/02/06 13:06]
codewalker [New updates]
en:xu3_android_release_note_v4.4 [2017/07/17 09:37] (current)
codewalker [No-EDID 1080P / Disable HPD]
Line 4: Line 4:
 | Release Date | Feb/06/2017 | | Release Date | Feb/06/2017 |
 | Release Type | Regular release | | Release Type | Regular release |
-| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.4_Feb-06-2017/​update.zip|update.zip]] (MD5SUM: ​f15ef9f20b510f98fd466cc6459b0193)|+| Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_4.4_Feb-06-2017/​update.zip|update.zip]] (MD5SUM: ​e1b1dcbfd43c475379c67cd61c53fa59)|
  
 ===== New updates ===== ===== New updates =====
-  * Fixed I2C bug. [[http://​forum.odroid.com/​viewtopic.php?​f=95&​t=25307#​p177603]] +  * Enabled ​I2C port/dev/i2c-5 for pin#14/#16 on 30pin header ​[[http://​forum.odroid.com/​viewtopic.php?​f=95&​t=25307#​p177603|FORUM]] 
-  * Added a few requested USB-Multitouch VID/PID. [[http://​forum.odroid.com/​viewtopic.php?​f=51&​t=15495]]+  * Added a few requested USB-Multitouch VID/PID. [[http://​forum.odroid.com/​viewtopic.php?​f=51&​t=15495|FORUM]]
 <​code>​ <​code>​
 #define USB_DEVICE_ID_ELO_1919L 0x0073 #define USB_DEVICE_ID_ELO_1919L 0x0073
-#define USB_DEVICE_ID_ELO_5010 0x0041 
-#define USB_DEVICE_ID_ELO_5020 0x0042 
 #define USB_DEVICE_ID_ELO_3243L0027 0x0027 #define USB_DEVICE_ID_ELO_3243L0027 0x0027
 #define USB_DEVICE_ID_ELO_3243L2400 0x2400 #define USB_DEVICE_ID_ELO_3243L2400 0x2400
Line 32: Line 30:
 <​code>​ <​code>​
 root@odroidxu3:/​ # getprop ro.build.version.incremental ​                         root@odroidxu3:/​ # getprop ro.build.version.incremental ​                        
-eng.jenkins.20160830.105953 ​                                                  +getprop ro.build.version.incremental ​                                               ​
 root@odroidxu3:/​ # uname -a                                                      root@odroidxu3:/​ # uname -a                                                     
-Linux localhost 3.10.9-g14905b1 ​#SMP PREEMPT ​Tue Aug 30 10:58:11 KST 2016 armv7l GNU/Linux+Linux localhost 3.10.9-gd0b2f53 ​#13 SMP PREEMPT ​Mon Feb 6 12:02:10 KST 2017 armv7l GNU/Linux
 </​code>​ </​code>​
 ===== How to download the source code ====== ===== How to download the source code ======
Line 51: Line 49:
  
 ===== Reference boot.ini ===== ===== Reference boot.ini =====
-==== 800 X 480P(ODROID-VU7) No-EDID No-HPD ====+==== 800 X 480P(ODROID-Vu7/Vu5) No-EDID No-HPD ====
 <file ini boot.ini>​ <file ini boot.ini>​
 ODROIDXU-UBOOT-CONFIG ODROIDXU-UBOOT-CONFIG
Line 145: Line 143:
 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 X 600P(ODROID-VU7 Plus) No-EDID ==== ==== 1024 X 600P(ODROID-VU7 Plus) No-EDID ====
 <file ini boot.ini>​ <file ini boot.ini>​
Line 243: Line 240:
 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 336: Line 332:
  
 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 437: Line 434:
 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 530: Line 527:
 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>​
- 
 ===== 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"​=====
 Many ODROID-XU3/​4 user use USB WiFi dongle with RTL8188CUS chipset purchased from their local electronic store. And we were asked how they can use their WiFi dongle on ODROID-XU3/​4 and answered to add a like with below at the end of **wifi_id_list.txt** with their WiFi dongle'​s VID & PID. From Android release v2.4, we've added many USB WiFi dongles known product by default to the file, **wifi_id_list**. These list are collected from the driver source code itself supported and we shipped the driver, **8192cu.ko**. Many ODROID-XU3/​4 user use USB WiFi dongle with RTL8188CUS chipset purchased from their local electronic store. And we were asked how they can use their WiFi dongle on ODROID-XU3/​4 and answered to add a like with below at the end of **wifi_id_list.txt** with their WiFi dongle'​s VID & PID. From Android release v2.4, we've added many USB WiFi dongles known product by default to the file, **wifi_id_list**. These list are collected from the driver source code itself supported and we shipped the driver, **8192cu.ko**.
en/xu3_android_release_note_v4.4.1486355802.txt.gz · Last modified: 2017/02/06 13:06 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0