how can i make a .sdcard Image

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

how can i make a .sdcard Image

761 Views
liangweiyuan
Contributor I

About  IMX8M mini evk board  .....OK,now,I have made Image 、flash.bin 、.dtb and rootfs by myself。I also get a .sdcard Image from yocto,like :core-image-minimal-imx8mmevk.sdcard.     how can i make a .sdcard image by myself?

Labels (1)
1 Reply

612 Views
kunalkotecha1
Senior Contributor II

Hi liangweiyuan@xa.com,

You can refer to the meta layer which is generating the ".sdcard" image". Please refer to the file "../sources/meta-fsl-bsp-release/imx/meta-bsp/classes/image_types_fsl.bbclass" , the function "generate_imx_sdcard" will be used to generate the sdcard image. You can follow those steps to manually generate the sdcard image.

Regards,

Kunal