From d72326d027092f83516630b0fe300a106ea2fa76 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 24 May 2023 23:45:02 +0200 Subject: [PATCH 1/4] Update README.md Replace CHIP by Matter in tv-app/linux/README.md --- examples/tv-app/linux/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/tv-app/linux/README.md b/examples/tv-app/linux/README.md index 147c6c81804f55..78d27795b4e7a5 100644 --- a/examples/tv-app/linux/README.md +++ b/examples/tv-app/linux/README.md @@ -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)**
-- [CHIP TV Example](#chip-tv-example) +- [Matter TV Example](#chip-tv-example) - [Building](#building) - [Exercising Commissioning](#exercising-commissioning) - [App Platform commands](#app-platform-commands) @@ -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. From 6dd694c7b7405cecaff863a77ac46d07a86326f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Wed, 24 May 2023 23:46:43 +0200 Subject: [PATCH 2/4] Fix header link --- examples/tv-app/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tv-app/linux/README.md b/examples/tv-app/linux/README.md index 78d27795b4e7a5..137568c71e19ea 100644 --- a/examples/tv-app/linux/README.md +++ b/examples/tv-app/linux/README.md @@ -7,7 +7,7 @@ Desktop 20.10 (aarch64)**
-- [Matter TV Example](#chip-tv-example) +- [Matter TV Example](#matter-tv-example) - [Building](#building) - [Exercising Commissioning](#exercising-commissioning) - [App Platform commands](#app-platform-commands) From 66267d76703f773d6acaca834dfc2944468ee80e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 25 May 2023 19:57:59 +0200 Subject: [PATCH 3/4] Update README.md Restyled by prettier-markdown --- examples/tv-app/linux/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/examples/tv-app/linux/README.md b/examples/tv-app/linux/README.md index 137568c71e19ea..e33d31538dfb55 100644 --- a/examples/tv-app/linux/README.md +++ b/examples/tv-app/linux/README.md @@ -1,9 +1,9 @@ # Matter TV Example An example showing the use of CHIP on the Linux. The document will describe how -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)** +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)**
@@ -181,8 +181,8 @@ TODO 1. A Raspberry Pi 4 board 2. A USB Bluetooth Dongle, Ubuntu desktop will send Bluetooth advertisement, - which will block Matter from connecting via BLE. On Ubuntu server, you need - to install `pi-bluetooth` via APT. + 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. - Building From 9c43a423503d08d87076802a976a6901e5ea3047 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20BOU=C3=89?= Date: Thu, 25 May 2023 20:27:00 +0200 Subject: [PATCH 4/4] Update README.md Restyled by prettier-markdown --- examples/tv-app/linux/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/tv-app/linux/README.md b/examples/tv-app/linux/README.md index e33d31538dfb55..547069f1960f37 100644 --- a/examples/tv-app/linux/README.md +++ b/examples/tv-app/linux/README.md @@ -182,7 +182,7 @@ TODO 1. A Raspberry Pi 4 board 2. A USB Bluetooth Dongle, Ubuntu desktop will send Bluetooth advertisement, which will block Matter from connecting via BLE. On Ubuntu server, you - need to install `pi-bluetooth` via APT. + need to install `pi-bluetooth` via APT. 3. Ubuntu 20.04 or newer image for ARM64 platform. - Building