From 2f08af72518e5dff82d5046cfa97c2b83690204f Mon Sep 17 00:00:00 2001 From: grilliiiii Date: Thu, 18 Apr 2024 14:13:43 +0800 Subject: [PATCH 1/2] update: fix the wiki err in 'Connect Grove Vision AI V2 to the SenseCAP Mate APP --- .../Application/grove-vision-ai-v2-sensecap-app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-sensecap-app.md b/docs/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-sensecap-app.md index 5739732951a3..b87960e99889 100644 --- a/docs/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-sensecap-app.md +++ b/docs/Sensor/Grove/Grove_Sensors/AI-powered/Grove-vision-ai-v2/Application/grove-vision-ai-v2-sensecap-app.md @@ -195,7 +195,7 @@ Please turn on the MQTT button and enter the following information that you need - **SSID & Password**: The name and password of the network you want XIAO to connect to. XIAO only supports 2.4G WiFi, 5G network is not available. -Please fill in the network configuration according to the device information of the Grove Vision AI V2 that we have added by SenseCAP in **[Step 3](#step-3-add-device)**. The difference is that the port number needs to be changed to **8883**. and the **SSL** button needs to be turned on. +Please fill in the network configuration according to the device information of the Grove Vision AI V2 that we have added by SenseCAP in **[Step 3](#step-3-add-device)**.
From 42f9c8833e5b3280246d4bf5cea56851ad3eb8cf Mon Sep 17 00:00:00 2001 From: grilliiiii Date: Thu, 18 Apr 2024 14:26:40 +0800 Subject: [PATCH 2/2] Update: add the command for reterminal driver installing --- .../Edge/Raspberry_Pi_Devices/reTerminal/reTerminal.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/Edge/Raspberry_Pi_Devices/reTerminal/reTerminal.md b/docs/Edge/Raspberry_Pi_Devices/reTerminal/reTerminal.md index d066091a2248..63fea076f138 100644 --- a/docs/Edge/Raspberry_Pi_Devices/reTerminal/reTerminal.md +++ b/docs/Edge/Raspberry_Pi_Devices/reTerminal/reTerminal.md @@ -652,10 +652,20 @@ sudo reboot sudo ./scripts/reTerminal.sh ``` +:::note + +Type the following if you don't want to upgrade the kernel at the same time: + +```sh +sudo ./scripts/reTerminal.sh --keep-kernel +``` +::: + You will see the following output if you have successfully installed the drivers

pir

+ - **Step 4.** Reboot the reTerminal ```sh