From 45ccd0976894760bb100a60471160113eb806129 Mon Sep 17 00:00:00 2001 From: CodeChenL <43897062+CodeChenL@users.noreply.github.com> Date: Thu, 18 Apr 2024 16:46:31 +0800 Subject: [PATCH] fix: close some change requests Co-authored-by: ZHANG Yuntian --- docs/cmd/rsdk-build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/cmd/rsdk-build.md b/docs/cmd/rsdk-build.md index 1088c31..e00f17e 100644 --- a/docs/cmd/rsdk-build.md +++ b/docs/cmd/rsdk-build.md @@ -1,14 +1,14 @@ -## 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`.