how to convert the SD card files to .imx file

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

how to convert the SD card files to .imx file

1,459 次查看
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,453 次查看
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,446 次查看
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,454 次查看
Rita_Wang
NXP TechSupport
NXP TechSupport

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

0 项奖励
回复