Skip to content

Commit b02cea0

Browse files
saisasidhardeadprogram
authored andcommitted
fix: flash-command for maixbit board
Latest version of kflash tool requires a --Board/-B argument to be able to run the tool
1 parent 8823a93 commit b02cea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/maixbit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"build-tags": ["maixbit"],
44
"serial": "uart",
55
"linkerscript": "targets/maixbit.ld",
6-
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
6+
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
77
}

0 commit comments

Comments
 (0)