How to Flash flash.bin image in IMX8QXPMEK using sdcard?

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

How to Flash flash.bin image in IMX8QXPMEK using sdcard?

2,025件の閲覧回数
krunaldhonde
Contributor I

I am having IMX8QXPMEK board, I have taken the images from below link attachment. Does this image is valid to test ?

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX8-Boot-process-and-creating-a-bootab...

I flashed the QXP_MEK/flash_QX.bin using following command.

sudo dd if=flash_QX.bin of=/dev/sdb bs=1k seek=32‍‍‍‍‍‍‍

 

But i am not able to see any print on terminal. Am I missing something here?

 

ラベル(1)
0 件の賞賛
2 返答(返信)

1,993件の閲覧回数
krunaldhonde
Contributor I

I want to create all the partition manually for that I am referring following document 4.3.3 for partitioning sd card manually instead of wic image.

https://www.nxp.com/docs/en/user-guide/IMX_LINUX_USERS_GUIDE.pdf

 

I have created partition using 4.3.3 Partitioning the SD/MMC card. I can see following two partition after this step.

/dev/sdb1

/dev/sdb2

 

I have formatted 2 partitions using following commands.

sudo mkfs.vfat /dev/sdb1

sudo mkfs.ext3 /dev/sdb2  

 

Then I have flashed flash.bin image using following command.

sudo dd if=flash.bin of=/dev/sdb bs=1k seek=32‍‍‍‍‍‍‍    /// should I use /dev/sdb or /dev/sdb1 ?

after this step, I can not see print of uboot on terminal.

Is there a way to check this image flashed correctly as I can not see this image in both partition?

0 件の賞賛

2,016件の閲覧回数
igorpadykov
NXP Employee
NXP Employee

Hi Krunal

 

recommended to use Demo Images from nxp official linux web page

https://www.nxp.com/design/software/embedded-software/i-mx-software/embedded-linux-for-i-mx-applicat...

For flashing use uuu tool or follow sect.4.3.2 Copying the full SD card image   i.MX Linux User’s Guide​

 

Best regards
igor

0 件の賞賛