Skip to content

Commit

Permalink
Upgrade README
Browse files Browse the repository at this point in the history
  • Loading branch information
carbonfix committed Dec 8, 2023
1 parent 1d80ebf commit d1d59d9
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
8 changes: 7 additions & 1 deletion README-ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ cd duo-buildroot-sdk/

### <2>. 手動コンパイル

手動コンパイルをしたい場合は以下のコマンドを順に実行します。
If you have not executed the one-click compilation script, you need to manually download the toolchain [host-tools](https://sophon-file.sophon.cn/sophon-prod-s3/drive/23/03/07/16/host-tools.tar.gz) and extract it to the SDK root directory:

```
tar -xf host-tools.tar.gz -C /your/sdk/path/
```

Then enter the following commands sequentially:

```bash
export MILKV_BOARD=milkv-duo
Expand Down
8 changes: 7 additions & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,13 @@ cd duo-buildroot-sdk/

### 2、分步编译

可依次输入如下命令:
如果未执行过一键编译脚本,需要先手动下载工具链 [host-tools](https://sophon-file.sophon.cn/sophon-prod-s3/drive/23/03/07/16/host-tools.tar.gz),并解压到 SDK 根目录:

```
tar -xf host-tools.tar.gz -C /your/sdk/path/
```

再依次输入如下命令完成分步编译:

```bash
export MILKV_BOARD=milkv-duo
Expand Down
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,13 @@ cd duo-buildroot-sdk/

### <2>. Step-by-step Compilation

If you wish to perform step-by-step compilation, you can enter the following commands sequentially:
If you have not executed the one-click compilation script, you need to manually download the toolchain [host-tools](https://sophon-file.sophon.cn/sophon-prod-s3/drive/23/03/07/16/host-tools.tar.gz) and extract it to the SDK root directory:

```
tar -xf host-tools.tar.gz -C /your/sdk/path/
```

Then enter the following commands sequentially:

```bash
export MILKV_BOARD=milkv-duo
Expand Down

0 comments on commit d1d59d9

Please sign in to comment.