DebuggingBouffaloLabChipsWithGDB:修订间差异

来自Bouffalo Lab Docs
跳转到导航 跳转到搜索
张良留言 | 贡献
张良留言 | 贡献
无编辑摘要
 
第26行: 第26行:


[[文件:BL616DVKLight_CKLinkLite.gif| BL616DVKLight_CKLinkLite]]
[[文件:BL616DVKLight_CKLinkLite.gif| BL616DVKLight_CKLinkLite]]
==== 3. attachment ====

2026年7月23日 (四) 07:16的最新版本



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

BL616DVKLight_CKLinkLite


2. Perform GDB debugging.

Using Ubuntu as an example, run the following two commands separately:DebugServerConsole

riscv64-unknown-elf-gdb *.elf


BL616DVKLight_CKLinkLite


3. attachment