Release Date | 2017-02-20 | |
Release Type | Update |
File name : ubuntu-16.04.2-mate-odroid-c1-20170220.img
cat /sys/devices/system/cpu/cpu0/cpufreq/scaling_governor
If it is not “performance”, try
echo 'GOVERNOR="performance"' | sudo tee /etc/default/cpufrequtils
and reboot.
AE_SINK=ALSA kodi
[Seat:*] greeter-session=lightdm-gtk-greeter autologin-user=odroid
sudo apt-get remove kodi kodi-bin kodi-data wget deb.odroid.in/old_kodi_c1/old_kodi.tar tar xf old_kodi.tar sudo dpkg -i *.deb
sudo apt update && sudo apt upgrade && sudo apt dist-upgrade
sudo apt install linux-image-c1
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