ODYSSEY – STM32MP157C Evaluation Board Changing kernel version

I want to use older kernel version of stm32mp157c.
https://www.digikey.com/eewiki/display/linuxonarm/ODYSSEY-STM32MP157C

I simply tried to change firmware by git checkout origin/v4.1.x -b tmp and get .dtb files but it stops at

Starting kernel …
image

How can I fix this problem?

v4.1 ? The current 4.19 and 5.4 versions of the kernel are relatively stable.

Yes, but we have to install with older kernel version to use specific module.

What kind of drive? Can’t you recompile on a new kernel? @1116

We have to use kernel functions which is support until kernel version 4.14(ex.setup_timer()).

I tried another stable kernel version(4.14) but the result was same.