8-bit eMMC interface

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

8-bit eMMC interface

1,580件の閲覧回数
shwethanarayan
Contributor I

Hi NXP team,

 

We are using i.MX 6 processor MCIMX6G3CVM05AB for one of our project.

Can we connect this 8-bit eMMC to ushdc-2(SD2 ) interface. We are using this eMMC as the primary booting option.

Also can we use UUU to flash the eMMC? What changes need to be done?

Please let me know your feedback.

 

Regards

Shwetha

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

1,555件の閲覧回数
shwethanarayan
Contributor I

Hi Team,

 

Can anybody answer me on this query.

We are using i.MX 6 processor MCIMX6G3CVM05AB for one of our project.

Can we connect this 8-bit eMMC to ushdc-2(SD2 ) interface. We are using this eMMC as the primary booting option.

Also can we use UUU to flash the eMMC? What changes need to be done?

Please let me know your feedback.

 

Regards

Shwetha

0 件の賞賛
返信

1,575件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

refer to the Table 5-6. MMC/eMMC Boot Fusemap of imx6ul reference manual, BOOT_CFG2[5-7] can choose bus width:

Bus Width:
000 - 1-bit
001 - 4-bit
010 - 8-bit
101 - 4-bit
DDR (MMC 4.4)
110 - 8-bit
DDR (MMC 4.4)
Else - Reserved

 

then try the patch to support 8bit emmc

diff --git a/include/configs/mx6ul_14x14_evk.h b/include/configs/mx6ul_14x14_evk.h

index aabe2f7..b05b71f 100644

--- a/include/configs/mx6ul_14x14_evk.h

+++ b/include/configs/mx6ul_14x14_evk.h

@@ -426,4 +426,6 @@

#include "mx6ul_14x14_evk_android.h"

#endif

 

+#define CONFIG_MX6UL_EVK_EMMC_REWORK

+

#endif

 

 

 

0 件の賞賛
返信

1,569件の閲覧回数
shwethanarayan
Contributor I

Hi NXP Team,

 

Thanks for the reply.

Our custom board has iMX 6 processor  MCIMX6G3CVM05AB.

Please answer my below questions with YES or NO.

1. Can we connect this 8-bit eMMC to ushdc-2(SD2 ) interface?

2.Also can we use UUU to flash the eMMC mentioned in question 1?

 

Regards

Shwetha

0 件の賞賛
返信

1,551件の閲覧回数
joanxie
NXP TechSupport
NXP TechSupport

did you see my patch? this is for how to support 8bit emmc the answer is yes of course

0 件の賞賛
返信