git clone https://github.com/riscv/riscv-openocd.git 3. 使用如下命令安装ddd调试器 sudo apt-get install ddd 4. 按照OpenOCD源代码文件夹下的步骤进行编译,从而生成需要的elf文件,位置在 xx/riscv-openocd/src/openocd 5. 打开一个终端,启动gdbserver运行OpenOCD,命令行如下: gdbserver :0 ./openocd...
代码:https://gitee.com/luyaocf/openocd.git 官方文档:https://openocd.org/doc-release/html/1 swj_newdap1)完整的 swj_newdap 命令如下: swj_newdap $_CHIPNAME cpu -irlen 4 -ircapture 0x1 -irmask 0xf -expected-id $_CPUTAPID # 替换掉变量后为: swj_newdap air001 cpu -irlen 4 -irca...
git config --global user.name userName git config --global user.email userEmail 分支2 标签1 李柏灵add gitee readmebb3404c4年前 7274 次提交 提交 jimtcl@a9bf597 jimtcl: update to 0.77, the current version, enable only specific modules ...
git clone https://github.com/openocd-org/openocd.git 2.2 搭建OpenOCD源码编译环境 ./configure --prefix=/home/[**your path**]/openocd/riscv-openocd/openocd-bin --enable-verbose --enable-verbose-usb-io --enable-verbose-usb-comms --enable-remote-bitbang --enable-ftdi --disable-werror ...
https://github.com/openocd-org/openocd.git https://github.com/sysprogs/openocd 3)OpenOCD Windows 发行版本下载:https://gnutoolchains.com/arm-eabi/openocd/ 4)Windows 下编译 OpenOCD 参考: 官方说明:https://openocd.org/doc-release/README.Windows 参考:https://blog.csdn.net/ic2121/article/de...
git clone https://github.com/raspberrypi/openocd 这里克隆的是树莓派官方的opencod源码,可以调试rp2040的单个核心(因为wchlink不能多重调试) 4.获取wchLink的VID和PID 插入wchLink到电脑后终端执行 lsusb 得到像下面的输出 lsusb的输出 其中“QinHeng Electronics WCH-Link”就是我们的wchLink设备 ...
示例程序:https://gitee.com/luyaoCode/air105_mh1903s.git 串口烧录:https://github.com/racerxdl/air105-uploader.git 1 Air105 驱动编写 1)编写驱动详细过程可以去看看我的上一篇《OpenOCD 添加 Air001》,里面介绍了为 OpenOCD 增加驱动需要修改的文件。这里我们只介绍 air105.c 文件的内容。 2)同样的,...
OpenULINK firmware: change .lnk file extension to .lk in "make clean" 9 years ago .gitmodules gitmodules: use http protocol for git2cl module 12 years ago AUTHORS Add AUTHORS for 0.2.0 release. 14 years ago BUGS doc: Update patch procedure 11 years ago COPYING update files to ...
git config --global user.name userName git config --global user.email userEmail 使用HTTPS 协议时,命令行会出现如下账号密码验证步骤。基于安全考虑,Gitee 建议配置并使用私人令牌替代登录密码进行克隆、推送等操作 Username for 'https://gitee.com': userName ...
1.预先安装 git for windows 1.9.4https:///msysgit/msysg ... preview20140815.exe 2.下载 MinGW 安装程序 mingw-get-setup.exehttp://sourceforge.net/projects/ ... wnload?source=files 运行mingw-get-setup.exe 选择一个安装目录, 比如 F:/MinGW ...