Re: [yocto] [meta-zephyr 0/2] add support of the zephyr-openamp-rsc-table sample on STM32MP157

2021-10-05 Thread Arnaud Pouliquen
; Regards, > Naveen > >> -Original Message- >> From: yocto@lists.yoctoproject.org On >> Behalf Of Arnaud Pouliquen >> Sent: Wednesday, September 29, 2021 5:41 PM >> To: yocto@lists.yoctoproject.org >> Cc: Kumar Gala ; Kevin Townsend >> >&g

[yocto] [meta-zephyr 1/2] conf: machine: add stm32mp157c-dk2 support

2021-09-29 Thread Arnaud Pouliquen
by loading Zephyr image to Cortex-M4 core from Linux using remoteproc framework. Signed-off-by: Arnaud Pouliquen --- conf/machine/stm32mp157c-dk2.conf | 8 1 file changed, 8 insertions(+) create mode 100644 conf/machine/stm32mp157c-dk2.conf diff --git a/conf/machine/stm32mp157c-dk2

[yocto] [meta-zephyr 0/2] add support of the zephyr-openamp-rsc-table sample on STM32MP157

2021-09-29 Thread Arnaud Pouliquen
oard. The support of the board is also added in this series. Arnaud Pouliquen (2): conf: machine: add stm32mp157c-dk2 support zephyr-kernel: add openamp-rsc-table sample conf/machine/stm32mp157c-dk2.conf | 8 .../zephyr-kernel/zephyr-openamp-rsc-table.bb

[yocto] [meta-zephyr 2/2] zephyr-kernel: add openamp-rsc-table sample

2021-09-29 Thread Arnaud Pouliquen
The recipe to build rpmsg sample demonstrating messaging between main core dunning Linux and and the coprocessor running Zephyr. Useful to demonstrate inter-processing communication. Signed-off-by: Arnaud Pouliquen --- .../zephyr-kernel/zephyr-openamp-rsc-table.bb | 10 ++ 1