Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
en:xu3_ubuntu_release_note_20160708 [2016/07/08 11:15] john1117 [Known issues] |
en:xu3_ubuntu_release_note_20160708 [2016/08/19 17:44] (current) odroid [Kodi crashing when exit (workaround)] |
||
---|---|---|---|
Line 5: | Line 5: | ||
|| Release Type | Update Release || | || Release Type | Update Release || | ||
- | File name : ubuntu-16.04-mate-odroid-xu3-20160708.img | + | File name : ubuntu-16.04-mate-odroid-**xu3**-20160708.img |
+ | |||
+ | //**XU3 OS image is fully compatible with XU4.**// | ||
===== Download from below servers ===== | ===== Download from below servers ===== | ||
* Official US West Coast: [[http://odroid.in/ubuntu_16.04lts]] | * Official US West Coast: [[http://odroid.in/ubuntu_16.04lts]] | ||
Line 42: | Line 44: | ||
===== Kodi crashing when exit (workaround) ===== | ===== Kodi crashing when exit (workaround) ===== | ||
- | The Kodi(xbmc) crashes when exit. | + | The Kodi(xbmc) crashes when exit on non-CEC monitor. |
- | + | ||
- | Workaround : Open a virtual terminal (ctrl-alt-F2) and kill it. | + | |
- | + | ||
- | * killall -9 kodi.bin | + | |
- | And return to desktop (ctrl-alt-F7) | + | Update the system with "sudo apt update && sudo apt dist-upgrade" and reboot.\\ |
+ | Then the CEC configuration is disabled in the boot.ini file by default.\\ | ||
+ | * /media/boot/boot.ini | ||
+ | <code> | ||
+ | # --- HDMI CEC Configuration --- | ||
+ | # ------------------------------------------ | ||
+ | setenv cecenable "false" # false or true | ||
+ | </code> | ||
- | ===== How to Update system and kernel software ===== | + | ===== How to Update system and kernel software. Don't forget dist-upgrade ===== |
sudo apt-get update | sudo apt-get update | ||
sudo apt-get upgrade | sudo apt-get upgrade |