Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
MNT Reform i.MX8MPlus U-Boot Build
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Reform
MNT Reform i.MX8MPlus U-Boot Build
Commits
d8078086
Verified
Commit
d8078086
authored
1 year ago
by
minute
Browse files
Options
Downloads
Patches
Plain Diff
use modified imx8mp-nitrogen8mp dtses instead
parent
a376039d
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
3
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
.gitlab-ci.yml
+4
-5
4 additions, 5 deletions
.gitlab-ci.yml
imx8mp-mnt-pocket-reform.dts
+315
-592
315 additions, 592 deletions
imx8mp-mnt-pocket-reform.dts
imx8mp-mnt-reform2.dts
+312
-633
312 additions, 633 deletions
imx8mp-mnt-reform2.dts
with
631 additions
and
1230 deletions
.gitlab-ci.yml
+
4
−
5
View file @
d8078086
...
@@ -14,18 +14,17 @@ build:
...
@@ -14,18 +14,17 @@ build:
fi
fi
export CROSS_COMPILE=aarch64-linux-gnu-
export CROSS_COMPILE=aarch64-linux-gnu-
export ARCH=arm64
export ARCH=arm64
cp imx8mp-mnt-reform2.dts u-boot/arch/arm/dts/
cp imx8mp-mnt-pocket-reform.dts u-boot/arch/arm/dts/
patch -d u-boot -p1 < 0000-add-dts.patch
cp imx8mp-mnt-reform2_defconfig u-boot/configs/
cp imx8mp-mnt-pocket-reform_defconfig u-boot/configs/
# LPDDR4 Blobs
# LPDDR4 Blobs
cp lpddr4*.bin u-boot/
cp lpddr4*.bin u-boot/
# MNT Reform 2
# MNT Reform 2
cp imx8mp-mnt-reform2.dts u-boot/arch/arm/dts/imx8mp-nitrogen8mp.dts
cp imx8mp-mnt-reform2_defconfig u-boot/configs/
make -C u-boot imx8mp-mnt-reform2_defconfig
make -C u-boot imx8mp-mnt-reform2_defconfig
make -C u-boot -j$(nproc) flash.bin
make -C u-boot -j$(nproc) flash.bin
mv u-boot/flash.bin imx8mp-mnt-reform2-flash.bin
mv u-boot/flash.bin imx8mp-mnt-reform2-flash.bin
# MNT Pocket Reform
# MNT Pocket Reform
cp imx8mp-mnt-pocket-reform.dts u-boot/arch/arm/dts/imx8mp-nitrogen8mp.dts
cp imx8mp-mnt-pocket-reform_defconfig u-boot/configs/
make -C u-boot imx8mp-mnt-pocket-reform_defconfig
make -C u-boot imx8mp-mnt-pocket-reform_defconfig
make -C u-boot -j$(nproc) flash.bin
make -C u-boot -j$(nproc) flash.bin
mv u-boot/flash.bin imx8mp-mnt-pocket-reform-flash.bin
mv u-boot/flash.bin imx8mp-mnt-pocket-reform-flash.bin
...
...
This diff is collapsed.
Click to expand it.
imx8mp-mnt-pocket-reform.dts
+
315
−
592
View file @
d8078086
This diff is collapsed.
Click to expand it.
imx8mp-mnt-reform2.dts
+
312
−
633
View file @
d8078086
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment