DebuggingBouffaloLabChipsWithGDBForWindows:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“ = How to debug the DVK light development board via CKLink: = ==== 1. Connect to the PC via USB. ==== GPIO 1 TCK GPIO 3 TDI GPIO 2 TDO GPIO 0 TMS 链接=文件:BL616DVK_Light_CKLinkLite.jpg|800x800像素| BL616DVKLight_CKLinkLite ==== 2. Perform GDB debugging. ==== Windows environments are also supported, but the setup is more complicated. We strongly recommend using the Ubuntu deve…” |
无编辑摘要 |
||
| 第11行: | 第11行: | ||
GPIO 0 TMS | GPIO 0 TMS | ||
[[ | [[文件:BL616DVK Light CKLinkLite.jpg| 600像素 | BL616DVKLight_CKLinkLite]] | ||
==== 2. Perform GDB debugging. ==== | ==== 2. Perform GDB debugging. ==== | ||
2026年6月24日 (三) 05:47的最新版本
How to debug the DVK light development board via CKLink:
1. Connect to the PC via USB.
GPIO 1 TCK
GPIO 3 TDI
GPIO 2 TDO
GPIO 0 TMS
2. Perform GDB debugging.
Windows environments are also supported, but the setup is more complicated. We strongly recommend using the Ubuntu development environment. If you choose to use a Windows environment:
- 2.1 debugserver
Debugserver can be used in a Windows environment. For details, please refer to the compressed package and the following two links:
- 2.2 gdb
For GDB, I recommend installing Ubuntu under WSL.
riscv64-unknown-elf-gdb *.elf