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/02/26 09:27]
odroid [Kodi crashing when exit]
en:xu3_ubuntu_release_note_20160114 [2016/06/01 15:31] (current)
odroid [Update the Kernel]
Line 65: Line 65:
 ** This issue has been fixed with the latest Kernel update. **\\ ** This issue has been fixed with the latest Kernel update. **\\
 ** Just run "sudo apt-get update && sudo apt-get dist-upgrade"​ ** ** 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 78: 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.1456448235.txt.gz · Last modified: 2016/02/26 09:27 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0