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_20161011 [2016/10/12 08:14]
odroid [New from previous versions]
en:xu3_ubuntu_release_note_20161011 [2017/07/29 10:37]
odroid [How to Update system and kernel software. Don't forget dist-upgrade]
Line 16: Line 16:
 ===== New features ===== ===== New features =====
   * Ubuntu 16.04.1   * Ubuntu 16.04.1
-  * Updated Mali GPU driver to r14p0 with proper ​VSYNC implementation+  * Updated Mali GPU driver to the latest **r14p0** with VSYNC implementation
   * Mali for VSYNC support (start the application with FORCE_VSYNC=1 ./myAPP)   * 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
   * fstrim support on eMMC    * fstrim support on eMMC 
   * 3.5" LCD & Touchscreen driver   * 3.5" LCD & Touchscreen driver
-  ​* 3.5" LCD rotation fixed +  * Better USB Storage ​class support
-  ​* Better USB Storage+
   * dmcrypt fix CPU hotplug support   * dmcrypt fix CPU hotplug support
   * xpad joystick support   * xpad joystick support
Line 29: Line 29:
   * debloat zImage a little   * debloat zImage a little
  
-===== 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 40: 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 57: 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 71: 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.txt · Last modified: 2017/07/29 10:37 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0