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
Next revision Both sides next revision
en:c1_android_release_note_v1.7 [2015/07/21 01:17]
tobetter [New updates]
en:c1_android_release_note_v1.7 [2015/10/15 14:54]
tobetter
Line 1: Line 1:
 +====== Release Note of Android (v2.0) =====
 +----
 +===== Summary =====
 +| Release Date | Oct/16/2015 KST |
 +| Release Type | Regular release |
 +| Release Files| ||
  
 +===== New updates =====
 +  * Fix to play MJPEG streams on USB camera preview
 +  * Preinstalled Kodi is upgradedto 15.1.1
 +  * Android OTA upgrade is supported
 +  * Fix AMVIDEOCAP freeze issue
 +    * http://​forum.odroid.com/​viewtopic.php?​f=113&​t=16804&​p=109708&​hilit=amvideocap#​p109708
 +  * PL2303 driver is included
 +  * DWave Touch screen support
 +  * Multi touch support is enhanced
 +  * HDMI PLL is updated for particular resolution (480P/I, 576P/I, 1600x900P60HZ)
 +  * SPI driver is enhanced for stability
 +  * Fix to support UHS-I on soft reset (ODROID-C1+ only)
 +
 +===== Update Instruction =====
 +==== 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.
 +<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-C1 will reboot when finished.
 +</​WRAP>​
 +==== 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-C1** will reboot and get into **fastboot** mode immediately. You can check if your **ODROID-C1** is attached via USB with the command **fastboot devices** in your desktop.
 +
 +<​code>​
 +$ sudo fastboot flash bootloader u-boot.bin
 +$ sudo fastboot flash dtb meson8b_odroidc.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 userdata userdata.img
 +$ sudo fastboot flash cache cache.img
 +$ sudo fastboot reboot
 +</​code>​
 +===== How to checkout =====
 +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.**
 +==== Android ====
 +<​code>​
 +$ mkdir odroid-c1
 +$ cd odroid-c1
 +$ repo init -u https://​github.com/​hardkernel/​android.git -b s805_4.4.2_master
 +$ repo sync
 +$ repo start s805_4.4.2_master --all
 +</​code>​
 +==== ODROID Utility ====
 +<​code>​
 +$ git clone --depth 1 https://​github.com/​codewalkerster/​android_packages_apps_Utility.git -b s805_4.4.2_dev_master
 +</​code>​
en/c1_android_release_note_v1.7.txt ยท Last modified: 2017/07/06 09:00 by codewalker
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0