mirror of
https://github.com/feyisay07/meta-bsp-imx8mm.git
synced 2026-09-24 06:10:13 +01:00
Update imx_boot_image_build.md
Move to github
This commit is contained in:
@@ -57,7 +57,7 @@ cp -v $(find firmware* | awk '/train|hdmi_imx8|dp_imx8/' ORS=" ") ${RESULTS}
|
||||
### Arm Trusted Firmware (ATF) setup
|
||||
* Download the ATF:
|
||||
<pre>
|
||||
git clone https://source.codeaurora.org/external/imx/imx-atf.git
|
||||
git clone https://github.com/nxp-imx/imx-atf.git
|
||||
git -C imx-atf checkout ${ATF} -b ${CPL_BRANCH}
|
||||
</pre>
|
||||
* Apply patches if applicable:
|
||||
@@ -85,7 +85,7 @@ ln -s $(readlink -f imx-atf/build/imx8mm/release/bl31.bin) ${RESULTS}/
|
||||
|
||||
* Download the OP-TEE:
|
||||
<pre>
|
||||
git clone https://source.codeaurora.org/external/imx/imx-optee-os
|
||||
git clone https://github.com/nxp-imx/imx-optee-os.git
|
||||
git -C imx-optee-os checkout ${OPTEE} -b ${CPL_BRANCH}
|
||||
</pre>
|
||||
* Apply patches if applicable:
|
||||
@@ -108,7 +108,7 @@ ln -s $(readlink -f imx-optee-os/out/arm-plat-imx/core/tee-raw.bin) ${RESULTS}/t
|
||||
### U-Boot
|
||||
* Download the U-Boot source and apply CompuLab BSP patches:
|
||||
<pre>
|
||||
git clone https://source.codeaurora.org/external/imx/uboot-imx.git
|
||||
git clone https://github.com/nxp-imx/uboot-imx.git
|
||||
git -C uboot-imx checkout ${UBOOT} -b ${CPL_BRANCH}
|
||||
git -C uboot-imx am ${LAYER_DIR}/recipes-bsp/u-boot/compulab/imx8mm/*.patch
|
||||
</pre>
|
||||
|
||||
Reference in New Issue
Block a user