1116
#1
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 …
How can I fix this problem?
Baozhu
#2
v4.1 ? The current 4.19 and 5.4 versions of the kernel are relatively stable.
1116
#3
Yes, but we have to install with older kernel version to use specific module.
Baozhu
#4
What kind of drive? Can’t you recompile on a new kernel? @1116
1116
#5
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.