Hi,
In the file:
i.MX Linux? User's Guide
Rev:Rev. LF5.10.72_2.2.0, 17 December 2021
Section 4.5.13
I can't follow the steps in this file, in step 8 in the diagram, run:
make SOC=iMX8MP flash_evk
Which directory is it running in? What does this operation have to do with the imx-mkimage directory created in the previous seven steps, it seems that there is no place to use this directory
Can you provide a correct way to create an u-boot image for 8MPLUSLPD4-EVK(for UUU tool) ?
Solved! Go to Solution.
See my previous reply, you need download imx-boot folder from our server and then use command make SOC=iMX8MP flash_evk under imx-boot folder
You are in uboot-imx folder.
Which directory is it running in?
--->All operations are based on imx-boot directory.Please ignore imx-mkimage directory
The imx-boot folder is same as imx-mkimage folder, you need download this.
https://source.codeaurora.org/external/imx/imx-mkimage/tree/?h=lf-5.10.72_2.2.0
~/imx-boot$ make SOC=iMX8MP flash_evk
You need use this command in imx-boot folder
See my previous reply, you need download imx-boot folder from our server and then use command make SOC=iMX8MP flash_evk under imx-boot folder
You are in uboot-imx folder.