Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Examples: Zephyr: multi rpmsg services update documentation #7

Merged
merged 2 commits into from
Nov 29, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 2 additions & 4 deletions examples/zephyr/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# Zephyr Example Application

This repository contains Zephyr example applications. The main purpose of this
repository is to provide references and demo on the use of OpenAMP on Zephyr based
applications. features demonstrated in this example are:
repository is to provide references and demo on the use of OpenAMP on Zephyr based applications. features demonstrated in this example are:

- [rpmsg multi service][rms_app] application

Expand Down Expand Up @@ -34,11 +33,10 @@ west update
The application can be built by running:

```shell
west z openamp-zephyr-staging build -b $BOARD app
west build -b $BOARD `$ZEPHYR_EXAMPLE`
```

where `$BOARD` is the target board and `$ZEPHYR_EXAMPLE`.
The `custom_plank` board found in this repository can be used.
Note that Zephyr sample boards may be used if an appropriate overlay is provided (see `app/boards`).

A sample debug configuration is also provided. You can apply it by running:
Expand Down