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 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)**.