Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Show Cases
Embedded World 2020
u-boot
Commits
f33db9fa
Commit
f33db9fa
authored
Feb 09, 2020
by
Ezequiel Garcia
Browse files
Fix bash syntax
Signed-off-by:
Ezequiel Garcia
<
ezequiel@collabora.com
>
parent
af89facd
Pipeline
#7212
passed with stage
in 2 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci-custom.yml
View file @
f33db9fa
...
...
@@ -48,7 +48,7 @@ rock-pi-4:
-
make rock-pi-4-rk3399_defconfig
-
make -j$(nproc)
-
git clone --depth 1 https://github.com/rockchip-linux/rkbin.git
-
(cd rkbin && mkimage -n rk3399 -T rksd -d bin/rk33/rk3399_ddr_800MHz_*.bin idbloader.img && cat bin/rk33/rk3399_miniloader_v*.bin >> idbloader.img
-
(cd rkbin && mkimage -n rk3399 -T rksd -d bin/rk33/rk3399_ddr_800MHz_*.bin idbloader.img && cat bin/rk33/rk3399_miniloader_v*.bin >> idbloader.img
)
-
(cd rkbin && ./tools/loaderimage --pack --uboot ../u-boot-dtb.bin uboot.img 0x200000 --size 1024 1)
-
(cd rkbin && ./tools/trust_merger --size 1024 1 RKTRUST/RK3399TRUST.ini)
artifacts
:
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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