2021-09-28 04:11 AM
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 ?
Solved! Go to Solution.
2021-09-28 04:26 AM
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
2021-09-28 04:26 AM
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
2021-09-28 04:41 AM
It works. Thank you for fast reply !