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 ?

716 次查看
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 回复数

688 次查看
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @nkhan2 

Have you tried the suggestion given by @martin_durak ?

Thanks & Regards

Sanket Parekh

0 项奖励

695 次查看
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 项奖励