Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
en:c2_android_release_note_v2.2 [2016/09/06 12:59] codewalker created |
en:c2_android_release_note_v2.2 [2017/07/06 08:52] (current) codewalker [Summary] |
||
---|---|---|---|
Line 5: | Line 5: | ||
| Release Type | Regular release | | | Release Type | Regular release | | ||
| Release Files| [[http://dn.odroid.com/S905/Android/ODROID-C2/selfinstall-odroidc2-eng-s905_5.1.1_master-253-v2.2.img.xz|Self-installation Image]] (MD5SUM: 1ba37e7195a8ad552ab278d253fb1b0b)| | | Release Files| [[http://dn.odroid.com/S905/Android/ODROID-C2/selfinstall-odroidc2-eng-s905_5.1.1_master-253-v2.2.img.xz|Self-installation Image]] (MD5SUM: 1ba37e7195a8ad552ab278d253fb1b0b)| | ||
- | | | [[http://dn.odroid.com/S905/Android/ODROID-C2/daily-odroidc2-eng-s905_5.1.1_master-253-v2.2.tar.gz|Fastboot update]] (MD5SUM: 0a92c4bfc0df025678c73026bdf19554)| | ||
File name : selfinstall-odroidc2-eng-s905_5.1.1_master-253-v2.2.img | File name : selfinstall-odroidc2-eng-s905_5.1.1_master-253-v2.2.img | ||
===== New updates ===== | ===== New updates ===== | ||
* Merged Android-5.1.1_r38 AOSP source. | * Merged Android-5.1.1_r38 AOSP source. | ||
+ | * Modified updater package. The user installed Gapps package does not disappear. | ||
* Fixed secure_task loop. u-boot | * Fixed secure_task loop. u-boot | ||
* Fixed power off/on vcck. u-boot | * Fixed power off/on vcck. u-boot | ||
Line 16: | Line 16: | ||
* Deactivate the hdmi cec debug msg option of firmware. u-boot | * Deactivate the hdmi cec debug msg option of firmware. u-boot | ||
* Backport remote-power-key wakeup code. u-boot | * Backport remote-power-key wakeup code. u-boot | ||
- | * Added display auto setting for custom-defined HDMI PHY. | + | * Added display auto setting for custom-defined HDMI PHY. [[en:c2_hdmi_autosetting|HDMI PHY Auto Setting using modeline information]] |
- | * Control Alive LED on/off. [[http://forum.odroid.com/viewtopic.php?f=94&t=22688#p152297]] : "led_blink=1" in boot.ini | + | * Enable to control CPU frequency and number of active cores. [[en:c2_set_cpu_freq|How to set max cpu frequency and cores]] |
- | * Enable to control CPU frequency and cores. [[http://odroid.com/dokuwiki/doku.php?id=en:c2_set_cpu_freq&s[]=max&s[]=freq]] | + | |
* Modified cache partition size from 512MB to 1GB for update/recovery. The root file system of Android 5.1.1_r38 is too big to store & uncompress on 512MB Cache partition. | * Modified cache partition size from 512MB to 1GB for update/recovery. The root file system of Android 5.1.1_r38 is too big to store & uncompress on 512MB Cache partition. | ||
* 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]] | ||
Line 161: | Line 160: | ||
setenv overscan_bottom "0" | setenv overscan_bottom "0" | ||
setenv overscan_right "0" | setenv overscan_right "0" | ||
+ | setenv led_onoff "on" | ||
suspend_hdmiphy=0 | suspend_hdmiphy=0 | ||
- | led_blink=1 | + | |
# max cpu frequency in dvfs table / in MHz unit | # max cpu frequency in dvfs table / in MHz unit | ||
Line 181: | Line 181: | ||
setenv maxcpus "4" | setenv maxcpus "4" | ||
- | setenv bootargs "${rootopt} ${consoleopt} hdmimode=${hdmimode} hdmitx=${cecconfig} vout=${vout_mode} disablehpd=${disablehpd} logo=${logoopt} ${androidopt} ${selinuxopt} suspend_hdmiphy=${suspend_hdmiphy} led_blink=${led_blink} max_freq=${max_freq} maxcpus=${maxcpus}" | + | setenv bootargs "${rootopt} ${consoleopt} hdmimode=${hdmimode} hdmitx=${cecconfig} vout=${vout_mode} disablehpd=${disablehpd} logo=${logoopt} ${androidopt} ${selinuxopt} suspend_hdmiphy=${suspend_hdmiphy} led_onoff=${led_onoff} max_freq=${max_freq} maxcpus=${maxcpus}" |
save | save |