On Thu, Nov 3, 2016 at 7:26 AM, Gary Thomas <[email protected]> wrote: > On my BeagleBoneBlack with a system installed in eMMC, I get > different device names for the MMC devices, depending on whether > or not there is a SD card installed at boot time. > > With SD card installed: > MMC/SD slot = mmcblk0 > eMMC = mmcblk1 > > Without SD card installed (at boot): > MMC/SD slot = mmcblk1 if inserted after boot > eMMC = mmcblk0 > > Is there some way to configure this to be consistent? i.e. > MMC/SD slot = mmcblk0 (regardless of the presence of an SD card) > eMMC = mmcblk1 > which matches the device enumeration in U-Boot? > > If not, what's the rationale behind the madness?
First valid device probed is mmc0... This changed in v4.5.x/v4.6.x timeframe and we backported it to v4.4.x. Regards, -- Robert Nelson https://rcn-ee.com/ -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/CAOCHtYhDAWYBUiEF%2B%2Bw3L2QochuRxdfj0y8YHLrSnLp8zmH0bw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
