Modify, rebuild and reload the Linux® kernel

Revision as of 13:10, 6 February 2019 by Registered User

Template:ArticleMainWriter Template:ArticleProposedVersion



1. Overview

This stage will explain you how modify, rebuild and reload the Linux® kernel.
You will first be guide to install the Linux® kernel source code in the Developer Package directory. Then step by step you will execute procedures to modify, rebuild and reload the Linux® kernel.

2. Install git tools

3. Download the the Linux® kernel source

  • Download the STM32MP15-Ecosystem-v1.0.0 Developer Package Sources in your $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Developer-Package directory
  • Uncompress the tarball file to get the Linux kernel (Linux kernel source code, ST patches, ST configuration fragments...)
  • Uncompress the tarball file to get the sources installation script
 cd $HOME/STM32MPU_workspace/STM32MP15-Ecosystem-v1.0.0/Developer-Package
 tar xvf SOURCES-stm32mp1-openstlinux-4.19-thud-mp1-19-02-20.tar.xz
 cd stm32mp1-openstlinux-4.19-thud-mp1-19-02-20/sources/arm-openstlinux_weston-linux-gnueabi/linux-stm32mp-4.19-r0/
 tar xvf linux-4.19.9.tar.xz

4. Install the the Linux® kernel source

No categories assignedEdit