Release Date | 2016-02-26 | |
Release Type | Production |
File name : ubuntu64-16.04lts-mate-odroid-c2-20160226.img.xz
Note: OS will reboot on the first boot for automatic rootfs resize
Note:
The first launching of Chromium browser may take up to several minutes due to a long internal processing.
After that it will launch immediately even you reboot/power-cycle the ODROID.
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 odroidc2-v2015.01 $ cd u-boot $ make odroidc2_config $ make
$ git clone https://github.com/hardkernel/linux -b odroidc2-3.14.y $ cd linux $ make odroidc2_defconfig $ make -j5 $ sudo make modules_install $ sudo cp arch/arm64/boot/Image /media/boot $ sudo cp arch/arm64/boot/dts/meson64_odroidc2.dtb /media/boot