Skip to content

Commit

Permalink
bsp: cvitek: aarch64: add switchto-arm diagram
Browse files Browse the repository at this point in the history
In actual operation, we often forget how to connect
the wires, so we just put the schematic diagram in
the readme document for quick recall.

Signed-off-by: Chen Wang <unicorn_wang@outlook.com>
  • Loading branch information
unicornx committed Feb 27, 2025
1 parent 5068329 commit ba1ba6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bsp/cvitek/cv18xx_aarch64/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ scons 会执行如下步骤的工作:

2.`fip.bin` (自己打包生成的或者 prebuild 的) 和编译生成的 `boot.sd` 复制到 SD 卡第一个分区中。`fip.bin` 是小核启动固件,如果只关注 ARM 大核系统,后续只需更新大核的固件,即更新 `boot.sd` 文件即可。

3. Duo256M 的大核可以选择使用 RISC-V 或者 ARM,默认使用的是 RISC-V 核,所以这里需要通过短接物理引脚 35(Boot-Switch)和 GND 来切换到 ARM 核。具体参考 [Milk-V Duo 256M 的官方说明](https://milkv.io/zh/docs/duo/getting-started/duo256m#risc-v-%E4%B8%8E-arm-%E5%88%87%E6%8D%A2)
3. Duo256M 的大核可以选择使用 RISC-V 或者 ARM,默认使用的是 RISC-V 核,所以这里需要通过短接物理引脚 35(Boot-Switch)和 GND 来切换到 ARM 核,如下图所示。具体参考 [Milk-V Duo 256M 的官方说明](https://milkv.io/zh/docs/duo/getting-started/duo256m#risc-v-%E4%B8%8E-arm-%E5%88%87%E6%8D%A2)

![](./switchto-arm.png)

4. 配置 **串口0** 参数: 115200 8N1 ,硬件和软件流控为关。

Expand Down
Binary file added bsp/cvitek/cv18xx_aarch64/switchto-arm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ba1ba6b

Please sign in to comment.