how can i make a .sdcard Image

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

how can i make a .sdcard Image

930件の閲覧回数
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?

ラベル(1)
1 返信

781件の閲覧回数
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