-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e27e068
commit 19102d3
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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目录下 | ||
|
||
|
@@ -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驱动给编译好, | ||
|