blisp

ISP tool and library for Bouffalo Labs RISC-V microcontrollers

brewmacoslinux
Try with needOr install directly
Source

About

ISP tool & library for Bouffalo Labs RISC-V Microcontrollers and SoCs

Commands

blisp

Examples

Flash firmware to a Bouffalo Labs microcontroller$ blisp flash --chip bl702 --port /dev/ttyUSB0 firmware.bin
Erase flash memory on device$ blisp erase --chip bl702 --port /dev/ttyUSB0
Read device information and reset$ blisp info --chip bl702 --port /dev/ttyUSB0 --reset