sipeed / kflash_gui

Cross platform GUI wrapper for kflash.py (download(/burn) tool for k210)
GNU Lesser General Public License v3.0
151 stars 70 forks source link
gui k210 kendryte kflash maixpy sipeed

kflash_gui

=============

Cross platform GUI wrapper for kflash.py (download(/burn) tool for k210)

screenshot

Features

Screenshots

Usage

Running from source

This repository uses submodules. The --recursive should be used so the required submodule(s) are downloaded.

git clone  --recursive https://github.com/sipeed/kflash_gui.git
cd kflash_gui

Assuming a Debian based distro is being used, dependencies can be installed with the following commands.

sudo apt install python3 python3-pip
sudo pip3 install -r requirements.txt

kflash_gui can be run from the source file as follows:

python3 kflash_gui.py

An execution package can be made with these commands:

sudo pip3 install pyinstaller
python3 pack.py

If something goes wrong

If downloading fails

dlopen(): error loading libfuse.so.2 with AppImage

sudo apt-get install -yq x11-utils libxkbcommon-x11-0 libfuse2

How kfpkg coms from

Refer here: blog.sipeed.com/p/390.html


特性

使用方法

出现问题

无法下载时检查

运行AppImage时报错dlopen(): error loading libfuse.so.2

sudo apt-get install -yq x11-utils libxkbcommon-x11-0 libfuse2

如何手动打包 kfpkg

参考这里: blog.sipeed.com/p/390.html