How the iMX8 boots from emmc boot partition when fastboot is not enabled in fuse 19 ?

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

How the iMX8 boots from emmc boot partition when fastboot is not enabled in fuse 19 ?

1,520件の閲覧回数
nkhan2
Contributor II

Hi,

We are booting from eMMC(8GB) on the iMX8DX platform 

I read fuse 19 of iMX8Dx and found that fast boot is not enabled, however, the system could boot from BOOT partition of EMMC whereas ECSD(179) is enabled with the boot partition.

Is there any other fuse/configuration from SOC that could lead to this scenario of booting from the eMMC boot partition even when SOC FUSE is not configured for fastboot

Fuse Output:

nkhan2_1-1660657072932.png

 

Regards,

Nisar

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

1,492件の閲覧回数
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @nkhan2 

Have you tried the suggestion given by @martin_durak ?

Thanks & Regards

Sanket Parekh

0 件の賞賛
返信

1,499件の閲覧回数
martin_durak
NXP Employee
NXP Employee

Hi @nkhan2,

 

one can try: mmc bootpart enable <boot_partition> <send_ack> <device>

Enable the boot partition for the <device>.

To receive acknowledgment of boot from the card set <send_ack>

to 1, else set it to 0.

 

In this mode the eMMC device sends data from boot partition like a file but no fseek. So its a sequential access.

See more there:

https://manpages.debian.org/unstable/mmc-utils/mmc.1.en.html

 

Martin

0 件の賞賛
返信