Hello,Look like that you don't load the .resource_table section in memory, or that the SPL does not provide the address to the Linux.1 ) Do you fill the backup/tamp registers to provide the M4 state and resource table address information to the Linux...
> I am debugging with Eclipse using PyOCD in engineering mode by using STLinkV2 (on STM32MP1 Dev kit).> I am able to start with debugging but when breakpoint hits into thread and it goes to SPI driver > inside Zephyr and it is getting stuck there and...
Hello,The engineering mode is not supported in Zephyr for the stm32mp15 platform. It has been designed to work in production mode, means that the system is initialized by the Cortex-A and the cortex-M is acting as a coprocessor.If you want to support...
"systemd-journald[292]: /dev/kmsg buffer overrun, some messages lost..."The message just informs you that there is an overflow in kmesg, meaning that you are facing some overruns in Kernel message trace mechanism.This occurs because you send a lot o...