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_v3.2 [2015/11/25 15:39]
codewalker created
en:xu3_android_release_note_v3.2 [2017/02/07 10:41]
odroid [800 X 480P(ODROID-VU7) No-EDID No-HPD]
Line 6: Line 6:
 | Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_3.2_Nov-25-2015/​update.zip|update.zip]] (MD5SUM:​57852eb59c03e7dbc7ed0e351edf5f5a)| | Release Files | [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Android/​4.4.4_Alpha_3.2_Nov-25-2015/​update.zip|update.zip]] (MD5SUM:​57852eb59c03e7dbc7ed0e351edf5f5a)|
 ===== New updates ===== ===== New updates =====
-  * add wifi id for "Wifly City BDU-10G" +  * Added a couple of device drivers ​for ODROID-VU7 7inch 800x480 ​LCD/Touch screen
-  * Support D-WAV 7"(800 X 480) LCD and touchscree+  * Adjust icon placement ​on the navigation bar for the portrait mode. 
-  * Adjust icon on navigation bar when portrait mode. +  * GPS accuracy fix for the navigation software. [[http://​forum.odroid.com/​viewtopic.php?​f=113&​t=11887 ​|Many thanks joerg!]] ​ 
-  * fixed gps incomplete location messages +  * Fix HDMI HPD Enable/​Disable ​bug. "​HDP"​ option in the boot.ini works correctly. 
-      ​http://​forum.odroid.com/​viewtopic.php?​f=113&​t=11887  +  * Improved eMMC/SD device driver for better ​stability ​of Sandisk Ultra/​Extreme series.. ​ 
-  * Fix HDMI HPD Enable/​Disable +  * Add required VDD regulator ​settings ​for the USB OTG port while reboot process
-  * Modified to emmc/microSD R/W stability +  * Show throttle counters ​via /​sys/​devices/​10060000.tmu/​throttle 
-  * Add required VDD regulator ​supplies ​for USB. +  * Add a Fan speed control ​GUI
-  * Show throttle counters. +  * Support ​IO Expansion Board
-  * Add fan speed control ​UI+  * Add a USB WIFI ID for "Wifly City BDU-10G"​ 
-  * Support ​Sandisk emmc 5.1 TLC + 
-  * Support Expansion Board.+===== Notes for the ODROID-VU7 ===== 
 +If you use the low resolution screen like the ODROID-VU7, you need to edit the lcd_density value manually to show the navigation bar properly.\\ 
 +Change "​ro.sf.lcd_density=160"​ to "​ro.sf.lcd_density=120"​ in build.prop file. 
 + 
 +$ su \\ 
 +# mount -o rw,remount /system \\ 
 +# vi /​system/​build.prop \\ 
 +# reboot \\ 
 ===== Known issue ===== ===== Known issue =====
   * The boot-animation is not correctly working in the portrait mode   * The boot-animation is not correctly working in the portrait mode
Line 43: Line 51:
  
 ===== Reference boot.ini ===== ===== Reference boot.ini =====
 +==== 800 X 480P(ODROID-VU7) No-EDID No-HPD ====
 +<file ini boot.ini>​
 +ODROIDXU-UBOOT-CONFIG
 +
 +# setenv fb_x_res "​640"​
 +# setenv fb_y_res "​480"​
 +# setenv hdmi_phy_res "​480p60hz"​
 +
 +# setenv fb_x_res "​720"​
 +# setenv fb_y_res "​489"​
 +# setenv hdmi_phy_res "​480p59.45"​
 +
 +# setenv fb_x_res "​720"​
 +# setenv fb_y_res "​576"​
 +# setenv hdmi_phy_res "​576p50hz"​
 +
 +# setenv fb_x_res "​800"​
 +# setenv fb_y_res "​480"​
 +# setenv hdmi_phy_res "​800x480p60hz"​
 +
 +# setenv fb_x_res "​800"​
 +# setenv fb_y_res "​600"​
 +# setenv hdmi_phy_res "​600p60hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​720"​
 +# setenv hdmi_phy_res "​720p50hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​720"​
 +# setenv hdmi_phy_res "​720p60hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​768"​
 +# setenv hdmi_phy_res "​768p60hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​800"​
 +# setenv hdmi_phy_res "​800p59hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​960"​
 +# setenv hdmi_phy_res "​960p60hz"​
 +
 +# setenv fb_x_res "​1440"​
 +# setenv fb_y_res "​900"​
 +# setenv hdmi_phy_res "​900p60hz"​
 +
 +# setenv fb_x_res "​1440"​
 +# setenv fb_y_res "​900"​
 +# setenv hdmi_phy_res "​900p60hz"​
 +
 +# setenv fb_x_res "​1280"​
 +# setenv fb_y_res "​1024"​
 +# setenv hdmi_phy_res "​1024p60hz"​
 +
 +# setenv fb_x_res "​1920"​
 +# setenv fb_y_res "​1080"​
 +# setenv hdmi_phy_res "​1080i50hz"​
 +
 +# setenv fb_x_res "​1920"​
 +# setenv fb_y_res "​1080"​
 +# setenv hdmi_phy_res "​1080i60hz"​
 +
 +# setenv fb_x_res "​1920"​
 +# setenv fb_y_res "​1080"​
 +# setenv hdmi_phy_res "​1080p30hz"​
 +
 +# setenv fb_x_res "​1920"​
 +# setenv fb_y_res "​1080"​
 +# setenv hdmi_phy_res "​1080p50hz"​
 +
 +# setenv fb_x_res "​1920"​
 +# setenv fb_y_res "​1080"​
 +# setenv hdmi_phy_res "​1080p60hz"​
 +
 +setenv fb_x_res "​800"​
 +setenv fb_y_res "​480"​
 +setenv hdmi_phy_res "​800x480p54hz"​
 +
 +setenv edid "​0"​
 +
 +setenv hpd "​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} hdmi_phy_res=${hdmi_phy_res} edid=${edid} hpd=${hpd} led_blink=${led_blink}"​
 +boot
 +</​file>​
 +
 ==== No-EDID 1080P ==== ==== No-EDID 1080P ====
 <file ini boot.ini>​ <file ini boot.ini>​
Line 322: Line 422:
 <file ini wifi_id_list.txt>​ <file ini wifi_id_list.txt>​
 0bda 8172 r8712u /​system/​lib/​modules/​r8712u.ko 0bda 8172 r8712u /​system/​lib/​modules/​r8712u.ko
 +148f 3070 compat /​system/​lib/​modules/​backports/​compat.ko
 +148f 3070 cfg80211 /​system/​lib/​modules/​backports/​cfg80211.ko
 +148f 3070 mac80211 /​system/​lib/​modules/​backports/​mac80211.ko
 +148f 3070 rt2x00lib /​system/​lib/​modules/​backports/​rt2x00lib.ko
 +148f 3070 rt2x00usb /​system/​lib/​modules/​backports/​rt2x00usb.ko
 +148f 3070 rt2800lib /​system/​lib/​modules/​backports/​rt2800lib.ko
 +148f 3070 rt2800usb /​system/​lib/​modules/​backports/​rt2800usb.ko
 148f 5572 compat /​system/​lib/​modules/​backports/​compat.ko 148f 5572 compat /​system/​lib/​modules/​backports/​compat.ko
 148f 5572 cfg80211 /​system/​lib/​modules/​backports/​cfg80211.ko 148f 5572 cfg80211 /​system/​lib/​modules/​backports/​cfg80211.ko
en/xu3_android_release_note_v3.2.txt · Last modified: 2017/02/07 10:43 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0