DebuggingBouffaloLabChipsWithGDB:修订间差异
跳转到导航
跳转到搜索
创建页面,内容为“ 通过CKLink调试DVK light开发板” |
|||
| (未显示同一用户的7个中间版本) | |||
| 第1行: | 第1行: | ||
= 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| 600像素 | BL616DVKLight_CKLinkLite]] | |||
==== 2. Perform GDB debugging. ==== | |||
Using Ubuntu as an example, run the following two commands separately:<code>DebugServerConsole</code> | |||
<code>riscv64-unknown-elf-gdb *.elf</code> | |||
[[文件:BL616DVKLight_CKLinkLite.gif| BL616DVKLight_CKLinkLite]] | |||
