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
en:c2_android_release_note_marshmallow_v1.0 [2016/11/23 14:20]
codewalker created
en:c2_android_release_note_marshmallow_v1.0 [2017/07/06 09:07] (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_6.0.1_master-9-v1.0.img.xz|Self-installation Image]] (MD5SUM: 7ee129bdb5806d4be3dd7d28bdbeef24)| | Release Files| [[http://​dn.odroid.com/​S905/​Android/​ODROID-C2/​selfinstall-odroidc2-eng-s905_6.0.1_master-9-v1.0.img.xz|Self-installation Image]] (MD5SUM: 7ee129bdb5806d4be3dd7d28bdbeef24)|
-| | [[http://​dn.odroid.com/​S905/​Android/​ODROID-C2/​daily-odroidc2-eng-s905_6.0.1_master-9-v1.0.tar.gz|Fastboot update]] (MD5SUM: 580a145994d7d85e5b8e28bc8de9206a)| 
  
 File name : selfinstall-odroidc2-eng-s905_6.0.1_master-9-v1.0.img File name : selfinstall-odroidc2-eng-s905_6.0.1_master-9-v1.0.img
 ===== New updates ===== ===== New updates =====
-  * android-6.0.1_r22 base +  * Android-6.0.1_r22 base 
-==== Notes for KODI on 4K/UHD display ==== +
-[[http://​codewalkerster.blogspot.kr/​2016/​02/​how-to-install-kodi-v170krypton-for-4k.html]]+
 ===== Known issue ===== ===== Known issue =====
-  * In portrait mode, 720x1280 DPI works on 1080x1920 resolution. http://​forum.odroid.com/​viewtopic.php?​f=137&​t=21785+  * This first release will have many known/​unknown issues even we tried to minimize it. 
 +  * Feel free post your feedback with detail description on the [[http://​forum.odroid.com/​viewtopic.php?​f=137&​t=24752|forum thread.]] 
  
-  * Audio passthrough for both AC3 and DTS sources where every few seconds there'​s an audio dropout. 
-   ​Workaround:​ Write the codec value to //​**/​sys/​class/​audiodsp/​digital_codec**//​ sysfs file before executing the media player. 
-    ​ 
-**AC3** 
-<​code>​ 
-$ echo 2 > /​sys/​class/​audiodsp/​digital_codec 
-</​code>​ 
-**DTS** 
-<​code>​ 
-$ echo 3 > /​sys/​class/​audiodsp/​digital_codec 
-</​code>​ 
-<WRAP center round important 80%> 
-If there is //no sound// or //frequent sound drop// when using HDMI passthrough,​ then please reboot the system. 
-</​WRAP>​ 
-===== Update Instruction ===== 
 ==== Self Installation ==== ==== Self Installation ====
 You can install the release to your MicroSD or eMMC with the tool **dd** in Linux or **Win32DiskImager** in Windows. Please refer [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​odroid_flashing_tools#​using_win32diskimager|this]] for more detail. You can install the release to your MicroSD or eMMC with the tool **dd** in Linux or **Win32DiskImager** in Windows. Please refer [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​odroid_flashing_tools#​using_win32diskimager|this]] for more detail.
 <WRAP center round important 80%> <WRAP center round important 80%>
-We've reported that some of users can not watch Android logo on their TV while installing even though installation is proceeded. So please wait for 5 minutes since power on and red and blue LED is on. If blue led is started blinking then installation is proceeding, ODROID-C2 will reboot when finished.+We've reported that some of users can not watch Android logo on their TV while installing even though installation is proceeded. So please wait for 5~10 minutes since power on and red and blue LED is on. If blue led is started blinking then installation is proceeding, ODROID-C2 will reboot when finished.
 </​WRAP>​ </​WRAP>​
 ==== Upgrade Installation ==== ==== Upgrade Installation ====
-Since Android ​release ​2.0, we provide you update ​package which can upgrade ​your device without rewrite your SD card or eMMC. This package can be downloaded and upgrade on ODROID Utility.\\ +This Marshmallow ​release ​doesn'​t support the update/upgrade ​from Lollipop.\\ 
-{{:​en:​screenshot_2016-04-25-07-43-39.png?​800|}} +You must install the self-installation image.
-  * Update server setting +
-    * You can set your own update server and path where you upload your custom update package. Ordinary users does not need to run this and change the detail, it is already set with Hardkernel'​s official download server for ODROID-C1/​C2. +
-  * Check online update +
-    * This will start to check latest update from Hardkernel'​s official download server and start to download and install if new version is discovered. Your ODROID-C1/​C2 device ​must be connected through the network. +
-  * Package install from storage +
-    * This will help you to install the official upgrade package downloaded manually or custom update package. You can store a update file to **external storage** and select it to install.+
  
-==== Fastboot Update ==== 
-Your can update the release by **fastboot** if you have MicroSD or eMMC already Android installed. If you have **USB-Serial kit**, you can enter to **Fastboot** mode when you execute the command **fastboot** on U-boot command line. Or if you run execute **reboot fastboot** from Android shell command line, your **ODROID-C2** will reboot and get into **fastboot** mode immediately. You can check if your **ODROID-C2** is attached via USB with the command **fastboot devices** in your desktop. 
- 
-<​code>​ 
-$ sudo fastboot flash bootloader u-boot.bin 
-$ sudo fastboot flash dtb meson64_odroidc2.dtb 
-$ sudo fastboot flash boot kernel 
-$ sudo fastboot flash recovery recovery.img 
-$ sudo fastboot flash logo hardkernel-720.bmp 
-$ sudo fastboot flash system rootsystem.img 
-$ sudo fastboot flash cache cache.img 
-$ sudo fastboot reboot 
-</​code>​ 
 ===== How to get the full source code ===== ===== How to get the full source code =====
-You can checkout Android source tree, please refer [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_building_android|this page]] for more detail. + 
-**Please note, Android ​source ​tree is uploading and would be completed ​in 1-2 days.** +Full source ​code will be released ​in the middle of December after fixing some critical issues and source ​code clean up
-==== Android ==== +
-<code+
-$ mkdir odroid-c2 +
-$ cd odroid-c2 +
-$ repo init -u https://​github.com/​hardkernel/​android.git -b s905_6.0.1_master +
-$ repo sync +
-$ repo start s905_6.0.1_master --all +
-</​code>​ +
-==== ODROID Utility ==== +
-<​code>​ +
-$ packages/​apps/​Utility +
-</​code>​+
  
 ===== Reference boot.ini ===== ===== Reference boot.ini =====
en/c2_android_release_note_marshmallow_v1.0.1479880208.txt.gz · Last modified: 2016/11/23 14:20 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0