Table of Contents

Release Note of Ubuntu 14.04.2 LTS (v1.4)


Summary

Release Date 2015-03-20
Release Type Update

New updates

Kernel Updates

Userspace Update

GPU acceleration on the Chromium Web browser

This release supports the OpenGL ES accelerated Chromium Browser. To use the acceleration, follow this instruction.

  1. Run Chromium
  2. Enter about:flags as URL.
  3. Disable Override software rendering list (1st one).
  4. Close the browser.
  5. Run the chromium with the EGL parameter
  6. Enter about:gpu as URL to double check the GPU acceleration configuration.
chromium-browser --use-gl=egl

You can see much smoother HTML rendering. Try this link to test the Webgl on the ODROID. Webgl demo

Known issues

Upgrade from 1.3 to 1.4

The default boot.ini in V1.4

How to checkout

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.

U-boot

$ git clone https://github.com/hardkernel/u-boot.git -b odroidc-v2011.03
$ cd u-boot
$ make odroidc_config
$ make

Linux Kernel

$ git clone 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