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_overclocking [2016/11/25 11:24]
joy.cho [Adjust CPU Max Frequency using boot.ini]
en:c1_overclocking [2016/11/28 16:17] (current)
joy.cho [The available list of cpu frequency set]
Line 1: Line 1:
 ====== How to Overclock ODROID-C1 ====== ====== How to Overclock ODROID-C1 ======
- 
-Under Construction. 
-This wiki page has not been completed yet. 
  
 <WRAP center round important>​ <WRAP center round important>​
-  * Ubuntu : The version should be 3.10.104-176 or higher version.+  * Ubuntu : The version should be 3.10.104-177 or higher version. 
 +  * Android : The version should be Android v3.4 (Nov 28,​2016) ​or higher version.
 </​WRAP>​ </​WRAP>​
  
Line 11: Line 9:
  
 |  frequency ​ |  notation on boot.ini ​ |  clock spec.  | |  frequency ​ |  notation on boot.ini ​ |  clock spec.  |
-|  1.824 GHz  |  "1824000" ​ |  overclock ​ | +|  1.824 GHz  |  "1824" ​ |  overclock ​ | 
-|  1.728 GHz  |  "1728000" ​ |  overclock ​ | +|  1.728 GHz  |  "1728" ​ |  overclock ​ | 
-|  1.632 GHz  |  "1632000" ​ |  overclock ​ | +|  1.632 GHz  |  "1632" ​ |  overclock ​ | 
-|  1.536 GHz  |  "1536000" ​ |    spec in  | +|  1.536 GHz  |  "1536" ​ |    spec in  | 
-|  1.448 GHz  |  "1448000" ​ |    ​spec in  | +|  1.488 GHz  |  "1488" ​ |    spec in  |
-|  1.320 GHz  |  "​1320000" ​ |  spec in  | +
-|  1 GHz  |  "​1000" ​ |  ​spec in  |+
 |  ...  |  ...  |  ...  | |  ...  |  ...  |  ...  |
  
Line 24: Line 20:
 <​code>​ <​code>​
 # cat  /​sys/​devices/​system/​cpu/​cpu0/​cpufreq/​scaling_available_frequency # cat  /​sys/​devices/​system/​cpu/​cpu0/​cpufreq/​scaling_available_frequency
-blah blah blah+ 
 +96000 192000 312000 408000 504000 600000 696000 816000 912000 1008000 1104000 1200000 1296000 1416000 
 +1488000 1536000 1632000 1728000 1824000
 </​code>​ </​code>​
 +
 +<WRAP left round tip 80%>
 +In case of **Android**,​ we don't recommend **1.824GHz** cpu frequency on Android system so far\\
 +because system booting and heavy load test with 1.824GHz is unstable currently.
 +</​WRAP>​
  
 ==== Adjust CPU Max Frequency using boot.ini ==== ==== Adjust CPU Max Frequency using boot.ini ====
  
 == How to Set boot.ini == == How to Set boot.ini ==
 +Please modify **max_freq** based on the aforementioned frequency table. The unit of max_freq in boot.ini in MHz.
 <​code>​ <​code>​
 ### boot.ini ### boot.ini
Line 37: Line 40:
 # Possible Values: 96 192 312 408 504 600 720 816 # Possible Values: 96 192 312 408 504 600 720 816
 # 1008 1200 1320 1488 1536 1632 1728 and 1824 # 1008 1200 1320 1488 1536 1632 1728 and 1824
-setenv max_freq "​1536"​+# setenv max_freq "​1488"​ 
 +setenv max_freq "​1536"​
 # setenv max_freq "​1632"​ # setenv max_freq "​1632"​
 # setenv max_freq "​1728"​ # setenv max_freq "​1728"​
 # setenv max_freq "​1824"​ # setenv max_freq "​1824"​
 +setenv max_freq "​1536"​
  
 +# Boot Arguments
 +setenv bootargs "​root=UUID=e139ce78-9841-40fe-8823-96a304a09859 rootwait ro ${condev} no_console_suspend vdaccfg=0xa000 logo=osd1,​loaded,​0x7900000,​720p,​full dmfc=3
 +cvbsmode=576cvbs hdmimode=${m} m_bpp=${m_bpp} vout=${vout_mode} ${disableuhs} ${hdmi_hpd} ${hdmi_cec} ${enabledac} monitor_onoff=${monitor_onoff} max_freq=${max_freq}"​
 </​code>​ </​code>​
  
- +== How to Check new max cpu frequency == 
-== How to Confirm ​new max cpu frequency == +You can check if the current max cpu frequency via the below node.
 <​code>​ <​code>​
-// check scaling_max_frequency +# cat /sys/devices/​system/​cpu/​cpu0/​cpufreq/​scaling_max_freq 
-+1824000
 </​code>​ </​code>​
  
-The node **cpuinfo_cur_freq** shows the cpu frequency currently working. \\+The node **cpuinfo_cur_freq** shows the cpu frequency ​that is currently working. \\
 Please note governor policy should be **performance** if you want to check the max cpu frequency and run max cpu frequency unconditionally. Please note governor policy should be **performance** if you want to check the max cpu frequency and run max cpu frequency unconditionally.
 <​code>​ <​code>​
-// check scaling_max_frequency +# echo performance > /sys/devices/​system/​cpu/​cpu0/​cpufreq/​scaling_governor ​ 
-+cat /​sys/​devices/​system/​cpu/​cpu0/​cpufreq/​scaling_governor  
 +performance 
 +# cat /​sys/​devices/​system/​cpu/​cpu0/​cpufreq/​cpuinfo_cur_freq  
 +1824000
 </​code>​ </​code>​
  
  
en/c1_overclocking.1480042464.txt.gz · Last modified: 2016/11/25 11:24 by joy.cho
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0