Site Tools


kerneldev

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
kerneldev [2012/07/06 14:32] – [3.0.x Kernel series] turboosterkerneldev [2013/08/22 13:36] – [3.0.x Kernel series] stuw
Line 186: Line 186:
  
 Reboot. Reboot.
 +
 +===== 3.10.x Kernel series =====
 +3.10 build process is close to 3.0 for-next.
 +Device-tree is mandatory, you need to build it and concatenate with a kernel:
 +<code>
 +make dtbs
 +cat arch/arm/boot/tegra20-paz00.dtb >> arch/arm/boot/zImage
 +</code>
 +But 3.10 don't use paz00_defconfig anymore. Instead is uses tegra_defconfig (main idea of device-tree is to have all-in-one kernel and choose drivers on boot time using device-tree):
 +<code>make tegra_defconfig</code>
  
 ==== Kernel Debugging ==== ==== Kernel Debugging ====
kerneldev.txt · Last modified: 2014/06/21 18:57 by santox