mirror of
https://github.com/sipeed/MaixCDK.git
synced 2026-09-11 06:09:42 -05:00
fix: correct typos in different files
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user