Tutorial2 Compiling Kernel
Tutorial2 Compiling Kernel
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
• Uname –r
• Link download kernel source-
code :
https://cdn.kernel.org/pub/linux/ke
rnel/v5.x/
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
• #wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-
5.6.4.tar.xz
• #unxz –v linux-5.6.4.tar.xz
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
• wget https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-
5.6.4.tar.sign
• gpg --verify linux-5.6.4.tar.sign
• gpg --recv-keys
647F28654894E3BD457199BE38DBBDC86092693E
• gpg --verify linux-5.6.4.tar.sign
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
Result in terminal
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Complie Kernel
• cd linux-5.6.4/
• sudo cp -v /boot/config-$(uname -r) .config
• sudo apt-get install build-essential libncurses-dev bison flex
libssl-dev libelf-dev
• make menuconfig
• sudo make -j 4 && sudo make modules_install -j 4 && sudo
make install -j 4
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596
Compile Kernel
Embedded Networking Research Group School of Elec. and Telecom - Hanoi University of Science and Technology
Email: [email protected] C9-411, Dai Co Viet str. 1, HBT, Hanoi Tel: +84-243-8693596