Translations:How To Build Linux Kernel/6/en

Версия от 19:02, 24 апреля 2019; RomanKulibaba (обсуждение | вклад) (Новая страница: «'''3.''' Initialize external modules: <pre> cd KERNEL</pre> <pre> git submodule init</pre> <pre> git submodule update</pre> '''4.''' Install config for build o…»)
(разн.) ← Предыдущая | Текущая версия (разн.) | Следующая → (разн.)

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