Перейти к содержанию

Навигация

How To Build Linux Kernel/en: различия между версиями

Новая страница: «'''3.''' Initialize external modules: <pre> cd KERNEL</pre> <pre> git submodule init</pre> <pre> git submodule update</pre> '''4.''' Install config for build o…»
(Новая страница: «or via ssh if you have an account: <pre> git clone git@github.com:contactless/linux.git KERNEL </pre>»)
(Новая страница: «'''3.''' Initialize external modules: <pre> cd KERNEL</pre> <pre> git submodule init</pre> <pre> git submodule update</pre> '''4.''' Install config for build o…»)
Строка 32: Строка 32:
</pre>
</pre>


'''3.''' Инициализируйте внешние модули:
'''3.'''   Initialize external modules:
<pre>
<pre>
cd KERNEL</pre>
cd KERNEL</pre>
Строка 39: Строка 39:
<pre>
<pre>
git submodule update</pre>
git submodule update</pre>
'''4.''' Установите конфиг для сборки под Wiren Board<pre>
'''4.''' Install config for build on Wiren Board<pre>
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- mxs_wirenboard_defconfig
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- mxs_wirenboard_defconfig
</pre>
</pre>
12 063

правки