File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
bsp/bluetrum/ab32vg1-ab-prougen Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -68,6 +68,8 @@ ab32vg1-prougen 是 中科蓝讯(Bluetrum) 推出的一款基于 RISC-V 内核
6868
6969本 BSP 为开发者提供 GCC 开发环境。下面介绍如何将系统运行起来。
7070
71+ 教学视频:https://www.bilibili.com/video/BV1RV411v75P/
72+
7173#### 硬件连接
7274
7375使用数据线连接开发板到 PC,打开电源开关。
@@ -94,13 +96,12 @@ msh >
9496此 BSP 默认只开启了 GPIO 和 串口0 的功能,如果需使用 SD 卡、Flash 等更多高级功能,需要利用 ENV 工具对BSP 进行配置,步骤如下:
9597
96981 . 在 bsp 下打开 env 工具。
97-
98992 . 输入` menuconfig ` 命令配置工程,配置好之后保存退出。
99-
1001003 . 输入` pkgs --update ` 命令更新软件包。
101-
1021014 . 输入` scons ` 命令重新编译工程。
103102
103+ 更多细节请参见使用指南:https://ab32vg1-example.readthedocs.io/zh/latest/introduction.html
104+
104105## 注意事项
105106
106107波特率默认为 1.5M,需要使用 [ Downloader] ( https://github.com/BLUETRUM/Downloader ) 下载 ` .dcf ` 到芯片,需要编译后自动下载,需要在 ` Downloader ` 中的下载的下拉窗中选择 ` 自动 ` ;目前暂时屏蔽 uart1 打印
You can’t perform that action at this time.
0 commit comments