We're no longer updating This wiki!!

This is an old revision of the document!


Release Note of Android (v2.0)


Summary

Release Date Oct/16/2015 KST
Release Type Regular release
Release Files Self-installation Image (MD5SUM: 90b9b3b4d9b80ccba5ea4894e345d469)
Fastboot update (MD5SUM: 3a0dfa0aec4b08d5f84742d3ec9b5366)

New updates

  • Fix to play MJPEG streams on USB camera preview
  • Preinstalled Kodi is upgraded to 15.1.1
  • Android OTA upgrade is supported
  • Fix AMVIDEOCAP freeze issue
  • 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 this for more detail.

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.

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.

$ 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

How to checkout

You can checkout Android source tree, please refer this page for more detail. Please note, Android source tree is uploading and would be completed in 1-2 days.

Android

$ 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

ODROID Utility

$ git clone --depth 1 https://github.com/codewalkerster/android_packages_apps_Utility.git -b s805_4.4.2_dev_master
en/c1_android_release_note_v2.0.1444957603.txt.gz · Last modified: 2015/10/16 09:36 by tobetter
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0