This repository has been archived on 2023-07-17. You can view files and clone it, but cannot push or open issues or pull requests.
bl_mcu_sdk/tools/bflb_flash_tool/bflb_mcu_tool命令行工具说明.txt

24 lines
663 B
Plaintext
Raw Normal View History

build
bflb_mcu_tool.exe --chipname=bl602 --xtal=40M --flashclk=48M --firmware="D:\\bouffalolab\\tool\\bflb-flash-tool\\img\\project.bin" --build
build + download
bflb_mcu_tool.exe --chipname=bl602 --port=COM9 --xtal=40M --flashclk=48M --firmware="D:\\bouffalolab\\tool\\bflb-flash-tool\\img\\project.bin"
--chipname必填
--interface默认uart
--bootsrc默认flash
--portcom口默认自动查找
--baudrate波特率默认115200
--xtalxtal
--flashclkflash clock
--pllclkpll clock
--firmware默认img目录下的project.bin
--addr烧写地址默认2000
--build只生成镜像
--erase擦除flash