User Tools

Site Tools


details:arm:exynos

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

details:arm:exynos [2014.03.23 - 14:11]
alexander.krause created
details:arm:exynos [2014.05.01 - 07:47] (current)
alexander.krause
Line 39: Line 39:
 </​code>​ </​code>​
  
 +===== Building =====
 +==== Kernel ====
 +<​code>​
 +# cd /usr/src
 +# git clone git://​github.com/​hardkernel/​linux
 +# make uImage
 +# make modules modules_install
 +# mount /boot
 +# cp arch/​arm/​boot/​uImage /boot
 +</​code>​
 +
 +==== u-Boot ====
 +<​code>​
 +# cd /root
 +# git clone https://​github.com/​hardkernel/​u-boot
 +# cd uboot
 +# make distclean ​
 +# make smdk5410_config
 +
 +</​code>​
 ===== Links ===== ===== Links =====
   * http://​www.hardkernel.com/​   * http://​www.hardkernel.com/​
   * http://​hardkernel.com/​main/​products/​prdt_info.php?​g_code=G138745696275&​tab_idx=2   * http://​hardkernel.com/​main/​products/​prdt_info.php?​g_code=G138745696275&​tab_idx=2
details/arm/exynos.txt ยท Last modified: 2014.05.01 - 07:47 by alexander.krause