Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ezynq
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
ezynq
Commits
282d5e2b
Commit
282d5e2b
authored
Sep 25, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor changes
parent
947b19a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
install_uboot.sh
install_uboot.sh
+3
-5
No files found.
install_uboot.sh
View file @
282d5e2b
...
...
@@ -15,7 +15,7 @@ SUFFIX=".orig"
INITENV
=
"initenv"
OVERWRITE_INITENV
=
1
CROSS_COMPILE
=
"arm-poky-linux-gnueabi-"
COMPILE_PATH
=
"/opt/poky/1.4/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi
/
"
COMPILE_PATH
=
"/opt/poky/1.4/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi"
echo
"Step 1: Cloning Xilinx's u-boot repository (master-next branch)"
if
[
!
-d
"
$REPO_DIR_NAME
/.git"
]
;
then
...
...
@@ -61,13 +61,11 @@ fi
if
[
$OVERWRITE_INITENV
=
1
]
;
then
echo
"#!/bin/sh
export CROSS_COMPILE=
$CROSS_COMPILE
export PATH=
$COMPILE_PATH
:
\$
PATH"
>
$INITENV
#exec permissions are not required for source
#chmod +x $INITENV
export PATH=
$COMPILE_PATH
/:
\$
PATH"
>
$INITENV
fi
if
[
!
-d
$COMPILE_PATH
]
;
then
echo
" WARNING: Please edit initenv according
ly
to your cross compiler path"
echo
" WARNING: Please edit initenv according to your cross compiler path"
fi
echo
"DONE"
\ No newline at end of file
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