We're no longer updating This wiki!!

This is an old revision of the document!


Release Note of Android (v3.0)


Summary

Release Date Jan/16/2017 KST
Release Type Regular release
Release Files Self-installation Image (MD5SUM: 83c4c159591dc2ce4b13332b0d5b2cd6)
Fastboot update (MD5SUM: 429fbf72acb6f0e44691193453cf155b)

File name : selfinstall-odroidc2-eng-s905_5.1.1_master-287-v3.0.img

Official Mirrors by mdrjr
In US
http://www.odroid.in/mirror/dn.odroid.com/S905/Android/ODROID-C2
In Germany
http://de.eu.odroid.in/?directory=.%2Fmirror%2Fdn.odroid.com%2FS905%2FAndroid%2FODROID-C2%2F

New updates

  • Fixed disappearing volume/power/screenshot icons problem when HDMI is in low-resolution mode. http://forum.odroid.com/viewtopic.php?f=139&t=25294 * RTC Shield driver is enabled by default. If you want to use i2c driver, edit boot.ini like below. For GPIO/I2C mode. <code> #movi read boot 0 ${loadaddr} fatload mmc 0:1 ${loadaddr} Image </code> For RTC Shield driver. <code> movi read boot 0 ${loadaddr} #fatload mmc 0:1 ${loadaddr} Image </code> ==== Notes for KODI on 4K/UHD display ==== http://codewalkerster.blogspot.kr/2016/02/how-to-install-kodi-v170krypton-for-4k.html ===== Known issue ===== * In portrait mode, 720×1280 DPI works on 1080×1920 resolution. http://forum.odroid.com/viewtopic.php?f=137&t=21785 * 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>

    If there is no sound or frequent sound drop when using HDMI passthrough, then please reboot the system.

    ===== 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-C2 will reboot when finished.

    ==== 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.
    * 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 ===== 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 ==== <code> $ mkdir odroid-c2 $ cd odroid-c2 $ repo init -u https://github.com/hardkernel/android.git -b s905_5.1.1_master $ repo sync $ repo start s905_5.1.1_master –all </code> ==== ODROID Utility ==== <code> $ packages/apps/Utility </code> ===== Reference boot.ini ===== <file ini boot.ini> ODROIDC2-UBOOT-CONFIG setenv dtbaddr 0x1000000 setenv loadaddr 0x20000000 # Resolution Configuration # 'hdmimode' must be one of below to configure display resolution within # supported by your TV or monitor. # Symbol | Resolution # ———————-+————- # “480p60hz” | 720×480 Progressive 60Hz # “576p50hz” | 720×576 Progressive 50Hz # “720p60hz” | 1280×720 Progressive 60Hz # “720p50hz” | 1280×720 Progressive 50Hz # “1080p60hz” | 1920×1080 Progressive 60Hz # “1080p50hz” | 1920×1080 Progressive 50Hz # “1080p30hz” | 1920×1080 Progressive 30Hz # “1080p24hz” | 1920×1080 Progressive 24Hz # “1080i60hz” | 1920×1080 Interlaced 60Hz # “1080i50hz” | 1920×1080 Interlaced 50Hz # “2160p60hz” | 3840×2160 Progressive 60Hz # “2160p50hz” | 3840×2160 Progressive 50Hz # “2160p30hz” | 3840×2160 Progressive 30Hz # “2160p25hz” | 3840×2160 Progressive 25Hz # “2160p24hz” | 3840×2160 Progressive 24Hz # “2160p60hz420” | 3840×2160 Progressive 60Hz YCbCr 4:2:0 # “2160p50hz420” | 3840×2160 Progressive 50Hz YCbCr 4:2:0 # “640x480p60hz” | 640×480 Progressive 60Hz # “800x480p60hz” | 800×480 Progressive 60Hz # “800x600p60hz” | 800×600 Progressive 60Hz # “1024x600p60hz” | 1024×600 Progressive 60Hz # “1024x768p60hz” | 1024×768 Progressive 60Hz # “1280x800p60hz” | 1280×800 Progressive 60Hz # “1280x1024p60hz” | 1280×1024 Progressive 60Hz # “1360x768p60hz” | 1360×768 Progressive 60Hz # “1440x900p60hz” | 1440×900 Progressive 60Hz # “1600x900p60hz” | 1600×900 Progressive 60Hz # “1600x1200p60hz” | 1600×1200 Progressive 60Hz # “1680x1050p60hz” | 1680×1050 Progressive 60Hz # “1920x1200p60hz” | 1920×1200 Progressive 60Hz # “2560x1080p60hz” | 2560×1080 Progressive 60Hz # “2560x1440p60hz” | 2560×1440 Progressive 60Hz # “2560x1600p60hz” | 2560×1600 Progressive 60Hz # “3440x1440p60hz” | 3440×1440 Progressive 60Hz setenv hdmimode “1080p60hz” setenv rootopt “root=/dev/mmcblk0p2 rw init=/init rootwait” setenv consoleopt “console=ttyS0,115200” setenv androidopt “androidboot.hardware=odroidc2 androidboot.serialno=${fbt_id#}” setenv logoopt “osd1,loaded,${fb_addr},${hdmimode}” setenv selinuxopt “androidboot.selinux=disabled” # HDMI/DVI Mode Configuration # This will enforce the signal type of display # “hdmi” - For HDMI interface # “dvi” - For DVI interface setenv vout_mode “hdmi” # HPD enable/disable option setenv disablehpd “false” # Overscan offset configuration # All offsets are zero and can be tuned by manual or ODROID Utility setenv overscan_top “0” setenv overscan_left “0” setenv overscan_bottom “0” setenv overscan_right “0” setenv led_onoff “on” suspend_hdmiphy=0 # max cpu frequency in dvfs table / in MHz unit # setenv max_freq “2016” # 2.016GHz # setenv max_freq “1944” # 1.944GHz # setenv max_freq “1920” # 1.920GHz # setenv max_freq “1896” # 1.896GHz # setenv max_freq “1752” # 1.752GHz # setenv max_freq “1680” # 1.680GHz # setenv max_freq “1656” # 1.656GHz # setenv max_freq “1536” # 1.536GHz setenv max_freq “1536” # max cpu-cores # setenv maxcpus “1” # setenv maxcpus “2” # setenv maxcpus “3” setenv maxcpus “4” # disable vu7 setenv disable_vu7 “false” 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} disable_vu7=${disable_vu7}” save showlogo ${hdmimode} #usb pwren movi read dtb 0 ${dtbaddr} # load kernel from vat or boot partition. movi read boot 0 ${loadaddr} #fatload mmc 0:1 ${loadaddr} Image booti ${loadaddr} - ${dtbaddr} </file>

en/c2_android_release_note_v3.0.1484703501.txt.gz · Last modified: 2017/01/18 10:08 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0