Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
U
u-boot
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
u-boot
Commits
38baad41
Commit
38baad41
authored
Jan 15, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed installation of u-boot for Terasic DE10 Standard
parent
063c0c40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Makefile
Makefile
+3
-3
No files found.
Makefile
View file @
38baad41
...
...
@@ -163,8 +163,8 @@ terasicde10standard: terasicde10standard-boot-cmd terasicde10standard-fw_env.con
$(MAKE)
-C
u-boot-2019.04 socfpga_de10_nano_defconfig
$(MAKE)
-C
u-boot-2019.04
mkdir
/uboot
sfdisk
--
change-id
/dev/
$(ROOT_DEVICE)
1 a2
dd
if
=
u-boot-2019.04/u-boot-with-spl.s
pf
of
=
/dev/
$(DISK)
1
sfdisk
--
part-type
/dev/
$(ROOT_DEVICE)
1 a2
dd
if
=
u-boot-2019.04/u-boot-with-spl.s
fp
of
=
/dev/
$(DISK)
1
@
echo
"
$$
BOOTCMD_TERASICDE10STANDARD"
>
u-boot-2019.04/boot.cmd
u-boot-2019.04/tools/mkimage
-C
none
-A
arm
-T
script
-d
u-boot-2019.04/boot.cmd /uboot/boot.scr
$(MAKE)
-C
u-boot-2019.04 envtools
...
...
@@ -196,7 +196,7 @@ terasicde10standard-mender: terasicde10standard-boot-cmd-mender terasicde10stand
$(MAKE)
-C
u-boot-2019.04 oldconfig
$(MAKE)
-C
u-boot-2019.04
dd
if
=
/dev/zero
of
=
/dev/
$(ROOT_DEVICE)
bs
=
512
seek
=
1
count
=
49151
dd
if
=
u-boot-2019.04/u-boot-with-spl.s
pf
of
=
/dev/
$(DISK)
1
dd
if
=
u-boot-2019.04/u-boot-with-spl.s
fp
of
=
/dev/
$(DISK)
1
@
echo
"
$$
BOOTCMD_TERASICDE10STANDARD_MENDER"
>
u-boot-2019.04/boot.cmd
u-boot-2019.04/tools/mkimage
-C
none
-A
arm
-T
script
-d
u-boot-2019.04/boot.cmd /uboot/boot.scr
$(MAKE)
-C
u-boot-2019.04 envtools
...
...
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