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

Материал из Wiren Board
(Новая страница: «'''3.''' Initialize external modules: <pre> cd KERNEL</pre> <pre> git submodule init</pre> <pre> git submodule update</pre> '''4.''' Install config for build o…»)
 
м (FuzzyBot переименовал страницу Translations:Сборка ядра/6/en в Translations:How To Build Linux Kernel/6/en без оставления перенаправления: Часть переводимой страницы Сборка ядра.)
 
(нет различий)

Текущая версия на 05:36, 31 мая 2021

Определение сообщения (How To Build Linux Kernel)
'''3.'''  Инициализируйте внешние модули:
<pre>
cd KERNEL</pre>
<pre>
git submodule init</pre>
<pre>
git submodule update</pre>
'''4.''' Установите конфиг для сборки под Wiren Board<pre>
make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- mxs_wirenboard_defconfig
</pre>

3. Initialize external modules:

cd KERNEL
git submodule init
git submodule update

4. Install config for build on Wiren Board

make ARCH=arm CROSS_COMPILE=arm-linux-gnueabi- mxs_wirenboard_defconfig