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
en:c1_android_release_note_v2.0 [2015/12/06 12:27]
odroid [New updates]
en:c1_android_release_note_v2.0 [2017/07/06 09:01] (current)
codewalker [Summary]
Line 5: Line 5:
 | Release Type | Regular release | | Release Type | Regular release |
 | Release Files| [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_master-391-v2.0.img.xz|Self-installation Image]] (MD5SUM: 90b9b3b4d9b80ccba5ea4894e345d469)| | Release Files| [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​selfinstall-odroidc-eng-s805_4.4.2_master-391-v2.0.img.xz|Self-installation Image]] (MD5SUM: 90b9b3b4d9b80ccba5ea4894e345d469)|
-| | [[http://​dn.odroid.com/​S805/​Android/​ODROID-C/​daily-odroidc-eng-s805_4.4.2_master-391-v2.0.tar.gz|Fastboot update]] (MD5SUM: 3a0dfa0aec4b08d5f84742d3ec9b5366)|+
 Android release 2.0 can be upgraded through network from the earlier version, v1.7 for example, please read [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_android_release_note_v2.0#​upgrade_installation|this]] for more detail. Android release 2.0 can be upgraded through network from the earlier version, v1.7 for example, please read [[http://​odroid.com/​dokuwiki/​doku.php?​id=en:​c1_android_release_note_v2.0#​upgrade_installation|this]] for more detail.
 ===== New updates ===== ===== New updates =====
Line 81: Line 81:
 $ git clone --depth 1 https://​github.com/​codewalkerster/​android_packages_apps_Utility.git -b s805_4.4.2_dev_master $ git clone --depth 1 https://​github.com/​codewalkerster/​android_packages_apps_Utility.git -b s805_4.4.2_dev_master
 </​code>​ </​code>​
 +
 +===== Reference boot.ini =====
 +<file ini boot.ini>​
 +ODROIDC-UBOOT-CONFIG
 +
 +# Resolution Configuration
 +# '​hdmimode'​ must be one of below to configure display resolution within
 +# supported by your TV or monitor.
 +#    Symbol ​          | Resolution
 +# --------------------+-------------
 +#    "​vga" ​           | 640x480
 +#    "​480p" ​          | 720x480
 +#    "​576p" ​          | 720x576
 +#    "​800x480p60hz" ​  | 800x480
 +#    "​800x600p60hz" ​  | 800x600
 +#    "​1024x600p60hz" ​ | 1024x600
 +#    "​1024x768p60hz" ​ | 1024x768
 +#    "​1080i50hz" ​     | 1080I@50Hz
 +#    "​1080p24hz" ​     | 1080P@24Hz
 +#    "​1080p50hz" ​     | 1080P@50Hz
 +#    "​1080p" ​         | 1080P@60Hz
 +#    "​720p" ​          | 1280x720
 +#    "​800p" ​          | 1280x800
 +#    "​sxga" ​          | 1280x1024
 +#    "​1360x768p60hz" ​ | 1360x768
 +#    "​1366x768p60hz" ​ | 1366x768
 +#    "​1440x900p60hz" ​ | 1440x900
 +#    "​1600x900p60hz" ​ | 1600x900
 +#    "​1680x1050p60hz"​ | 1680x1050
 +#    "​1920x1200" ​     | 1920x1200
 +setenv hdmimode "​720p"​
 +
 +# HDMI/DVI Mode Configuration
 +# This will enforce the singal type of display
 +# "​hdmi"​ - For HDMI interface
 +# "​dvi" ​ - For DVI interface
 +setenv vout_mode "​hdmi"​
 +
 +# Overscan offset configuration
 +# All offsets are zero and can be tuned by manual or ODROID Utility
 +setenv top "​0"​
 +setenv left "​0"​
 +setenv bottom "​0"​
 +setenv right "​0"​
 +
 +# UHS Card Configuration
 +# Uncomment the line below to __DISABLE__ UHS-1 MicroSD support
 +# This might break boot for some brand/​models of cards.
 +#setenv disableuhs "​disableuhs"​
 +
 +# CEC Configuration
 +setenv cecconfig "​cecf"​
 +
 +setenv edid "​1"​
 +
 +# Booting
 +setenv bootargs "​root=/​dev/​mmcblk0p2 rw console=ttyS0,​115200n8 no_console_suspend vdaccfg=${vdac_config} logo=osd1,​loaded,​${fb_addr},​${outputmode},​full hdmimode=${hdmimode} cvbsmode=${cvbsmode} hdmitx=${cecconfig} vout=${vout_mode} edid=${edid} ${disableuhs} overscan_top=${top} overscan_left=${left} overscan_bottom=${bottom} overscan_right=${right} androidboot.serialno=${fbt_id#​}"​
 +setenv bootcmd "movi read boot 0 0x12000000; movi read dtb 0 0x12800000; bootm 0x12000000 - 0x12800000"​
 +run bootcmd
 +</​file>​
en/c1_android_release_note_v2.0.1449374228.txt.gz ยท Last modified: 2015/12/06 12:27 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0