how to convert the SD card files to .imx file

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

how to convert the SD card files to .imx file

1,489件の閲覧回数
shankovai
Contributor III

hello support team

i have following files in the SD card.

Device     Boot Start    End Sectors   Size Id Type
/dev/sda1  *     8192  60825   52634  25.7M  c W95 FAT32 (LBA)
/dev/sda2       65536 288921  223386 109.1M 83 Linux

 i want to replace the above files to .img into SD card

 

thanks.

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

1,483件の閲覧回数
shankovai
Contributor III

 

imx6 dualLite ubuntu 16.04 ,

below given command convert the .wic to store it in SD card

sudo dd if=./core-image-base-imx233-olinuxino-micro-20220205043807.rootfs.wic -of=dev/sdb bs=1M iflag=fullblock

Then convert to .img for cohda MK5 wireless.

0 件の賞賛
返信

1,476件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

The .wic will generated after compile the BSP code. So you can modify the source code first and then build it. We do not have tools use for convert the files.

0 件の賞賛
返信

1,484件の閲覧回数
Rita_Wang
NXP TechSupport
NXP TechSupport

Which platform are you using? Which version BSP are you using?

0 件の賞賛
返信