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_20161011 [2016/10/11 21:15]
mdrjr created
en:xu3_ubuntu_release_note_20161011 [2017/07/29 10:37] (current)
odroid [How to Update system and kernel software. Don't forget dist-upgrade]
Line 14: Line 14:
   * Official Korea Mirror: [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Ubuntu/​]]   * Official Korea Mirror: [[http://​dn.odroid.com/​5422/​ODROID-XU3/​Ubuntu/​]]
  
-===== New from previous versions ​=====+===== New features ​=====
   * Ubuntu 16.04.1   * Ubuntu 16.04.1
 +  * Updated Mali GPU driver to the latest **r14p0** with VSYNC implementation
 +  * Mali for VSYNC support (start the application with FORCE_VSYNC=1 ./myAPP)
 +  * Mali now honors eglSwapInterval (for VSYNC)
   * Kernel 3.10.103   * Kernel 3.10.103
-  * 3.5" Touchscreen driver +  ​* fstrim support on eMMC  
-  * Better USB Storage +  ​* 3.5" ​LCD & Touchscreen driver 
-  * dmcrypt fix cpu hotplug support +  * Better USB Storage ​class support 
-  * fstrim support on eMMC+  * dmcrypt fix CPU hotplug support
   * xpad joystick support   * xpad joystick support
   * zram support   * zram support
-  * fix 1024x768 ​support+  * fix 1024x768 ​resolution issue
   * debloat zImage a little   * debloat zImage a little
-  * Updated Mali to r14p0 with proper VSYNC working 
  
-===== Known issues =====+===== Known issues ​and tips=====
   * Chromium version is on hold version 48 due to issues with newer versions.   * Chromium version is on hold version 48 due to issues with newer versions.
-  * Kodi crashing when exit.+  * Kodi crashing when exit if CEC option is enabled while your display doesn'​t support CEC.
   * [[https://​github.com/​hardkernel/​EnergyMonitor|EneregyMonitor]] app was removed. Build and install it with source code if you need it.   * [[https://​github.com/​hardkernel/​EnergyMonitor|EneregyMonitor]] app was removed. Build and install it with source code if you need it.
   * Tons of issues undocumented. :-x   * Tons of issues undocumented. :-x
 +  * The root file system will be resized in the first booting process. OS will reboot automatically to complete the resizing process. 
 +  * To enable Auto-login, edit /​usr/​share/​lightdm/​lightdm.conf.d/​60-lightdm-gtk-greeter.conf file like this. 
 +  * <​code>​ 
 +[SeatDefaults] 
 +greeter-session=lightdm-gtk-greeter 
 +autologin-user=odroid </​code>​
 ===== Access Credentials ===== ===== Access Credentials =====
 || Username || Password || || Username || Password ||
Line 38: Line 45:
 || odroid || odroid || || odroid || odroid ||
  
-Note: Please change the password for a production environment.+ 
  
 ===== Kodi crashing when exit (workaround) ===== ===== Kodi crashing when exit (workaround) =====
Line 55: Line 62:
  
 ===== How to Update system and kernel software. Don't forget dist-upgrade ===== ===== How to Update system and kernel software. Don't forget dist-upgrade =====
-  sudo apt-get update +  sudo apt update 
-  sudo apt-get upgrade +  sudo apt upgrade 
-  sudo apt-get dist-upgrade +  sudo apt dist-upgrade 
 +  sudo apt install linux-image-xu3  
 +  sudo reboot
 ===== Linux Kernel ===== ===== Linux Kernel =====
 **This guide is only for the NATIVE BUILD.** ​ Run it on the board. **This guide is only for the NATIVE BUILD.** ​ Run it on the board.
Line 69: Line 77:
 $ make -j9 $ make -j9
 $ sudo make modules_install $ sudo make modules_install
-$ sudo cp arch/​arm/​boot/​zImage /​media/​boot +$ sudo cp -f arch/​arm/​boot/​zImage /​media/​boot 
-$ sudo cp arch/​arm/​boot/​dts/​exynos5422-odroidxu3.dtb /media/boot+$ sudo cp -f arch/​arm/​boot/​dts/​exynos5422-odroidxu3.dtb /media/boot
 </​code>​ </​code>​
  
en/xu3_ubuntu_release_note_20161011.1476189904.txt.gz · Last modified: 2016/10/11 21:15 by mdrjr
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0