Yes if you use CoreELEC Leia on AML S905's you will notice further Kodi Leia optimisations that speed everything up.
For the C2 specifically, Overclocking it too makes it nice and snappy. So does eMMC flash storage and a Wireless remote.
With CoreELEC & the C2, look in the config.ini file and remove the # (comment) to enable 1.752GHz CPU clocking.
Also SSH in and crank up the GPU to 792MHz (all CE - S9xx platforms) by:
echo 'echo 2 > /sys/class/mpgpu/scale_mode' >> /storage/.config/autostart.sh
Then reboot.
And for every Kodi device I use, I remove the useless "Slide Animations" to speedup the user interface up.
Kodi Settings > Interface > Skin > Configure Skin > General > Use Slide Animations > OFF
Display More
Hi wrxtasy.
Thanx for answer.
But
The fact is that I can not overclock the processor in CE 9 stable.
I tried to change both in files "boot.ini" and in "config.ini" (first together, then separately). But in CE in file "config.ini" there is no section on overclocking(I had to copy from LE).
The output always showed this:
CoreELEC (official): 8.99.1 (S905.arm)
CoreELEC:~ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
1536000
But I can overclock the graphics processor (Mali-450) in CE.
The output shows:
CoreELEC (official): 8.99.1 (S905.arm)
CoreELEC:~ # cat /sys/class/mpgpu/scale_mode
2
In LE 9 I can overclock the graphics processor (Mali-450) and the processor (cpu freq 1752000).
The output shows:
LibreELEC (community): nightly-20190201-974f4cb (Odroid_C2.arm)
LE:~ # cat /sys/devices/system/cpu/cpu0/cpufreq/cpuinfo_max_freq
1752000
LE:~ # cat /sys/class/mpgpu/scale_mode
2
How i can overclock the processor in CE 9 stable?