imx6ul booting from emmc

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

imx6ul booting from emmc

914 次查看
liangfeng_0824
Contributor I

When using MFGtools to program, there is no error, and the serial port can output normally. When booting from eMMC after successful burning, the serial port does not have any printing information.   

标签 (1)
0 项奖励
4 回复数

764 次查看
joanxie
NXP TechSupport
NXP TechSupport

do you use nxp imx6ul evk board? on the imx6ul evk board, the emmc is unpopulated, pls check it, how do you program the image to the emmc? and what vbs file do you use?if you use emmc on sd2, pls check if you set ucl.xml correct or not. when you booting, pls check if you set boot mode on the board correct or not(sw601 and SW602)

0 项奖励

764 次查看
liangfeng_0824
Contributor I

my borad is our design , it's success to  mfg tools download and print info is right  . I check  boot mode is right and  ucl.xml is right . why don't boot from emmc (usdhc2)

0 项奖励

764 次查看
liangfeng_0824
Contributor I

Can you give me some valuable advice?   Don't  only answering my question。

0 项奖励

764 次查看
joanxie
NXP TechSupport
NXP TechSupport

your information too limited to confim, I don't know what your change on SW or HW, that's why I asked some questions, since you still don't offer more detailed information, I just can suggest that you can use the patch as below, hope helpful for you

the flag needs to active to enable whole 8bit data pin of 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 项奖励