Skip to main content
mishuk
Associate III
September 28, 2021
Solved

build and install Yocto kernel-modules package

  • September 28, 2021
  • 2 replies
  • 4171 views

Recompiling Linux kernel I have to rebuild the whole image because of kernel-modules, that are dependent on kernel version. After that I have to upload the whole image into STM development board via CubeMX Programmer which takes quiet a lot time.

How can I recompile only kernel modules package so that I can deploy it into target with kernel itself, install (via package manager) and get new kernel without building and uploading the whole image ?

This topic has been closed for replies.
Best answer by Olivier GALLIEN

Hi @mishuk​ 

I think wiki page https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package contains information you are looking for.

Hope it help,

Olivier

2 replies

Olivier GALLIEN
Olivier GALLIENBest answer
Technical Moderator
September 28, 2021

Hi @mishuk​ 

I think wiki page https://wiki.st.com/stm32mpu/wiki/How_to_cross-compile_with_the_Distribution_Package contains information you are looking for.

Hope it help,

Olivier

Olivier GALLIEN In order to give better visibility on the answered topics, please click on 'Accept as Solution' on the reply which solved your issue or answered your question.
mishuk
mishukAuthor
Associate III
September 28, 2021

It works. Thank you for fast reply !