IMX6ull : Serial download mode issue with mmc0

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

IMX6ull : Serial download mode issue with mmc0

Jump to solution
751 Views
HarshilSoni434
Contributor I
Hello There,
 
Hope you are doing well.
We are using imx6ull based NXP Dev kit.
We have got one issue regarding boot-config pin for serial download mode.
 
Issue :
After setting the serial download mode boot-pin setting ,
if SD-card with flashed image is connected on MMC0 (SD1 lines) based connector then it is booting from SD card instead of going in serial download mode.
if That SD-card is not connected then and then only it is going into serial download mode.
 
Note :
  • This issue is not with MMC1 (SD2 lines).
0 Kudos
Reply
1 Solution
696 Views
rudi_cyber
Contributor III

It is OCOTP_CFG6(OTP Bank 0, word 7) bit 3.
You can use fuse command in uboot to disable the SD/MMC manufacture mode.

But I suggest you could keep this usesful function for recovery or mass production.

 

2023-08-09_133029.png

 

2023-08-09_134755.png

View solution in original post

4 Replies
680 Views
Rita_Wang
NXP TechSupport
NXP TechSupport

Are you using the NXP reference board?

0 Kudos
Reply
719 Views
rudi_cyber
Contributor III

It is a simple reason. 

The usdhc1 is SD/MMC manufacture mode interface. 

Before i.MX6ULL goes to serial download mode, it will check the SD/MMC manufacture mode interface first. 

It is a clear scenario in i.MX6ULL reference manual.

0 Kudos
Reply
704 Views
HarshilSoni434
Contributor I

Hello rudi ,

Thank you for your quick response ,

So can you suggest any solution for how can we disable it using efuse bits.?

if you have any documentation OR example then please let us know.

 

Thanks and Regards

0 Kudos
Reply
697 Views
rudi_cyber
Contributor III

It is OCOTP_CFG6(OTP Bank 0, word 7) bit 3.
You can use fuse command in uboot to disable the SD/MMC manufacture mode.

But I suggest you could keep this usesful function for recovery or mass production.

 

2023-08-09_133029.png

 

2023-08-09_134755.png