Adjust directory structure
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
BOARD=kd233
|
||||
TTY_PORT=/dev/ttyUSB${1}
|
||||
BIN=build/XiUOS_k210.bin
|
||||
|
||||
kflash -B ${BOARD} \
|
||||
-p ${TTY_PORT} \
|
||||
-t ${BIN}
|
||||
Reference in New Issue
Block a user