We're no longer updating This wiki!!

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:xu3_ubuntu_release_note_20160114 [2016/01/14 14:16]
odroid [GPU acceleration on the Chromium Web browser]
en:xu3_ubuntu_release_note_20160114 [2016/06/01 15:31] (current)
odroid [Update the Kernel]
Line 4: Line 4:
 || Release Date | 2016-01-14 || || Release Date | 2016-01-14 ||
 || Release Type | Update Release || || Release Type | Update Release ||
-===== New updates ​===== + 
-  * Official US West Coast: [[http://​odroid.in/​ubuntu_15.10]] +File name : ubuntu-15.10-mate-odroid-xu3-20160114.img 
-  * Official US East Coast: [[http://​east.us.odroid.in/​ubuntu_15.10]] (Thanks to David Beauchamp @ ArchLinuxARM) +===== Download from below servers ​===== 
-  * Official EU Germany: [[http://​de.eu.odroid.in/​ubuntu_15.10]]+  * Official US West Coast: [[http://​odroid.in/​ubuntu-15.10]] 
 +  * Official US East Coast: [[http://​east.us.odroid.in/​ubuntu-15.10]] (Thanks to David Beauchamp @ ArchLinuxARM) 
 +  * Official EU Germany: [[http://​de.eu.odroid.in/​ubuntu-15.10]]
   * Official Korea Mirror: [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Ubuntu/​]]   * Official Korea Mirror: [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Ubuntu/​]]
  
Line 30: Line 32:
 ===== Known issues ===== ===== Known issues =====
   * Mali black-screen issue. ​   * Mali black-screen issue. ​
-  * Tons of issues ​unsubscribed. :-x+  * Tons of issues ​undocumented. :-x
  
 ===== GPU acceleration on the Chromium Web browser ===== ===== GPU acceleration on the Chromium Web browser =====
Line 59: Line 61:
  
 And return to desktop (ctrl-alt-F7) And return to desktop (ctrl-alt-F7)
 +
 +
 +** This issue has been fixed with the latest Kernel update. **\\
 +** Just run "sudo apt-get update && sudo apt-get dist-upgrade"​ **
 +
 +===== How to Update system and kernel software =====
 +  sudo apt-get update
 +  sudo apt-get upgrade
 +  sudo apt-get dist-upgrade
 ===== Source Code ===== ===== Source Code =====
 All source code used can be found here: https://​github.com/​mdrjr/​5422_BSP All source code used can be found here: https://​github.com/​mdrjr/​5422_BSP
  
 ===== Linux Kernel ===== ===== Linux Kernel =====
-**This guide is only for the NATIVE BUILD.**+**This guide is only for the NATIVE BUILD.** ​ Run it on the board. 
 + 
 +For Kernel and DTB
 <​code>​ <​code>​
 $ git clone --depth 1 https://​github.com/​hardkernel/​linux -b odroidxu3-3.10.y $ git clone --depth 1 https://​github.com/​hardkernel/​linux -b odroidxu3-3.10.y
Line 72: Line 85:
 $ sudo cp arch/​arm/​boot/​zImage /media/boot $ sudo cp arch/​arm/​boot/​zImage /media/boot
 $ sudo cp arch/​arm/​boot/​dts/​exynos5422-odroidxu3.dtb /media/boot $ sudo cp arch/​arm/​boot/​dts/​exynos5422-odroidxu3.dtb /media/boot
 +</​code>​
 +
 +For RAMDISK (Optional)
 +<​code>​
 +sudo cp .config /​boot/​config-`make kernelrelease`
 +sudo update-initramfs -c -k `make kernelrelease`
 +sudo mkimage -A arm -O linux -T ramdisk -C none -a 0 -e 0 -n uInitrd -d /​boot/​initrd.img-`make kernelrelease` /​boot/​uInitrd-`make kernelrelease`
 +sudo cp /​boot/​uInitrd-`make kernelrelease` /​media/​boot/​uInitrd
 </​code>​ </​code>​
en/xu3_ubuntu_release_note_20160114.1452750394.txt.gz · Last modified: 2016/01/14 14:16 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0