modify XiUOS DIR : (1.add plc_demo in APP_Framework/control_app; 2.add industrial_network、industrial_fieldbus and industrial_wlan; 3.add XiZi_AIoT and modify XiZi as XiZi_IIoT.)
This commit is contained in:
+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