Hello,
I create Image Using Following Configuration
Build Configuration:
BB_VERSION = "1.53.0"
BUILD_SYS = "x86_64-linux"
NATIVELSBSTRING = "ubuntu-20.04"
TARGET_SYS = "aarch64-oe-linux"
MACHINE = "imx8mm-lpddr4-evk"
DISTRO = "fsl-imx-wayland"
DISTRO_VERSION = "nodistro.0"
TUNE_FEATURES = "aarch64 armv8a crc cortexa53 crypto"
TARGET_FPU = ""
meta
meta-poky = "HEAD:9b99eb9e361e730a3c1007d62475053835f6b155"
meta-oe
meta-multimedia
meta-python = "HEAD:484e0de1e4ee107f21ae2a5c5f976ed987978baf"
meta-freescale = "HEAD:58a442bdafae4329a61f656d597c76c5fb8da928"
meta-freescale-3rdparty = "HEAD:b3670f9d5ffe1fd52f8c2d1cbb7027b9dcf79aad"
meta-freescale-distro = "HEAD:c99cb8577e5a9f75a9c8d3765df03325da95d7ad"
And Generate Following Image
Image List
Then I Was Use image:- core-image-minimal-imx8mm-lpddr4-evk.wic.gz
And Extract to SD Card Using Command:-
$ gunzip -c core-image-minimal-imx8mm-lpddr4-evk.wic.gz| sudo dd of=/dev/sdb bs=1M iflag=fullblock oflag=direct conv=fsync
this Command Automatically Generate Two Partition boot And root
And Boot partition Available file:-
And Root Partition file:-
After I Was Boot A Board Using SD Card But Board Was Not Booting and u-boot=> Also Not Available
Regard
Nirjul Patel
已解决! 转到解答。