Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update K510_SDK_Build_and_Burn_Guide.md Chapter 6 #42

Merged
merged 1 commit into from
Jun 26, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions zh/K510_SDK_Build_and_Burn_Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -549,12 +549,14 @@ K510 支持sdcard和eMMC启动方式,每次编译时在k510_buildroot/k510_crb

K510 通过 BOOT0 和 BOOT1 两个硬件管脚的状态决定芯片启动方式,具体设置请参考开发板的启动说明章节。

| BOOT1 | BOOT0 | 启动方式 |
| ----- | ----- | ------------- |
| 0 | 0 | 串口启动 |
| 0 | 1 | SD卡启动 |
| 1 | 0 | NANDFLASH启动 |
| 1 | 1 | EMMC启动 |
| BOOT1 | BOOT0 | 启动方式 |
| ------- | ------- | ------------ |
| 0(ON) | 0(ON) | 串口启动 |
| 0(ON) | 1(OFF) | SD卡启动 |
| 1(OFF) | 0(ON) | NANDFLASH启动 |
| 1(OFF) | 1(OFF) | EMMC启动 |

![](images/hw_crb_v1_2/clip_hw_3_9.jpg)

## 6.1 烧录镜像到sd卡

Expand Down