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
784fe826
Commit
784fe826
authored
Sep 29, 2016
by
Andrey Filippov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
synced with master
parent
27865523
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
13 deletions
+14
-13
.gitignore
.gitignore
+1
-0
setup.sh
setup.sh
+13
-13
No files found.
.gitignore
View file @
784fe826
...
@@ -5,4 +5,5 @@ linux-elphel
...
@@ -5,4 +5,5 @@ linux-elphel
meta
meta
poky
poky
rootfs-elphel
rootfs-elphel
image
setup.sh
View file @
784fe826
...
@@ -172,7 +172,7 @@ cloneandcheckout () {
...
@@ -172,7 +172,7 @@ cloneandcheckout () {
else
else
echo
" Already cloned - check out branch then git pull"
echo
" Already cloned - check out branch then git pull"
cd
$2
cd
$2
git checkout
$3
git checkout
$3
|
grep
--color
-E
'^|^M\s(.*)$'
git pull
git pull
cd
..
cd
..
fi
fi
...
@@ -191,7 +191,7 @@ copy_eclipse_settings () {
...
@@ -191,7 +191,7 @@ copy_eclipse_settings () {
fi
fi
}
}
echo
"Step 1: Clone kernel project
echo
-e
"
\e
[1;37mStep 1: Clone kernel project
\e
[0m
"
"
cloneandcheckout
$E393_LINUX_ADDR
$E393_LINUX_ROOT
$E393_LINUX_BRANCH
$E393_LINUX_HASH
cloneandcheckout
$E393_LINUX_ADDR
$E393_LINUX_ROOT
$E393_LINUX_BRANCH
$E393_LINUX_HASH
...
@@ -205,8 +205,8 @@ fi
...
@@ -205,8 +205,8 @@ fi
echo
"
echo
-e
"
Step 2: Clone fpga projects
\e
[1;37mStep 2: Clone fpga projects
\e
[0m
"
"
if
[
!
-d
$E393_FPGADIR
]
;
then
if
[
!
-d
$E393_FPGADIR
]
;
then
...
@@ -237,20 +237,20 @@ cd ..
...
@@ -237,20 +237,20 @@ cd ..
echo
"
echo
-e
"
Step 3: Clone applications and libraries projects
\e
[1;37mStep 3: Clone applications and libraries projects
\e
[0m
"
"
if
[
!
-d
$E393_ROOTFSDIR
]
;
then
if
[
!
-d
$E393_ROOTFSDIR
]
;
then
echo
" Creating
$E393_ROOTFSDIR
"
echo
" Creating
$E393_ROOTFSDIR
"
mkdir
$E393_ROOTFSDIR
mkdir
$E393_ROOTFSDIR
else
else
echo
"
$E393_ROOTFSDIR
exists"
echo
"
$E393_ROOTFSDIR
already
exists"
fi
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]
}
===
"
echo
-e
"
\e
[1;37m*
\e
[0m
${
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
...
@@ -271,8 +271,8 @@ done
...
@@ -271,8 +271,8 @@ done
cd
..
cd
..
echo
"
echo
-e
"
Step 4: Extra meta layers
\e
[1;37mStep 4: Extra meta layers
\e
[0m
"
"
if
[
!
-d
$E393_METADIR
]
;
then
if
[
!
-d
$E393_METADIR
]
;
then
...
@@ -296,8 +296,8 @@ cd ..
...
@@ -296,8 +296,8 @@ cd ..
echo
"
echo
-e
"
Step 5: Poky
\e
[1;37mStep 5: Poky
\e
[0m
"
"
cloneandcheckout
$POKYADDR
$POKYROOT
$POKYBRANCH
$POKYHASH
cloneandcheckout
$POKYADDR
$POKYROOT
$POKYBRANCH
$POKYHASH
...
@@ -390,7 +390,7 @@ INITSTRING ?= "init_elphel393.py \"{\\
...
@@ -390,7 +390,7 @@ INITSTRING ?= "init_elphel393.py \"{\\
\\\\"autowb\\\\" :1,\\
\\\\"autowb\\\\" :1,\\
\\\\"sata\\\\" :1 \\
\\\\"sata\\\\" :1 \\
}\""
}\""
MACHINE_DEVICETREE = "elphel393.dts"
MACHINE_DEVICETREE = "elphel393
_4_mt9p006
.dts"
EOT
EOT
if
[
$MISSING_BBLAYERS_CONF
-eq
0
]
;
then
if
[
$MISSING_BBLAYERS_CONF
-eq
0
]
;
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