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
189514d6
Commit
189514d6
authored
Sep 25, 2013
by
Oleg Dzhimiev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
minor: added instructions
parent
282d5e2b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
3 deletions
+6
-3
install_uboot.sh
install_uboot.sh
+6
-3
No files found.
install_uboot.sh
View file @
189514d6
...
...
@@ -52,7 +52,7 @@ done
echo
"Step 4: Creating initenv script"
if
[
-f
$INITENV
]
;
then
read
-p
"Overwrite initenv? (y/n) "
yn
read
-p
"Overwrite
an already existing
initenv? (y/n) "
yn
if
[
!
$yn
=
"y"
]
;
then
OVERWRITE_INITENV
=
0
;
fi
...
...
@@ -65,7 +65,10 @@ export PATH=$COMPILE_PATH/:\$PATH" > $INITENV
fi
if
[
!
-d
$COMPILE_PATH
]
;
then
echo
" WARNING: Please
edit initenv according to
your cross compiler path"
echo
" WARNING: Please
update initenv with
your cross compiler path"
fi
echo
"DONE"
\ No newline at end of file
echo
"DONE.
FURTHER INSTRUCTIONS (TO GENERATE BOOT.BIN):
cd u-boot-xlnx
./makeuboot"
\ 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