Skip to content

stschake/bl60x-flash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bl60x-flash

PyPI version

Tool to program the flash on Bouffalo Labs BL602 and BL604 chips.

Talks via serial port to the bootrom, so there is no risk of bricking your device.

Tested with the Pine64 PineCone, but should work the same for other BL60x evaluation boards. Make sure to set the jumper for IO8 to the H(igh) position so the board resets into bootrom mode.

Tested with the DT-BL10 DevKit. Press D8, press and release EN, then release D8 to enter the bootrom mode.

Usage

Install via PyPI:

pip install bl60x-flash

Then invoke with serial port and firmware binary, e.g.:

bl60x-flash COM4 bl602_demo_wifi.bin

Currently, the tool will only flash the area starting at 0x10000, leaving out others such as the partition table. This will change as we learn more about these chips.

About

Programming tool for Bouffalo Labs BL602/BL604 chips

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages