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
Next revision Both sides next revision
en:xu3_ubuntu_release_note_20160114 [2016/02/26 09:27]
odroid [Kodi crashing when exit]
en:xu3_ubuntu_release_note_20160114 [2016/02/28 11:44]
odroid [Linux Kernel]
Line 69: Line 69:
  
 ===== 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 80:
 $ 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.txt · Last modified: 2016/06/01 15:31 by odroid
CC Attribution-Share Alike 3.0 Unported
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0