kflash.py icon indicating copy to clipboard operation
kflash.py copied to clipboard

kflash, A Python-based cross-platform Kendryte K210 UART ISP Utility

Results 18 kflash.py issues
Sort by recently updated
recently updated
newest added

# 版本 - 硬件:Maixduino - 软件:[python-kflash 0.9.1-3](https://aur.archlinux.org/packages/python-kflash) - 系统:Linux xx 5.10.105-1-MANJARO #1 SMP PREEMPT Fri Mar 11 14:12:33 UTC 2022 x86_64 GNU/Linux # 实际测试 速度在 10 kb,感觉上比 Mind+ 慢了好多 ```bash...

我是新手, 我正打算用kflash在window上烧录代码 我尝试过如下方法 - `kflash -B dan hello_world.bin` : 无法将“kflash”项识别为 cmdlet、函数、脚本文件或可运行程序的名称。 - `python kflash -B dan hello_world.bin` : can't open file 'S:\kendryte-standalone-sdk-0.5.6\src\hello_world\build\kflash.py': [Errno 2] No such file or directory 这些方法都不管用,...

When I flashing the firmware on the maix dock, it shows index out of range。We just need to press the reset button on the board while flashing。

while I try to combine firmware and model to one bin file,I find while large than 6Mb upgrade will file. I have check the packet transmited,that is not problem. So...

python3 kflash.py -p /dev/tty.SLAB_USBtoUART face_mask_detect.bin [INFO] COM Port Selected Manually: /dev/tty.SLAB_USBtoUART [INFO] Default baudrate is 115200 , later it may be changed to the value you set. [INFO] Trying to...

Set platform independent endianness in struct.pack()

When trying to run kflash.py on MacOS 10.15.6, I am getting the following error: > Uploading .pio/build/sipeed-maix-bit-mic/firmware.bin Traceback (most recent call last): File "/Users/vkozlov/.platformio/packages/tool-kflash-kendryte210/kflash.py", line 13, in import argparse File...

Hi I have doubts Can we use kflash for flashing PIC controllers of any PIC family using usb. Directly to Flash program memory

[Latest release on PyPi](https://pypi.org/project/kflash/) is version 0.8.2 while the [releases](https://github.com/kendryte/kflash.py/releases) indicate version 0.9.1 is the latest.