Skip to content

hysonglet/pyisp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pyisp

该工具用于串口烧录 bin 文件到 Py32F030 芯片。

获取源码 及安装到cargo 路径

git clone https://github.com/hysonglet/pyisp.git
cd pyisp
cargo install --path .

常用命令

# 查看帮助
pyisp -h

# 查看当前连接的串口
pyisp -p

# 下载并运行
pyisp -s tty.usbserial-130 -f test.bin -g

# 循环下载
pyisp -s tty.usbserial-130 -f tttt.bin -g -c

串口下载操作

  1. 按下 boot
  2. 按下 reset 键(保持boot键按下状态)
  3. 释放 reset
  4. 0.5 秒后释放 boot

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages