I have a device with an i.MX 6ULL processor onboard. It has an eMMC onboard as well.
In the U-Boot interface, I can see the eMMC, but once I boot into OpenWrt, I get no /dev/mmc*...
I am using the OpenWrt repo here: https://github.com/nxp-imx/imx_openwrt
I do `make menuconfig`, specify "NXP i.MX with Cortex A7", and leave the default profile...
Under Kernel modules > Other modules I select "Y" for kmod-mmc.
But after the build is complete, all the "kmod-mmc" package contains are a couple of config files that belong under /etc. There is no actual "mmc-core.ko" kernel module produced.
What am I doing wrong?