-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: ZHANG Yuntian <[email protected]>
- Loading branch information
1 parent
6a73587
commit 45ccd09
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
@@ -1,14 +1,14 @@ | ||
<!-- cmdrun rsdk build --help --> | ||
|
||
## Build Radxa OS image | ||
## Build RadxaOS image | ||
|
||
When no suite or edition options is supplied, `rsdk build` will use the value defined in `src/share/rsdk/configs/products.json`. | ||
When no suite or edition options is supplied, `rsdk-build` will use the product-specific default values, which are defined in `src/share/rsdk/configs/products.json` as the first element of the respective array. | ||
Using ROCK 3C as an example, if you want to build a cli edition Radxa OS image for Debian bullseye, you can run the following commands. | ||
|
||
```bash | ||
rsdk build rock-3c bullseye cli | ||
``` | ||
|
||
## Radxa OS image save path | ||
## RadxaOS output path | ||
|
||
you can find Radxa OS image in `out/${product}_${suite}_${edition}/output.img`. | ||
you can find the generated RadxaOS image as `out/${product}_${suite}_${edition}/output.img`. |