U-boot Built For imx8mm-lpddr4-evk

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

U-boot Built For imx8mm-lpddr4-evk

跳至解决方案
3,170 次查看
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 项奖励
回复
1 解答
3,152 次查看
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 项奖励
回复
1 回复
3,153 次查看
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 项奖励
回复