From 7bb918b0c98717edeb1c199cea3855c44cf4d8b1 Mon Sep 17 00:00:00 2001 From: Bill Mills Date: Thu, 4 Jul 2024 09:41:47 -0400 Subject: [PATCH] rpmsg_multi_services: Update README for new links, kv260, and demo images * Add kv260_r5 board * Document & reference openamp-ci-images and containers * Document demo1 script in demo images * Update Zephyr board doc links to new url structure * Make it clear that stm32mp157f_dk2 is NOT a Zephyr board target * Fix typo: lower case c and f in stm32mp157 board names * Fix typo: rrottfs -> rootfs * Fix typo: drop the initial L before the the stm32 board names Signed-off-by: Bill Mills --- examples/zephyr/rpmsg_multi_services/README.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/examples/zephyr/rpmsg_multi_services/README.rst b/examples/zephyr/rpmsg_multi_services/README.rst index 4846efb..9a6490f 100644 --- a/examples/zephyr/rpmsg_multi_services/README.rst +++ b/examples/zephyr/rpmsg_multi_services/README.rst @@ -22,8 +22,9 @@ the co-processor. Tested on board: -* `Lstm32mp157C_dk2 `_ -* `Lstm32mp157F_dk2 `_ +* `stm32mp157c_dk2 `_ +* stm32mp157f_dk2 (use stm32mp157c_dk2 for the zephyr build) +* `kv260_r5 `_ Building the application ************************* @@ -50,9 +51,19 @@ Enable: `rpmsg-utils `_ binaries +**Note:** The Linux OS builds built by `openamp-ci-builds `_ +fulfill these requirements as do the `OpenAMP demo images `_ +and the `OpenAMP demo docker images `_. + Running the sample ******************* +The demo1 script ( +for `stm32mp15x `_ +or for `zynqmp `_ ) +in the demo images run this demo. The section below can be used to run the demo manually or to +better understand what is going on. + Zephyr console ============== @@ -79,7 +90,7 @@ Open a Linux shell (minicom, ssh, etc.) * Start the demo environment -First copy the rpmsg_multi_services.elf file on the target rrottfs in /lib/firmware folder. +First copy the rpmsg_multi_services.elf file on the target rootfs in /lib/firmware folder. Then start the firmware: .. code-block:: console