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

Replace CHIP by Matter in Tv app Linux README #26818

Merged
merged 6 commits into from
May 29, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions examples/tv-app/linux/README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# CHIP TV Example
# Matter TV Example

An example showing the use of CHIP on the Linux. The document will describe how
to build and run CHIP TV Example on Raspberry Pi. This doc is tested on **Ubuntu
to build and run Matter TV 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)**

<hr>

- [CHIP TV Example](#chip-tv-example)
- [Matter TV Example](#matter-tv-example)
- [Building](#building)
- [Exercising Commissioning](#exercising-commissioning)
- [App Platform commands](#app-platform-commands)
Expand Down Expand Up @@ -181,7 +181,7 @@ TODO

1. A Raspberry Pi 4 board
2. A USB Bluetooth Dongle, Ubuntu desktop will send Bluetooth advertisement,
which will block CHIP from connecting via BLE. On Ubuntu server, you need
which will block Matter from connecting via BLE. On Ubuntu server, you need
to install `pi-bluetooth` via APT.
3. Ubuntu 20.04 or newer image for ARM64 platform.

Expand Down