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
d849e464
Commit
d849e464
authored
Apr 25, 2014
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updated master-next u-boot-xlnx version
parent
2103bf7f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
install_uboot.sh
install_uboot.sh
+5
-3
No files found.
install_uboot.sh
View file @
d849e464
...
...
@@ -41,7 +41,8 @@ SUFFIX=".orig"
INITENV
=
"initenv"
OVERWRITE_INITENV
=
1
CROSS_COMPILE
=
"arm-poky-linux-gnueabi-"
COMPILE_PATH
=
"/opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi"
#COMPILE_PATH="/opt/poky/1.4.2/sysroots/x86_64-pokysdk-linux/usr/bin/armv7a-vfp-neon-poky-linux-gnueabi"
COMPILE_PATH
=
"/opt/poky/1.5.1/sysroots/x86_64-pokysdk-linux/usr/bin/arm-poky-linux-gnueabi"
echo
"Step 1: Cloning Xilinx's u-boot repository (master-next branch)"
if
[
!
-d
"
$REPO_DIR_NAME
/.git"
]
;
then
...
...
@@ -50,9 +51,10 @@ else
echo
" Already there"
fi
echo
"Step 2: Checking out u-boot version with the
hash 'bbd91fc9ae290c31dc52fd8322f43f67ddd39247'
"
echo
"Step 2: Checking out u-boot version with the
certain hash
"
cd
"
$REPO_DIR_NAME
"
git checkout 54fee227ef141214141a226efd17ae0516deaf32
#git checkout 54fee227ef141214141a226efd17ae0516deaf32
git checkout 2a0536fa48db1fc5332e3cd33b846d0da0c8bc1e
echo
"Step 3: Merging ezynq with u-boot"
...
...
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