Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
meta-elphel393
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
meta-elphel393
Commits
c5b18ceb
Commit
c5b18ceb
authored
Jul 20, 2016
by
Mikhail Karpenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update camogm start command in init script
parent
18394acc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
init_elphel393.sh
recipes-core/init-elphel393/files/init_elphel393.sh
+3
-1
No files found.
recipes-core/init-elphel393/files/init_elphel393.sh
View file @
c5b18ceb
...
@@ -6,6 +6,8 @@
...
@@ -6,6 +6,8 @@
SENSOR_TYPE
=
14
SENSOR_TYPE
=
14
# imgsrv port number
# imgsrv port number
IMGSRV_PORT
=
2323
IMGSRV_PORT
=
2323
# camogm port number
CAMOGM_PORT
=
3456
# camogm command pipe name
# camogm command pipe name
CAMOGM_PIPE
=
/var/volatile/camogm_cmd
CAMOGM_PIPE
=
/var/volatile/camogm_cmd
# enable SATA, set this to 1 if camera is equipped with SSD drive
# enable SATA, set this to 1 if camera is equipped with SSD drive
...
@@ -122,7 +124,7 @@ if [ -f /usr/bin/imgsrv ]; then
...
@@ -122,7 +124,7 @@ if [ -f /usr/bin/imgsrv ]; then
imgsrv
-p
$IMGSRV_PORT
&
imgsrv
-p
$IMGSRV_PORT
&
fi
fi
if
[
-f
/usr/bin/camogm
]
;
then
if
[
-f
/usr/bin/camogm
]
;
then
camogm
$CAMOGM_PIPE
&
camogm
-n
$CAMOGM_PIPE
-p
$CAMOGM_PORT
&
fi
fi
if
[
$SATA_EN
-eq
1
]
;
then
if
[
$SATA_EN
-eq
1
]
;
then
...
...
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