imx93 EVK-Unable to get single .WIC file to flash SD CARD

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

imx93 EVK-Unable to get single .WIC file to flash SD CARD

2,673件の閲覧回数
Robbi
Contributor II

Hi team,

                 I had completed build successfully for imx-93 11x11 EVK referring user guide. No errors during the process. But I'm unable to view the single .WIC file to Flash into SD Card. Multiple files i.e., u-boot, dtb, Image and rootfs are visible individually.

can u guide me is my build process gone wrong and help me with how to get single file to flash into SD card. PFA.

Thanks 

Robbi

 
 

 

 

 

 

0 件の賞賛
返信
6 返答(返信)

2,659件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi @Robbi 

The wic image file was generated successfully.

You can use core-image-miminal-xxx.wic.zst file

You can decompress the wic.zst file with zstd -d xxx.wic.zst command  , and you can get the wic file.

 

In fact, uuu support wic.zst file format.

 

write to sd card, you can use

.\uuu.exe -b sd_all   xxx,wic.zst

or 

write to emmc

.\uuu.exe -b emmc_all xxx.wic.zst.

 

 

Regards

Daniel

0 件の賞賛
返信

2,643件の閲覧回数
Robbi
Contributor II

Thanks @danielchen 

                     yes I agree wic file is generated, but the file is  core-image-minimal-rootfs. Wic file. But this  rootfs not entire image part. rootfs need Uboot, Image along with device tree file  Kindly check attached image there no single core-image-minimal.wic full image. which *.WIC file exactly I need to flash into SD.

Thanks Robbi.

 

0 件の賞賛
返信

2,585件の閲覧回数
Robbi
Contributor II

Hi @danielchen ,

                 Performed a clean build,

  • DISTRO=fsl-imx-wayland MACHINE=imx93evk source imx-setup-release.sh -b imx93_EVK
  • Source setup environment imx93_EVK
  • bitbake -c clean core-image-minimal
  • bitbake core-image-minimal

But unable to get core-image-minimal.wic.zst as a single file in path build/tmp/deploy/images/ to flash into SD CARD. Can you guide me build process to generate single image.

Thanks 

Robbi.

 

0 件の賞賛
返信

2,574件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

you can also try to build a full image.  using  

bitbake imx-image-full

0 件の賞賛
返信

2,575件の閲覧回数
danielchen
NXP TechSupport
NXP TechSupport

Hi @Robbi 

The .wic file contains a partitioned image (with U-BOOT, kernel, rootfs, etc), from what I can see, this file is generated in your side successfully.

Untitled1.jpg

You can flash this file to your sd card with UUU tool.   Did you  try that?

 

Regards

Daniel

 

 

 

 

0 件の賞賛
返信

2,570件の閲覧回数
Robbi
Contributor II
Thanks got it I'll try to boot.
0 件の賞賛
返信