Skip to content
Snippets Groups Projects
Verified Commit d8078086 authored by minute's avatar minute
Browse files

use modified imx8mp-nitrogen8mp dtses instead

parent a376039d
Branches
Tags
No related merge requests found
...@@ -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.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment