-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support Sipeed RV-Debugger Lite debug probe #31
Comments
Even I did so
and used the blink example, error still happened when uploading with sipeed-rv-debugger lite:
I noticed Sipeed RV-Debugger Lite is discussing the same problem. And I tried baudrate 128000 which is not right when I built and uploaded by nuclei-sdk(default baudrate 115200 is not right either). It's been a year but no any improvement has been done. A little disappointing about GD32. |
@KafCoppelia It should be considered as a success, even it says it's an error. This is not specific to RV-Debugger Lite. FYI: Some time ago, I have tried to mitigate this issue by writing enormous openocd script. |
@elfmimi Thanks for your and Joba-1's method. But I don't know how to change the scirpts to fit with rv-debugger lite. Using your script:
Then uploaded the blink project:
stuck here. Using Joba-1's
My rv-debugger lite using
|
Per user report from https://community.platformio.org/t/sipeed-rv-debugger-lite/19784.
The Lite version seems to be very close to the normal version listed at https://docs.platformio.org/en/latest/plus/debug-tools/sipeed-rv-debugger.html, but OpenOCD fails to pick up the adapter because of a USB device string constraint looking for
Dual RS232
, but the device reports something different.A fix is to comment the line
in the
C:\Users\<user>\.platformio\packages\tool-openocd-gd32v\scripts\interface\ftdi\sipeed-rv-debugger.cfg
file.But I htink a new adapter variant, openocd cfg file and
debug_tool = sipeed-rv-debugger-lite
along with an update oftool-openocd-gd32v
should be introduced to support the probe.The text was updated successfully, but these errors were encountered: