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

м
FuzzyBot переименовал страницу Сборка ядра/en в How To Build Linux Kernel/en без оставления перенаправления: Часть переводимой страницы Сборка ядра.
(Новая страница: «export kernel_version=3.19.0-imxv5-x0.1 (the version string should be taken from the output of the Assembly scripts from the previous paragraph)»)
м (FuzzyBot переименовал страницу Сборка ядра/en в How To Build Linux Kernel/en без оставления перенаправления: Часть переводимой страницы Сборка ядра.)
 
(не показано 7 промежуточных версий 1 участника)
Строка 43: Строка 43:
</pre>
</pre>


==Building kernel==
==Building the kernel==


The kernel built with the package in tar.gz archives:
The kernel built with the package in tar.gz archives:
Строка 57: Строка 57:


Скрипты:  
Скрипты:  
* tools/copy_kernel_latest_deb.sh - копирует и устанавливает последний deb-пакет с ядром. Аргумент: папка с rootfs (или примонтированный eMMC/microSD накопитель Wiren Board)
* tools/copy_kernel_latest_deb.sh - copies and installs the latest. deb kernel package. Argument: folder with rootfs (or mounted eMMC/microSD drive Wiren Board)
* tools/scp_kernel_latest_deb.sh - - копирует и устанавливает последний deb-пакет с ядром. Аргумент: root@hostname, где hostname - это IP-адрес Wiren Board
* tools/scp_kernel_latest_deb.sh - copies and installs the latest deb package with the kernel. Argument: root@hostname, where hostname is the IP address of the Wiren Board




== Работа с конфигом ядра ==
== Managing kernel config ==




=== Редактирование конфига ядра ===
=== Editing the kernel config ===


cd KERNEL
cd KERNEL
Строка 72: Строка 72:




=== Список изменений относительно стандартного конфига ===
=== List of changes relative to the standard config ===


  ./config_diff.sh
  ./config_diff.sh




=== Применение изменений в стандартный конфиг ===
=== Applying the changes to the standard config ===
 
This item is needed to change the standard configuration of the Wiren Board, for example to send a patch or pull request.


Этот пункт нужен, чтобы изменить стандартный конфиг Wiren Board, например чтобы отправить патч или pull request.
  cd KERNEL
  cd KERNEL


wb_editors
14 355

правок