Skip to content

Commit 44d225c

Browse files
authored
correct command for Linux
1 parent a23baf7 commit 44d225c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ The flash tool is in tools/bflb_flash_tool directory, and input the command (rep
4141
Windows:
4242
.\bflb_mcu_tool.exe --chipname=bl702 --port=COM9 --xtal=32M --firmware="main.bin"
4343
Linux:
44-
./bflb_mcu_tool --chipname=bl702 --port=COM9 --xtal=32M --firmware="main.bin"
44+
./bflb_mcu_tool --chipname=bl702 --port=/dev/ttyACM0 --xtal=32M --firmware="main.bin"
4545
~~~
4646

4747
~~~

0 commit comments

Comments
 (0)