DebuggingBouffaloLabChipsWithGDB

来自Bouffalo Lab Docs
张良留言 | 贡献2026年6月24日 (三) 01:09的版本 1. Connect to the PC via USB.
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转到导航 跳转到搜索



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