Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Elphel
elphel393
Commits
c6f6cc1e
Commit
c6f6cc1e
authored
Sep 20, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Plain Diff
synced to master
parents
8df58429
df57aad9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
setup.sh
setup.sh
+2
-1
No files found.
setup.sh
View file @
c6f6cc1e
...
@@ -227,6 +227,7 @@ fi
...
@@ -227,6 +227,7 @@ fi
cd
$E393_ROOTFSDIR
cd
$E393_ROOTFSDIR
#Clone user space applications
#Clone user space applications
for
elem
in
$(
seq
0 4
$((${#
APPS_ARRAY
[@]
}
-
1
)))
;
do
for
elem
in
$(
seq
0 4
$((${#
APPS_ARRAY
[@]
}
-
1
)))
;
do
echo
-e
"
\n
===
${
APPS_ARRAY
[
$elem
+1]
}
==="
cloneandcheckout
"
${
APPS_ARRAY
[
$elem
]
}
"
"
${
APPS_ARRAY
[
$elem
+1]
}
"
"
${
APPS_ARRAY
[
$elem
+2]
}
"
"
${
APPS_ARRAY
[
$elem
+3]
}
"
cloneandcheckout
"
${
APPS_ARRAY
[
$elem
]
}
"
"
${
APPS_ARRAY
[
$elem
+1]
}
"
"
${
APPS_ARRAY
[
$elem
+2]
}
"
"
${
APPS_ARRAY
[
$elem
+3]
}
"
copy_eclipse_settings
"
${
APPS_ARRAY
[
$elem
+1]
}
"
copy_eclipse_settings
"
${
APPS_ARRAY
[
$elem
+1]
}
"
done
done
...
@@ -338,7 +339,7 @@ echo "REMOTE_USER ?= \"root\"" >> $LOCAL_CONF
...
@@ -338,7 +339,7 @@ echo "REMOTE_USER ?= \"root\"" >> $LOCAL_CONF
echo
"IDENTITY_FILE ?=
\"
~/.ssh/id_rsa
\"
"
>>
$LOCAL_CONF
echo
"IDENTITY_FILE ?=
\"
~/.ssh/id_rsa
\"
"
>>
$LOCAL_CONF
echo
"REMOTE_IP ?=
\"
192.168.0.9
\"
"
>>
$LOCAL_CONF
echo
"REMOTE_IP ?=
\"
192.168.0.9
\"
"
>>
$LOCAL_CONF
# control init script progress/stage/level
# control init script progress/stage/level
echo
"INITSTRING ?=
\"
init_elphel393.
sh
\"
"
>>
$LOCAL_CONF
echo
"INITSTRING ?=
\"
init_elphel393.
py
\"
"
>>
$LOCAL_CONF
if
[
$MISSING_BBLAYERS_CONF
-eq
0
]
;
then
if
[
$MISSING_BBLAYERS_CONF
-eq
0
]
;
then
echo
"restoring
$BBLAYERS_CONF
"
echo
"restoring
$BBLAYERS_CONF
"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment