We're no longer updating This wiki!!

Differences

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

Link to this comparison view

Next revision
Previous revision
en:xu3_ubuntu_release_note_20160114 [2016/01/13 22:08]
mdrjr created
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 13: Line 15:
   * Ubuntu 15.10   * Ubuntu 15.10
   * Kernel 3.10.92   * Kernel 3.10.92
-  * Updated Mali Driver to r9p0+  * Updated Mali Driver to r9p0 (OpenGL ES 3.1 works on X11) 
 +  * Improved SD card compatibility 
 +  * Auto-resizing the root file system partition in the first booting process 
 +  * WDT is added [[en:​odroid_linux_watchdog|Watchdog on Linux/​Ubuntu]]
   * Enabled Quota Support   * Enabled Quota Support
-  * Disabled RTC Messages ​(spam on logs)+  * Disabled RTC warning messages ​(spam on logs)
   * Updated Kodi to 15.2   * Updated Kodi to 15.2
   * Realtek 8812AU Drivers (incl. TP-Link Archer T4U)   * Realtek 8812AU Drivers (incl. TP-Link Archer T4U)
Line 21: Line 26:
   * Better Docker/LXC support   * Better Docker/LXC support
   * DVI/HDMI Mode control via boot.ini   * DVI/HDMI Mode control via boot.ini
-  * 800x480 boot.ini option+  * 800x480 ​resolution support via new boot.ini option 
 +  * Added a patch to reduce the OOM issue.
   * You can now check CPU Throttling status running: **cat /​sys/​devices/​10060000.tmu/​throttle**   * You can now check CPU Throttling status running: **cat /​sys/​devices/​10060000.tmu/​throttle**
  
 ===== Known issues ===== ===== Known issues =====
-  * Tons of issues ​unsubscribed. :-x+  ​* Mali black-screen issue.  
 +  ​* Tons of issues ​undocumented. :-x
  
 ===== GPU acceleration on the Chromium Web browser ===== ===== GPU acceleration on the Chromium Web browser =====
Line 41: Line 48:
 Press "​Ctrl-Alt-F2"​ and "​Ctrl-Alt-F7"​ as a workaround. ​ Press "​Ctrl-Alt-F2"​ and "​Ctrl-Alt-F7"​ as a workaround. ​
  
-**Update** \\ +** Note ** \\ 
-If you use the latest ​Chromium Ver 43 or higher, the hardware acceleration doesn'​t work if you don't enable it manually. \\ +Preinstalled ​Chromium Ver-47 shows wrong video rendering when we play Youtube.\\ 
-Enter this in the URL box of the Chromium. <​code>​chrome://​settings/</​code>​  +To fix the issue, you need to enable ​the EGL option as described ​in above.
-And click "Show advanced settings..." ​in the bottom side \\ +
-Check "​System - Use hardware acceleration when available"​ and restart the Chromium.\\ +
  
 ===== Kodi crashing when exit ===== ===== Kodi crashing when exit =====
Line 57: 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 70: 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.1452692292.txt.gz · Last modified: 2016/01/13 22:08 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0