how to convert the SD card files to .imx file

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

how to convert the SD card files to .imx file

848 Views
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 Kudos
Reply
3 Replies

842 Views
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 Kudos
Reply

835 Views
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 Kudos
Reply

843 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

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

0 Kudos
Reply