fix: flash-command for maixbit board

Latest version of kflash tool requires a --Board/-B argument to
        be able to run the tool
This commit is contained in:
Sai Sasidhar Maddali
2022-04-02 13:31:24 -07:00
committed by Ron Evans
parent 8823a934a3
commit b02cea0321
+1 -1
View File
@@ -3,5 +3,5 @@
"build-tags": ["maixbit"],
"serial": "uart",
"linkerscript": "targets/maixbit.ld",
"flash-command": "kflash -p {port} --noansi --verbose {bin}"
"flash-command": "kflash --Board bit -p {port} --noansi --verbose {bin}"
}