U-boot Built For imx8mm-lpddr4-evk

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

U-boot Built For imx8mm-lpddr4-evk

Jump to solution
1,467 Views
Nirjul_Patel
Contributor III

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 ListImage 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:-Screenshot from 2021-12-30 12-47-18.png

 

And Root Partition file:-

Screenshot from 2021-12-30 12-47-26.png

 

After I Was Boot A Board Using SD Card But Board Was Not Booting and u-boot=> Also Not Available

 

Regard

Nirjul Patel

0 Kudos
Reply
1 Solution
1,456 Views
joanxie
NXP TechSupport
NXP TechSupport

try to use dd command or uuu tools to download your images to the SD card, for more detailed information, pls refer to the enclosed user guide

View solution in original post

0 Kudos
Reply
1 Reply
1,457 Views
joanxie
NXP TechSupport
NXP TechSupport

try to use dd command or uuu tools to download your images to the SD card, for more detailed information, pls refer to the enclosed user guide

0 Kudos
Reply