2021-12-30 01:58 PM
Hi I built the linux kernel by following the steps on the stm32mpu wiki web. All default configuration except enabled earlyprintk.
However, when I restart the system, it does not work any more.
This is the error in boot log.
...
[ 0.349451] pps_core: LinuxPPS API ver. 1 registered
[ 0.354493] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 0.363706] PTP clock support registered
[ 0.368477] arm-scmi firmware:scmi0: SCMI Notifications - Core Enabled.
[ 0.375147] 8<--- cut here ---
[ 0.378218] Unhandled fault: external abort on non-linefetch (0x008) at 0xe081f004
[ 0.385829] pgd = (ptrval)
[ 0.388549] [e081f004] *pgd=c183c811, *pte=2ffff653, *ppte=2ffff453
[ 0.394877] Internal error: : 8 [#1] PREEMPT SMP ARM
...
Any hint? The board is stm32mp157f-dk2
Thanks
2022-01-04 01:37 AM
Hi @uouox ,
Could you please elaborate further if you used Developer package or Distribution package for rebuild ?
What ecosystem / kernel version ?
Are you using default Device Tree as per delivered by ST ?
Thx
Olivier