cancel
Showing results for 
Search instead for 
Did you mean: 

build and install Yocto kernel-modules package

mishuk
Associate III

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 ?

1 ACCEPTED SOLUTION

Accepted Solutions
Olivier GALLIEN
ST Employee

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.

View solution in original post

2 REPLIES 2
Olivier GALLIEN
ST Employee

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
Associate III

It works. Thank you for fast reply !