imx6ul booting from emmc

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Can you give me some valuable advice? Don't only answering my question。

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
