Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lboue authored Aug 28, 2024
1 parent cbc6bb1 commit a52c1cb
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions examples/rvc-app/linux/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Matter Linux Robotic Vacuum Cleaner Example

An example showing the use of CHIP on the Linux. The document will describe how
to build and run CHIP Linux Robotic Vacuum Cleaner Example on Raspberry Pi. This doc is tested
on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and **Ubuntu for
Raspberry Pi Desktop 20.10 (aarch64)**
An example showing the use of Matter on Linux. The document will describe how
to build and run Matter Linux Robotic Vacuum Cleaner Example on Raspberry Pi. This
doc is tested on **Ubuntu for Raspberry Pi Server 20.04 LTS (aarch64)** and
**Ubuntu for Raspberry Pi Desktop 20.10 (aarch64)**

To cross-compile this example on x64 host and run on **NXP i.MX 8M Mini**
**EVK**, see the associated
Expand All @@ -12,7 +12,7 @@ details.

<hr>

- [CHIP Linux Robotic Vacuum Cleaner Example](#chip-linux-robotic-vacuum-cleaner-example)
- [Matter Linux Robotic Vacuum Cleaner Example](#matter-linux-robotic-vacuum-cleaner-example)
- [Building](#building)
- [Commandline Arguments](#commandline-arguments)
- [Running the Complete Example on Raspberry Pi 4](#running-the-complete-example-on-raspberry-pi-4)
Expand Down Expand Up @@ -138,4 +138,3 @@ Obtain tracing json file.
$ ./{PIGWEED_REPO}/pw_trace_tokenized/py/pw_trace_tokenized/get_trace.py -s localhost:33000 \
-o {OUTPUT_FILE} -t {ELF_FILE} {PIGWEED_REPO}/pw_trace_tokenized/pw_trace_protos/trace_rpc.proto
```

0 comments on commit a52c1cb

Please sign in to comment.