I have some new beagle bone black boards where I cannot find /dev/mmcblk1 only /dev/mmcblk0 is appearing for SD Card. I am using kernel version 3.8 and u-boot version v2013.07. Also I found at u-boot prompt command fatls mmc 1 shows invalid mmc or bad device.
After searching I found in recent board emmc driver is updated for that reason old emmc code of kernel and u-boot cannot initialise emmc and also found that in kernel version 4+ fixes are there.
I want to know is there any patches or fixes in old kernel version 3.18 and u-boot v2013 so that I can fix this issue without replacing my whole kernel and u-boot code.