Skip to content

Commit

Permalink
改了编译命令
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyRay019 committed Aug 12, 2024
1 parent e27e068 commit 19102d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ch1-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

`git clone -b phytium_pi_dev [email protected]:arceos-usb/arceos_experiment.git`

编译镜像命令:`make A=apps/uvc PLATFORM=aarch64-phytium-pi LOG=debug`
编译镜像命令:`make A=apps/uvc PLATFORM=aarch64-phytium-pi LOG=trace`

生成的bin文件在apps/cli目录下

Expand Down Expand Up @@ -78,7 +78,7 @@
在项目根目录下输入:

```
make A=apps/usb PLATFORM=aarch64-phytium-pi LOG=debug chainboot
make A=apps/uvc PLATFORM=aarch64-phytium-pi LOG=trace chainboot
```

前面的make是将整个arceos内核与USB驱动给编译好,
Expand Down

0 comments on commit 19102d3

Please sign in to comment.