Platform Kendryte K210, PIO Unified Debugger not works

Platform Kendryte K210, PIO Unified Debugger not works?

VSCode, Sipeed MAIX ONE, J-Link V8.
I have several problems:

  1. embedded: startup.tcl: 60: Error: Can’t find kendryte_jlink.cfg
    The absolute path in sipeed-maix-one.json solves this problem.
  2. Debugging now starts, but there is no firmware download and debugging.

debug console:
Reading symbols from c:/…/.pioenvs/sipeed-maix-one/firmware.elf…
done.
PlatformIO Unified Debugger > Redirecting...
PlatformIO: Initializing remote target…

Kendryte Open On-Chip Debugger For RISC-V v0.2.3 (2019-02-21)
Licensed under GNU GPL v2
adapter speed: 3000 kHz
Info : J-Link ARM V8 compiled May 27 2009 17:31:22
Info : Hardware version: 8.00
Info : VTarget = 3.293 V
Info : clock speed 3000 kHz
Info : JTAG tap: riscv.cpu tap/device found: 0x04e4796b (mfg: 0x4b5 (), part: 0x4e47, ver: 0x0)
Core [0] halted at 0x8000387e due to debug interrupt
Info : Examined RISCV core; found 2 harts
Info : Listening on port 3333 for gdb connections
Core [1] halted at 0x80002ed6 due to debug interrupt
Core [0] halted at 0x8000387e due to debug interrupt
Info : tcl server disabled

platformio.ini:
[env:sipeed-maix-one]
platform = kendryte210
board = sipeed-maix-one
framework = kendryte-standalone-sdk

debug_tool = jlink
upload_protocol = jlink

; kflash
; upload_protocol = kflash
upload_port = COM35
upload_speed = 115200
upload_flags = --sram

In KendryteIDE, debugging works on this equipment.

Please file an issue here Issues · sipeed/platform-kendryte210 · GitHub