You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Newest firmware shorten the node name:
`NODE_XXX` becomes `NOD_XXX`
To avoid updating each board definition in the boards.txt
with both values, it is managed by the script.
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
REM 2 | The user pressed CTRL+C to terminate xcopy.
8
-
REM 4 | Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
9
-
REM 5 | Disk write error occurred.
3
+
rem Exit codes for xcopy
4
+
rem code | Description
5
+
rem 0 | Files were copied without error.
6
+
rem 1 | No files were found to copy.
7
+
rem 2 | The user pressed CTRL+C to terminate xcopy.
8
+
rem 4 | Initialization error occurred. There is not enough memory or disk space, or you entered an invalid drive name or invalid syntax on the command line.
9
+
rem 5 | Disk write error occurred.
10
10
11
-
SETSOURCE=%2
12
-
SETSRC_PARSE=%SOURCE:/=\%
13
-
SETTARGET=%4
14
-
SETTARGET=%TARGET:\=%
11
+
setSOURCE=%2
12
+
setSRC_PARSE=%SOURCE:/=\%
13
+
setTARGET=%4
14
+
setTARGET=%TARGET:\=%
15
15
16
16
call :parse%TARGET%
17
17
echo%TARGET% not found. Please ensure the device is correctly connected.
0 commit comments