Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
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
Labels
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Jobs
Commits
Open sidebar
Show Cases
Embedded World 2020
u-boot
Commits
7b533f37
Commit
7b533f37
authored
Feb 09, 2020
by
Ezequiel Garcia
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace pushd/popd with (cd )
Signed-off-by:
Ezequiel Garcia
<
ezequiel@collabora.com
>
parent
a55fea02
Pipeline
#7208
passed with stage
in 2 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.gitlab-ci-custom.yml
.gitlab-ci-custom.yml
+1
-1
No files found.
.gitlab-ci-custom.yml
View file @
7b533f37
...
...
@@ -23,7 +23,7 @@ imx8mq-evk:
IMX_FIRMWARE_NAME
:
'
firmware-imx-7.9'
script
:
-
git clone --depth 1 --single-branch --branch imx_4.19.35_1.0.0 https://source.codeaurora.org/external/imx/imx-atf
-
pushd imx-atf && make PLAT=imx8mq bl31 && cp build/imx8mq/release/bl31.bin ../bl31.bin && popd
-
(cd imx-atf && make PLAT=imx8mq bl31 && cp build/imx8mq/release/bl31.bin ../bl31.bin)
-
wget https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/${IMX_FIRMWARE_NAME}.bin
-
chmod +x ${IMX_FIRMWARE_NAME}.bin && ./${IMX_FIRMWARE_NAME}.bin --auto-accept
-
cp ${IMX_FIRMWARE_NAME}/firmware/hdmi/cadence/signed_hdmi_imx8m.bin . && cp ${IMX_FIRMWARE_NAME}/firmware/ddr/synopsys/lpddr4*.bin .
...
...
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