fix: correct typos in different files

This commit is contained in:
Savelii Pototskii
2024-07-20 16:34:14 +05:00
parent ab54f0eeaf
commit 715fdb05d4
56 changed files with 69 additions and 69 deletions

View File

@@ -8,7 +8,7 @@ title: Use LVGL in MaixCDK
* Execute `maixcdk build` to build the project for PC.
* Execute `maixcdk run` to run the project on PC.
You can also excute `maixcdk menuconfig` to change platform to build for other platform.
You can also execute `maixcdk menuconfig` to change platform to build for other platform.
## Custom your own UI

View File

@@ -73,7 +73,7 @@ docker attach maixcdk-env
```
## Execute command though host shell
## Execute command through host shell
```shell
docker exec -it --user $USER maixcdk-env "cd /MaixCDK/examples/hello_world && maixcdk build && maixcdk run"

View File

@@ -3,7 +3,7 @@ MaixCDK FAQ
## Downloading ippicv_2021.8_lnx_intel64_20230330_general.tgz takes a long time or fail
Mannually download according to the log's url, and put it into:
Manually download according to the log's url, and put it into:
`MaixCDK -> components -> opencv -> opencv4 -> .cache -> ippicv`
The file name is `43219bdc7e3805adcbe3a1e2f1f3ef3b-ippicv_2021.8_lnx_intel64_20230330_general.tgz`,
File name and url can also be found in `MaixCDK/components/3rd_party/opencv/opencv4/3rdparty/ippicv/ippicv.cmake`