Building Linux Kernel |
![]() |
This application note explains how to build Linux kernel images for the Emcraft STM32MP1 System-On-Module. Step through the following procedure:
$ sh ./meta-toolchain-qt5-openstlinux-weston-stm32mp1-som-x86_64-toolchain-3.1-snapshot.sh $ source /opt/st/stm32mp1-som/3.1-snapshot/environment-setup-cortexa7t2hf-neon-vfpv4-ostl-linux-gnueabi $ mkdir build $ make multi_v7_defconfig $ make -s -j10 uImage LOADADDR=0xC2000040 $ make stm32mp1-som.dtb $ make modules |