Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:toradex:kernel [2016-12-07 08:12] kalberersoftware:linux:toradex:kernel [Unbekanntes Datum] (aktuell) – gelöscht - Externe Bearbeitung (Unbekanntes Datum) 127.0.0.1
Zeile 1: Zeile 1:
-====== Toradex Colibri i.MX6 - Kernel ====== 
  
-Fetch Linux sources: 
- 
-<code> 
-$ cd $WD 
-$ git clone git://github.com/ntb-ch/linux 
-$ cd linux 
-$ git branch 
-* efs 
-$ git describe 
-Apalis_iMX6_LinuxImageV2.3Beta6_20150112-1-g879d496 
-</code> 
- 
-Configure and build Linux: 
- 
-<code> 
-$ make colibri_imx6_defconfig 
-$ time make 
-$ make UIMAGE_LOADADDR=0x10008000 uImage 
-$ make modules 
-$ make modules_install INSTALL_MOD_PATH=../modules/ 
-</code> 
- 
-===== Preempt-RT Kernel ===== 
-Eine Kurzanleitung ist im [[https://www.toradex.com/community/questions/486/how-to-build-real-time-kernel-for-apalis-imx6.html|Toradex-Forum]] zu finden. 
- 
-Patch Kernel.org RT Patch: 
-<code> 
-patch -p1 patch-3.14.28-rt25.patch < rt-patch-trdx-V2.5b3.patch 
- 
-cd ${KERNELDIR} 
- 
-patch -p1 < ../0001-ARM-imx6q-drop-unnecessary-semicolon.patch 
-patch -p1 < ../0002-ARM-clk-imx6q-fix-video-divider-for-rev-T0-1.0.patch 
-patch -p1 < ../0003-ARM-imx6sl-Disable-imx6sl-specific-code-when-imx6sl-.patch 
-patch -p1 < ../0004-mmc-sdhci-esdhc-imx-Fixup-runtime-PM-conditions-duri.patch 
-patch -p1 < ../0005-Revert-net-fec-fix-the-warning-found-by-dma-debug.patch 
-patch -p1 < ../patch-3.14.28-rt25.patch 
-patch -p1 < ../0001-fix-build.patch 
-patch -p1 < ../0002-fix-build-with-rt-enabled.patch 
-patch -p1 < ../0003-no-split-ptlocks.patch 
-patch -p1 < ../0004-imx-sdma-channel-use-raw-spinlock.patch 
- 
-make colibri_imx6_defconfig 
- 
-make menuconfig 
- 
-</code> 
- 
-Preempt_RT enable