Aw: Re: debugging crash for arm64

2021-12-08 Thread Frank Wunderlich
: "Frank Wunderlich" , "u-boot@lists.denx.de" > > Betreff: Re: debugging crash for arm64 > > Just had the same and you are probably missing to map that mem area to the > MMU. grep for PTE_BLOCK_MEMTYPE in board > and you will see how to. > That said, I thin

Re: debugging crash for arm64

2021-12-08 Thread Joakim Tjernlund
on behalf of Frank Wunderlich Sent: 08 December 2021 12:12 To: u-boot@lists.denx.de Subject: debugging crash for arm64 Hi, i got a crash on uboot while running reset-command in rk3568 board (bananapi-r2 pro, currently not in upstream). maybe a callback is missing (e.g. reset_cpu())?? i tried

debugging crash for arm64

2021-12-08 Thread Frank Wunderlich
Hi, i got a crash on uboot while running reset-command in rk3568 board (bananapi-r2 pro, currently not in upstream). maybe a callback is missing (e.g. reset_cpu())?? i tried to analyse it using the documentation: https://u-boot.readthedocs.io/en/latest/develop/crash_dumps.html Resetting CPU