kendryte / kendryte-standalone-sdk

Standalone SDK for kendryte K210
https://kendryte.com
Apache License 2.0
440 stars 161 forks source link

无法使用kflash将代码烧录到开发板上 #131

Closed Reihold-Chen closed 2 years ago

Reihold-Chen commented 2 years ago

BUG REPORT

toolchain version

standalone SDK 0.5.6 kflash V1.6

Hardware

Maix DOCK

problem

在烧写代码时, kflash提示如下错误: image kflash配置如下: image

但是我用 maixpy IDE 时, 下载功能是正常的, 说明连接没有问题.

不只是是否有人遇到过这个问题

zhen8838 commented 2 years ago

你可以试试直接使用kflash.py

Reihold-Chen commented 2 years ago

可用的解决办法:

kflash 1.0.2 #出现 代表安装成功



 - 使用kflash下载, 到bin文件目录
 ```python -m kflash -B dan hello_world.bin```