Release Date | 2016-07-26 | |
Release Type | Update |
File name : ubuntu-16.04-mate-odroid-c1-20160727.img
$ sudo apt-get install cpufrequtils $ echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils $ sudo update-rc.d ondemand disable
AE_SINK=ALSA kodi
sudo apt-get update && sudo apt-get upgrade && sudo apt-get dist-upgrade
The current version only provide Linux kernel and U-boot source code. Here are the instructions to checkout the source code and build. For more detail information, please visit U-boot and Kernel.
This guide is only for the NATIVE BUILD.
$ git clone https://github.com/hardkernel/u-boot.git -b odroidc-v2011.03 $ cd u-boot $ make odroidc_config $ make
$ git clone --depth 1 https://github.com/hardkernel/linux -b odroidc-3.10.y $ cd linux $ make odroidc_defconfig $ make uImage modules $ make dtbs $ sudo make modules_install $ sudo cp arch/arm/boot/uImage /media/boot $ sudo cp arch/arm/boot/dts/meson8b_odroidc.dtb /media/boot