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
33b90ff9
Commit
33b90ff9
authored
Mar 30, 2020
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed placement of u-boot for AmLogic S905X
parent
ed62df2f
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
33b90ff9
...
...
@@ -349,7 +349,7 @@ amlogics905x: amlogics905x-boot-cmd amlogics905x-fw_env.config
mkfs
-t
vfat
-n
UBOOT /dev/
$(DISK)
1
sed
-i
'/\/dev\/root/a \/dev\/disk\/by-label\/UBOOT \/uboot vfat defaults,sync,auto 0 0'
/etc/fstab
mount /dev/
$(DISK)
1 /uboot
dd
if
=
u-boot-2019.04/fip/u-boot.bin
of
=
/dev/
$(ROOT_DEVICE)
conv
=
fsync,notrunc
bs
=
512
s
kip
=
1
dd
if
=
u-boot-2019.04/fip/u-boot.bin
of
=
/dev/
$(ROOT_DEVICE)
conv
=
fsync,notrunc
bs
=
512
s
eek
=
1
@
echo
"
$$
BOOTCMD_AMLOGICS905X"
>
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
...
...
@@ -397,7 +397,7 @@ amlogics905x-mender: amlogics905x-boot-cmd-mender amlogics905x-fw_env.config-men
cd
u-boot-2019.04
&&
gxlimg/gxlimg
-t
fip
--bl2
fip/bl2.bin.enc
--bl30
fip/bl30_new.bin.enc
--bl31
fip/bl31.img.enc
--bl33
fip/bl33.bin.enc fip/u-boot.bin
mount /dev/
$(DISK)
1 /uboot
dd
if
=
/dev/zero
of
=
/dev/
$(ROOT_DEVICE)
bs
=
512
seek
=
1
count
=
49151
dd
if
=
u-boot-2019.04/fip/u-boot.bin
of
=
/dev/
$(ROOT_DEVICE)
conv
=
fsync,notrunc
bs
=
512
s
kip
=
1
dd
if
=
u-boot-2019.04/fip/u-boot.bin
of
=
/dev/
$(ROOT_DEVICE)
conv
=
fsync,notrunc
bs
=
512
s
eek
=
1
@
echo
"
$$
BOOTCMD_AMLOGICS905X_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